PDA

View Full Version : JO wac command's



Edward
11-14-2004, 08:38 PM
here i will post JO wac command's as i find them pls if you have 1 that work's then feel free to post it thx

many thx to Sal = FR =

I was using fog levels for the rain mist in the wac but EvilMaker said use the overcast command instead, And it looks much better.

Here is a quick Example I made up for you to try.

if never() and Past(90) then //New Event
rain(100,20)
overcast(100,20)

endif

if never() and Past(180) then //New Event
rain(0,20)
overcast(0,20
endif

It will start to rain 90 seconds into the map and go overcast, then after another 90 seconds the rain will die away and the map will brighten up again.


It is a sort of leadup time, So if you say rain(100,20) it will start off light rain and after 20 secs it will get to 100 heavy rain.

If you can get the way im explaining it m8.lol

Like a Fade in and Fade out time.

smokenbud@4:20 say's

Movefog(200,60) <=== that works for a slow fog rolling in

Edward
11-16-2004, 10:54 PM
Smoken = FR = say's want inside of bldg's litup

its a little weird how it works
but the Ceiling Wac Event Lights up the Floor
and the Floor Wac Event Lights up the Ceiling
and has no effect outside the building
but you can see it looking in the Windows

if never() and past(10) then //New Event
Ceiling(255,100,100)
endif


if never() and past(20) then //New Event
floor(100,255,100)
endif

i wanted to get it to turn lights on when it got to Night time but thats doesnt seem possible
and if you change the colors every couple of Seconds
you can get a RAVE Night Club effect

thx bro