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 - error :<
davide32 Offline
Junior Member

Posts: 27
Threads: 6
Joined: Nov 2013
Reputation: 0
#5
RE: Unexpected end of file - error :<

A quote is important with amnesia if you forget a " or; Amnesia can't read the file. i think it does it work

morge it in your file.hps


it should be: AddEntityCollideCallback("Player","ScriptArea_3", "Scary_2", true, 1);

not : AddEntityCollideCallBack("Player","ScriptArea_3, "Scary_2", true, 1);
and you putted:
void ScriptArea_1(string &in asItem, string &in asEntity)
{
PlaySoundAtEntity("", "enabled.snt", "Player", 0, false);
GiveSanityBoostSmall();
}
why you putted it and string is (string &in asItem, string &in asEntity)? I can't find the AddUseItemCallback with a function called: ScriptArea_1
(This post was last modified: 03-20-2014, 02:57 PM by davide32.)
03-20-2014, 02:52 PM
Find


Messages In This Thread
Unexpected end of file - error :< - by Allu442 - 03-16-2014, 05:23 PM
RE: Unexpected end of file - error :< - by Neelke - 03-16-2014, 05:34 PM
RE: Unexpected end of file - error :< - by davide32 - 03-20-2014, 02:52 PM



Users browsing this thread: 1 Guest(s)