[SCRIPT] Unnexpected end of file error - 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] Unnexpected end of file error (/thread-24727.html) |
Unnexpected end of file error - xjonx - 03-01-2014 I get a crash when starting my custom story, error is in .hps and I cant find the problem (58, 2) : ERR : Unexpected end of file Code: //This is only executed when the map is loaded for the first time. Only happens once. Can be used for adding effects that should not repeat.// RE: Unnexpected end of file error - Romulator - 03-01-2014 You were missing two closing braces. Try this now, but if it still doesn't work, then something else is causing errors as well: PHP Code: //This is only executed when the map is loaded for the first time. Only happens once. Can be used for adding effects that should not repeat.// |