• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[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