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
SetMessage help!
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#2
RE: SetMessage help!

You have to use timers,

Use this in the normal function block:
Quote:AddTimer("timer_1", 4.2f, "Timer_1");

And this in a new block

Quote:void Timer_1(string &in asTimer)
{
SetMessage("Intro", "msg1", 4.0f);
}

01-04-2012, 12:07 PM
Find


Messages In This Thread
SetMessage help! - by KSukoshi - 01-04-2012, 11:58 AM
RE: SetMessage help! - by flamez3 - 01-04-2012, 12:07 PM
RE: SetMessage help! - by KSukoshi - 01-04-2012, 12:23 PM



Users browsing this thread: 1 Guest(s)