Game crashes - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html) +--- Forum: Technical Support - Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-31.html) +--- Thread: Game crashes (/thread-7446.html) |
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: Game crashes - Tanshaydar - 04-17-2011 SetEntityPlayerInteractCallback("key_study_1", "Monter", true); void Monster(string &in entity) |