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 Intro with Text
BasicFlavour Offline
Junior Member

Posts: 2
Threads: 1
Joined: Dec 2011
Reputation: 0
#3
RE: Intro with Text

(12-27-2011, 09:46 AM)flamez3 Wrote: {
FadeOut(0.1f);
SetMessage(string& asTextCategory, string& asTextEntry, 5.0f);
AddTimer("timer1", 5.0f, "Timer_1");
}


void Timer_1(string &in asTimer)
{
FadeIn(0.1f);
}


With the setmessage:


asTextCategory- the category in the .lang file
asTextEntry - the entry in the .lang file
Okey, thx! Ill try it out! Big Grin

IT WORKD! THANK YOO! ^^

(This post was last modified: 12-27-2011, 09:02 PM by BasicFlavour.)
12-27-2011, 08:24 PM
Find


Messages In This Thread
Intro with Text - by BasicFlavour - 12-27-2011, 08:54 AM
RE: Intro with Text - by flamez3 - 12-27-2011, 09:46 AM
RE: Intro with Text - by BasicFlavour - 12-27-2011, 08:24 PM
RE: Intro with Text - by Statyk - 12-27-2011, 09:01 PM



Users browsing this thread: 1 Guest(s)