Frictional Games Forum (read-only)

Full Version: custom story screen message scripting help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
SetMessage("category of your message", "name of your message", 0);


And you need to write the text to the .lang file
The alternative would be
PHP Code:
GiveHint("hint name""category name""entry name"0);