Ending a custom story? - 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: Ending a custom story? (/thread-9311.html) |
Ending a custom story? - Dizturbed - 07-22-2011 How do i end a custom story? i really want to know.. -Dizturbed RE: Ending a custom story? - Rapture - 07-22-2011 (07-22-2011, 09:14 PM)Dizturbed Wrote: How do i end a custom story? i really want to know..Well I copied this off another person's map and tweaked it for myself. But it works. Make a Script area. Call it ENDGAME for now. Put this somewhere in your code. Code: void ENDGAME(string &in asParent, string &in asChild, int alState) Now go to your .lang Put this near the bottem, but above the </LANGUAGE> Code: <CATEGORY Name="Credits"> Just change the last text near the bottem. I hope it helps, tell me if I messed up and its not working. RE: Ending a custom story? - Dizturbed - 07-23-2011 I know how to do all of that, but i need it to just go to the startmenu, without the credits.. |