HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Messed up trigger

09-10-2003, 12:37 AM#1
Hunter0000
umm why is the trigger only triggering the rain trigger???

Events
Time - Weather_Timer expires

Actions
Environment - Turn (Last created weather effect) Off

Unit - Remove Weather_U from the game

Trigger - Turn off Snow1 <gen>

Trigger - Turn off Snow2 <gen>

Unit Group - Pick every unit in (Units in (Playable map area)) and do (Animation - Change (Picked unit)'s vertex coloring to (100.00%, 100.00%, 100.00%) with 0.00% transparency)
Animation - Change (Picked unit)'s vertex coloring to (100.00%, 100.00%, 100.00%) with 0.00% transparency

If (Weather Less than or equal to 3) then do (Trigger - Run Normal <gen> (ignoring conditions)) else do (Do nothing)

If (Weather Equal to 4) then do (Trigger - Run Snow <gen> (ignoring conditions)) else do (Do nothing)

If (Weather Equal to 5) then do (Trigger - Run Rain <gen> (ignoring conditions)) else do (Do nothing)

Weather is an iteger and Weather_U is refering to a unit that I use to create weather conditions. Should this be 3/5 chace for normal 1/5 for snow and 1/5 for rain??? because im only getting rain
09-10-2003, 12:37 AM#2
noobelite
are you doing test map? make sure u have fixed seed off
09-10-2003, 12:45 AM#3
Hunter0000
oops forgot about that button It seemed to fix it at fist but now it will only trigger rain and normal, I tried it 20 times, eaither im extreamly unluky or somthings messed here
EDIT: well I guess I was really unluky, works fine now