• 🏆 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!

Item spawning!

Status
Not open for further replies.
  • Trigger
  • Events
    • Time - Every 10.00 seconds of game-time
  • Conditions
  • Actions
    • For each (Integer A) from 1 to 12, do (Actions)
      • Loop - Actions
        • Set Point1[(IntegerA)] = (Random point in (Playable Map Area))
        • Unit - Create 1 Footman at (Point[(IntegerA)]) for (Your Player) facing default building degrees
        • Custom script: call RemoveLocation (udg_Point1[bj_forLoopAIndex])
 
Status
Not open for further replies.
Top