|
|
Delta Force Reload Forums / Wac Files / Random Weather Script |
|
 |
|
|
Iceman
|
posted on 24-5-09 at 07:05 |
|
|
Random Weather Script
This is an example of a changing weather condition.
If you wish to have SNOW instead of RAIN, then change the word RAIN to the word SNOW.
If elapse(90) and random(5) then
dornd
rain(30, 30) //heavy rain
wind(22,327)
overcast(50,30)
skyspeed(36)
set(v1, 1)
farflash()
next
rain(100, 30) // light rain
wind(33,327)
overcast(100,30)
skyspeed(50)
set(v1, 2)
farflash()
wave("ngale1.wav", 100)
next
rain(60, 30) // heavy rain
wind(26,327)
overcast(70,30)
skyspeed(38)
set(v1, 3)
flash()
next
rain(0, 30) // rain
wind(7,327)
overcast(33,30)
skyspeed(33)
set(v1, 4)
farflash()
wave("ghopper1.wav",100)
enddo
endif
|
|
|
Delta Force Reload Forums / Wac Files / Random Weather Script |
|
 |
|
|