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: Cycle Consol 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 23-5-09 at 06:10
Cycle Consol Text Messages


If you want a message to appear periodically through out the game you can used the following command. (this was supplied to me by EE.

if random(60) and eq(V100,0) then
set(V100,1)
endif

if eq(V100,1) then
wave("alarm1.wav",200)
consol("Coop Mission by Iceman.")
set(V100,2)
endif

if chain(10) then
wave("alarm1.wav",200)
consol("Look for security control panels to open Security Gates.")
endif

if chain(15) then
wave("alarm1.wav",200)
consol("Hidden Armories double as Med Stations.")
endif

if chain(400) then
set(V100,0)
endif

60 seconds into the game the message with start. the re apper every 400 seconds during the game play.

Ta EE






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