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
Messages don't show up :(
jamessnk1 Offline
Junior Member

Posts: 37
Threads: 6
Joined: Mar 2012
Reputation: 2
#2
RE: Messages don't show up :(

(04-19-2012, 12:03 AM)mrscoomich Wrote: When I test it through the custom story list,
I have added this:

void OnStart()
{
AddTimer("", 1, "Msg");
}


void Msg(string &in asTimer)
{
StartEffectEmotionFlash("Fade", "First", "");
PlaySoundAtEntity("", "react_breath_slow.snt", "Player", 0, false);
PlaySoundAtEntity("", "react_scare", "Player", 0, false);
}

**********

The bold letters above are the trouble I have. After the timer occurs, the screen does the white flash but the message does not show up.

Here is the .lang script:


<CATEGORY Name="Fade">
<Entry Name="First">"There is only one happiness in this life, to love and be loved.[br][br] But I lived in the darkness."</Entry>
</CATEGORY>

How do you make it show up on the screen ?
There could be an error somewhere else on your .lang cause if theres one error the whole thing stops working

04-19-2012, 12:24 AM
Find


Messages In This Thread
Messages don't show up :( - by mrscoomich - 04-19-2012, 12:03 AM
RE: Messages don't show up :( - by jamessnk1 - 04-19-2012, 12:24 AM
RE: Messages don't show up :( - by mrscoomich - 04-19-2012, 12:31 AM
RE: Messages don't show up :( - by jamessnk1 - 04-19-2012, 12:40 AM
RE: Messages don't show up :( - by mrscoomich - 04-19-2012, 12:45 AM
RE: Messages don't show up :( - by jamessnk1 - 04-19-2012, 12:48 AM



Users browsing this thread: 1 Guest(s)