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
Ingame messages
X4anco Offline
Member

Posts: 157
Threads: 66
Joined: Apr 2011
Reputation: 0
#1
Ingame messages

Hello Smile

I was trying to add an on screen message but nothing comes up
<Entry Name="flash_flash1_Text">Here, this is where the first one happend.</Entry>
SetMessage("flash_flash1", "flash_flash1", 0);

But nothing happens can you please help? Thank-you

...
05-11-2011, 06:16 PM
Find
Russ Money Offline
Senior Member

Posts: 360
Threads: 25
Joined: Dec 2010
Reputation: 4
#2
RE: Ingame messages

(05-11-2011, 06:16 PM)X4anco Wrote: Hello Smile

I was trying to add an on screen message but nothing comes up
<Entry Name="flash_flash1_Text">Here, this is where the first one happend.</Entry>
SetMessage("flash_flash1", "flash_flash1", 0);

But nothing happens can you please help? Thank-you

Here's a correct example:

Also, messages don't need the _text part.
    <CATEGORY Name="Message">
        <Entry Name="Scary">Some text goes here.</Entry>
    </CATEGORY>

    SetMessage("Message", "Scary", 0);

(This post was last modified: 05-11-2011, 06:23 PM by Russ Money.)
05-11-2011, 06:22 PM
Find
X4anco Offline
Member

Posts: 157
Threads: 66
Joined: Apr 2011
Reputation: 0
#3
RE: Ingame messages

Thank-you Big Grin

...
05-11-2011, 06:31 PM
Find




Users browsing this thread: 1 Guest(s)