Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
custom story screen message scripting help.
NuggetBlubber Offline
Junior Member

Posts: 13
Threads: 7
Joined: Nov 2011
Reputation: 2
#1
custom story screen message scripting help.

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.
12-01-2011, 06:38 PM
Find
Unearthlybrutal Offline
Posting Freak

Posts: 775
Threads: 12
Joined: May 2011
Reputation: 26
#2
RE: custom story screen message scripting help.

SetMessage("category of your message", "name of your message", 0);


And you need to write the text to the .lang file

When Life No Longer Exists
Full-conversion mod
12-01-2011, 06:51 PM
Website Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#3
RE: custom story screen message scripting help.

The alternative would be
PHP Code: (Select All)
GiveHint("hint name""category name""entry name"0); 

Tutorials: From Noob to Pro
(This post was last modified: 12-01-2011, 11:29 PM by Your Computer.)
12-01-2011, 11:29 PM
Website Find




Users browsing this thread: 1 Guest(s)