G
guest1
Guest
Is there a way? or could i do it by like time and then have the time start over?
Events
Time - Elapsed game time is (Random real number between 1.00 and 5000.00) seconds
Conditions
Actions
Environment - Create at (Playable map area) the weather effect Ashenvale Rain (Heavy)
Game - Display to (All players) the text: It is raining!
Arena Select
Events: <Something>
Conditions: <Something>
Actions:
-Set tmpRandomInt = (Random number from 1 to <Something>)
-If tmpRandomInt equals 1 then
-Trigger - Run Trigger <First Arena Trigger>
-If tmpRandomInt equals 2 then
-.... <repeat>
Setup Triggers
Events: Map Initialization
Conditions: NONE
Actions:
Set Random_Trigger_List[1] = My_Trigger_1
Set Random_Trigger_List[2] = My_Trigger_2
Set Random_Trigger_List[3] = My_Trigger_3
Randomize Triggers
Events: Every 15 seconds of Game-time.
Conditions: NONE
Actions:
Set tmpInt = (A random number between 1 and 3)
Trigger - Run Trigger <Random_Trigger_List[tmpInt]>
My Trigger 1
Events: NONE
Condtions: NONE
Actions:
Game - Display auto-timed message to (All Players): HELLO
My Trigger 2
Events: NONE
Condtions: NONE
Actions:
Game - Display auto-timed message to (All Players): OUCH!
My Trigger 3
Events: NONE
Condtions: NONE
Actions:
Game - Display auto-timed message to (All Players): wtf?