Frictional Games Forum (read-only)
[SCRIPT] Flying Jesus Help - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: [SCRIPT] Flying Jesus Help (/thread-19416.html)

Pages: 1 2


RE: Flying Jesus Help - Streetboat - 12-03-2012

I like how first he wanted help with a flying jesus script, and then his next post was 'screw off'.

Quality is assured!


RE: Flying Jesus Help - Saitoshiba - 12-11-2012

I see your error, you won't believe it.

before:

void OnStart()
{
AddEntityCollideCallback("Player", "TNG1", "FUNCTION", true 1);
}



after:


void OnStart()
{
AddEntityCollideCallback("Player", "TNG1", "FUNCTION", true,1);
}



it's in red. I hope it helped.


RE: Flying Jesus Help - CorinthianMerchant - 12-11-2012

STOP. TAINTING. AMNESIA. WITH. CRAPPY. JUMPSCARES.