hmm game crashes. - 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 (https://www.frictionalgames.com/forum/forum-35.html) +--- Thread: hmm game crashes. (/thread-7445.html) |
hmm game crashes. - Itskody - 04-17-2011 usually when my game crashes while testing my custom story, it tells me whats wrong with my script. But nowwww it just says it has stopped working. i looked at my script and what i added before it crashed, and i cant find what the problem is. here is what i added: PHP Code: void OnStart() Can you find anything? RE: hmm game crashes. - Dalroc - 04-17-2011 PHP Code: void OnStart() PHP Code: void Monster(string &in entity) You're calling the function "Monter", not "Monster" RE: hmm game crashes. - Linus Ă…gren - 04-17-2011 Code: AddTimer("". 1.0f, "Move"); RE: hmm game crashes. - Itskody - 04-17-2011 wow haha thanks guys, i looked over it so much but somhow missed those. |