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


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hey! I'm new to scripting, need some help.
LinneaLuna Offline
Junior Member

Posts: 4
Threads: 2
Joined: May 2012
Reputation: 0
#4
RE: Hey! I'm new to scripting, need some help.

(05-22-2012, 04:36 PM)Datguy5 Wrote: You could tell us what the crash report says.Would make this a bit easier.
Ah, yes of course. ^^

FATAL ERROR: Could not load script file
'Custom_stories/Claustrophobia/fart/claustrophobia.hps'!
main (43,2) : ERR : Unexpected end of file

(05-22-2012, 04:36 PM)i3670 Wrote: The only thing that points out for me is the beginning

void OnStart()

{

if(ScriptDebugOn())

{



AddUseItemCallback("", "key_1", "door_1", "UsedKeyOnDoor", true);



AddEntityCollideCallback("Player", "ScriptArea_1", "ActivateMonster", true, 1);



SetEntityConnectionStateChangeCallback("lever_simple01_1", "func_secret_1");

}

You have 2 { and only 1 }
Ah yes, I can see that. >.<
Thanks!
(This post was last modified: 05-22-2012, 04:45 PM by LinneaLuna.)
05-22-2012, 04:43 PM
Website Find


Messages In This Thread
RE: Hey! I'm new to scripting, need some help. - by LinneaLuna - 05-22-2012, 04:43 PM



Users browsing this thread: 1 Guest(s)