Last active: Never
Not logged in [Login - Register]
Portal Portal   Search the forums Search   Frequently Asked Questions FAQ   View member list Member List   Staff Staff List   View Topic Activity Topic Activity   Forum Stats Stats   Board Rules Board Rules   Downloads Downloads
Go To Bottom

Printable Version | Subscribe | Add to Favorites  
Author: Subject: Text Messages
Iceman
Owner/Admin
*********

Avatar

Avatar


Posts: 1272
Registered: 2-4-06
Location: Adelaide South Australia
Member Is Offline

Mood: Very happy

smug.gif posted on 24-5-09 at 08:24
Text Messages


Text messages will be shown in Joint Operations and DFX at the bottom left of the screen. These messages are used to pass information or comments to the player.

The consol message can be shown by a trigger or and event.

The following example. If SSN (8) dies it will trigger the following consol text message.

if ssndead(8) and never() then // SSN has died
text("Type message here")
text("and it will show up at the lower")
text("left of the screen.")
endif

The following is event driven.

if event(12) and never() then // event has been executed
text("Type message here")
text("and it will show up at the lower")
text("left of the screen.")
endif






http://www.dfreload.com/eagle/sigs/16.gif

http://www.dfreload.com/sigs/doc_bar.gif

http://www.dfreload.com/sig/teamreload3.gif

View user's profile Visit user's homepage View All Posts By User U2U Member

  Go To Top





Powered by XMB
Developed By The XMB Group © 2001-2008