How to exit to the menu ? - 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: How to exit to the menu ? (/thread-11375.html) |
How to exit to the menu ? - narutohokager - 11-16-2011 Hello So here I made the end of the demo of my custom story but after, I want that return to main menu, as if to say it's over. How ? What the script needed ? Thank for help RE: How to exit to the menu ? - Khyrpa - 11-16-2011 StartCredits(string& asMusic, bool abLoopMusic, string& asTextCat, string& asTextEntry, int alEndNum); should do it RE: How to exit to the menu ? - narutohokager - 11-17-2011 Thank you very much, its working ! |