custom story screen message scripting help. - 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: custom story screen message scripting help. (/thread-11602.html) |
custom story screen message scripting help. - NuggetBlubber - 12-01-2011 Im making a custom story and I want parts in the game where a message pops up on the screen and tells you to hide or something like that. I looked all over but cant find the scripting code for this. How would I set up an in game message. RE: custom story screen message scripting help. - Unearthlybrutal - 12-01-2011 SetMessage("category of your message", "name of your message", 0); And you need to write the text to the .lang file RE: custom story screen message scripting help. - Your Computer - 12-01-2011 The alternative would be PHP Code: GiveHint("hint name", "category name", "entry name", 0); |