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
Script Help How to appear a text message on screen?
ApeCake Offline
Member

Posts: 116
Threads: 20
Joined: Jun 2012
Reputation: 4
#4
RE: How to appear a text message on screen?

If you don't want to activate it when doing stuff and just want to see it instantly (probably for testing purposes I guess) use this;

void OnStart()
{
SetMessage("Messages", "NameofMessage", 0);
}

For the .lang part see james' post.
And Steve, as far as I'm concerned the O and S in OnStart need to be capitalized.
07-03-2012, 08:16 PM
Find


Messages In This Thread
RE: How to appear a text message on screen? - by ApeCake - 07-03-2012, 08:16 PM



Users browsing this thread: 1 Guest(s)