Frictional Games Forum (read-only)

Full Version: Fatal Error, Any help?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Normally I would probably be able to solve this problem, but since I have only just come back to this custom story after 6 months I have no idea how to solve this.

Here is the error message -

[Image: t8rvig.png]

And here is my code - http://pastebin.com/Dn2q6ffE

Thank you very much for any help. Big Grin


You don't have
AddEntityCollideCallback("Player" , "ScriptArea_1" , "BodyFunc1" , true , 1);
in a function. It's just sitting there. You need to incorporate it into a function, like OnStart()
(09-12-2011, 05:32 PM)Obliviator27 Wrote: [ -> ]You don't have
AddEntityCollideCallback("Player" , "ScriptArea_1" , "BodyFunc1" , true , 1);
in a function. It's just sitting there. You need to incorporate it into a function, like OnStart()
Ahh, thanks. It's annoying coming back to something I did ages ago, and relearning your own code. I should probably put comments so then I can actually understand my own code. Tongue
No problem! It happens to the best of us. Smile
(09-12-2011, 05:41 PM)Obliviator27 Wrote: [ -> ]No problem! It happens to the best of us. Smile
and im Gettling Lol'd at no timer func lol