![]() |
Script help! 2 - 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 help! 2 (/thread-22160.html) |
Script help! 2 - tezpull666 - 07-17-2013 I did all the scripting: PHP Code: OnStart() But it said this: Help2 RE: Script help! 2 - OriginalUsername - 07-17-2013 You forgot to add void before OnStart. So it should be Code: void OnStart() Same for the OnLeave and OnEnter RE: Script help! 2 - tezpull666 - 07-17-2013 (07-17-2013, 07:06 PM)Smoke Wrote: You forgot to add void before OnStart. So it should beThanks! RE: Script help! 2 - Icaab2608 - 07-18-2013 (07-17-2013, 07:04 PM)Mike1265 Wrote: I did all the scripting: PHP Code: OnStart() RE: Script help! 2 - PutraenusAlivius - 07-18-2013 I love that none of you actually give a shit about OnEnter() and OnLeave(). RE: Script help! 2 - OriginalUsername - 07-18-2013 (07-18-2013, 08:07 AM)JustAnotherPlayer Wrote: I love that none of you actually give a shit about OnEnter() and OnLeave(). He doesn't use them atm, right? Also, he might understand what they're doing and doesn't use them at all. |