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
unexpected end of file
Stepper321 Offline
Senior Member

Posts: 263
Threads: 26
Joined: Nov 2011
Reputation: 8
#2
RE: unexpected end of file

void FinishQuest(string & asParent, string &in asChild, int alState)
{
CompleteQuest("quest1", "Quest1");
GiveSanityBoost();
PlaySoundAtEntity("", "ui_sanity_gain", "Player, 0.0f, true);
}




PlaySoundAtEntity("", "ui_sanity_gain", "Player, 0.0f, true); you forgot the " at "Player"


Quote:void FinishQuest(string & asParent, string &in asChild, int alState)
{
CompleteQuest("quest1", "Quest1");
GiveSanityBoost();
PlaySoundAtEntity("", "ui_sanity_gain", "Player", 0.0f, true);
}

Signature to awesome to be displayed.
03-04-2012, 09:39 PM
Find


Messages In This Thread
unexpected end of file - by Fartfox - 03-04-2012, 08:16 PM
RE: unexpected end of file - by Stepper321 - 03-04-2012, 09:39 PM



Users browsing this thread: 1 Guest(s)