Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Area Problems
Pandemoneus Offline
Senior Member

Posts: 328
Threads: 2
Joined: Sep 2010
Reputation: 0
#4
RE: FALAL ERROR: Unexpected end of line

You are still missing the semicolon.

void UsedKeyOnDoor(string &in asItem, string &in asEntity)
{
    SetSwingDoorLocked("mansion_1", false, true);
    
    PlaySoundAtEntity("", "unlock_door", "mansion_1", 0, false);
    RemoveItem("key_study_1");
    AutoSave();
    PlayMusic("04_puzzle_acid.ogg", false, 0.7f, 0, 10, false);
    GiveSanityBoostSmall();
    CompleteQuest("Door02", "Door02") <----------------------------
}

10-16-2010, 11:00 PM
Find


Messages In This Thread
Area Problems - by house - 10-16-2010, 09:49 PM
RE: FALAL ERROR: Unexpected end of line - by Pandemoneus - 10-16-2010, 11:00 PM
RE: FALAL ERROR: Unexpected end of line - by Luis - 10-17-2010, 06:02 PM
RE: Area Problems - by Luis - 10-18-2010, 04:48 PM
RE: Area Problems - by house - 10-18-2010, 06:28 PM



Users browsing this thread: 1 Guest(s)