![]() |
[SCRIPT] Starting credits? - 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] Starting credits? (/thread-10958.html) |
Starting credits? - flamez3 - 10-24-2011 Like seen in Followed By Death. How it shows the title, then his name, and doesn't say THE END at the end of it? RE: Starting credits? - GreyFox - 10-24-2011 StartCredits(string& asMusic, bool abLoopMusic, string& asTextCat, string& asTextEntry, int alEndNum); use that in your script and Say what you want in your extra_english.lang file. -Grey Fox RE: Starting credits? - flamez3 - 10-24-2011 (10-24-2011, 04:04 AM)GreyFox Wrote: StartCredits(string& asMusic, bool abLoopMusic, string& asTextCat, string& asTextEntry, int alEndNum);Hehehe sorry i figured it out already ![]() He just used fade to black and setmessages on timed functions. ![]() |