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
Script Help Amnesia Custom Story main(7,19): ERR Unexpected identifier
Tomato Cat Offline
Senior Member

Posts: 287
Threads: 2
Joined: Sep 2012
Reputation: 20
#4
RE: Amnesia Custom Story main(7,19): ERR Unexpected identifier

Function declaration doesn't require a semicolon.

void UseKeyOnDoor(string &in asItem, string &in asEntity);
//Should be
void UseKeyOnDoor(string &in asItem, string &in asEntity)
09-06-2013, 06:26 PM
Find


Messages In This Thread
RE: Amnesia Custom Story main(7,19): ERR Unexpected identifier - by Tomato Cat - 09-06-2013, 06:26 PM



Users browsing this thread: 1 Guest(s)