• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Change weather doesn't work

Status
Not open for further replies.
Level 16
Joined
May 1, 2008
Messages
1,605
Seas =)

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
But it doesn't work =O. In this trigger you see only Player 1 (Red) but I want add it for all player. As i said, it doesn't work - but I'm wondering myself - I change the water the same way and it works but the weather not. T_T

EDIT!: Lol I solved it myself - I need to use:
  • Environment - Turn (Last created weather effect) On
( Sry didn't know that I ened to turn the weather on - because I never turned it off - again sry I'm stupid gg )
 
Status
Not open for further replies.
Top