Loading another map with script - 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: Loading another map with script (/thread-6080.html) |
Loading another map with script - adamhun - 01-06-2011 Is there a way to load an another level by script? RE: Loading another map with script - Frontcannon - 01-06-2011 Umm... Code: void ChangeMap(string& asMapName, string& asStartPos, string& asStartSound, string& asEndSound); RE: Loading another map with script - adamhun - 01-06-2011 lol and I searched it as level, not map ... >.< Thx |