- Joined
- May 1, 2008
- Messages
- 1,605
Seas =)
If want to change the weather, for each player. I used the trigger:
EDIT!: Lol I solved it myself - I need to use:
If want to change the weather, for each player. I used the trigger:
-
Change Weather
-

Events
-


Player - Player 1 (Red) types a chat message containing -weather as A substring
-
-

Conditions
-

Actions
-


Custom script: if GetLocalPlayer() == GetTriggerPlayer() then
-


If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-



If - Conditions
-




(Entered chat string) Equal to -weather snow
-
-



Then - Actions
-




Environment - Create at (Playable map area) the weather effect Northrend Snow (Heavy)
-
-



Else - Actions
-
-


Custom script: endif
-
-
EDIT!: Lol I solved it myself - I need to use:
-
Environment - Turn (Last created weather effect) On
