• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Help!

Status
Not open for further replies.
Level 5
Joined
Dec 21, 2008
Messages
101
I don't know where my previous thread go but help please..
I'm not sure what i did wrongly but it doesn't seem to work properly..

  • Settings 1 red
    • Events
      • Unit - A unit enters 1 red <gen>
    • Conditions
    • Actions
      • Set RANDOM1 = (Random real number between 1.00 and 1.02)
      • Unit - Pause (Entering unit)
      • Wait 0.50 seconds
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • RANDOM1 Equal to 1.00
        • Then - Actions
          • Unit - Move (Entering unit) instantly to (Center of 2 blue <gen>)
          • Unit - Unpause (Entering unit)
        • Else - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • RANDOM1 Equal to 1.01
            • Then - Actions
              • Unit - Move (Entering unit) instantly to (Center of 3 green <gen>)
              • Unit - Unpause (Entering unit)
            • Else - Actions
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • RANDOM1 Equal to 1.02
                • Then - Actions
                  • Unit - Move (Entering unit) instantly to (Center of 4 yellow <gen>)
                  • Unit - Unpause (Entering unit)
                • Else - Actions
                  • Unit - Unpause (Entering unit)
I also attached the map..
 
Last edited:
Status
Not open for further replies.
Top