• 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.

[Trigger] Random Weather

Status
Not open for further replies.
Level 5
Joined
Feb 6, 2008
Messages
134
I have problem every start of game starts weather Fog... I will it to working like roll in Dota (every roll in start of dota is other)


  • Random Weather
    • Events
      • Map initialization
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Random integer number between 1 and 3) equal to 1
        • Then - Actions
          • Tigger - Run None <gen> (checking conditions)
        • Else - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Random integer number between 1 and 3) equal to 2
            • Then - Actions
              • Tigger - Run Storm <gen> (checking conditions)
            • Else - Actions
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • (Random integer number between 1 and 3) equal to 3
                • Then - Actions
                  • Tigger - Run Fog <gen> (checking conditions)
                • Else - Actions
                  • Tigger - Run Rain <gen> (checking conditions)
Sorry for my english.
 
Status
Not open for further replies.
Top