|
|
Delta Force Reload Forums / Wac Files / Cycle Consol Text Messages |
|
 |
|
|
Iceman
|
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
|
|
|
Delta Force Reload Forums / Wac Files / Cycle Consol Text Messages |
|
 |
|
|