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

[Trigger] Squads problem

Status
Not open for further replies.
Level 8
Joined
Aug 11, 2007
Messages
272
here. my wc3 crashes each time i assue an order to the squad. what's the problem?
  • Set Initial Squads
    • Events
      • Time - Elapsed game time is 0.01 seconds
    • Conditions
    • Actions
      • Unit Group - Pick every unit in (Units in Set Formation <gen>) and do (Unit Group - Add (Picked unit) to Squad_Grunt[0])
  • Squad Attack
    • Events
      • Unit - A unit Is issued an order targeting an object
    • Conditions
      • (Unit-type of (Ordered unit)) Equal to Raider
    • Actions
      • Unit Group - Order Squad_Grunt[0] to Right-Click (Target unit of issued order)
  • Squad Move
    • Events
      • Unit - A unit Is issued an order targeting a point
    • Conditions
      • (Unit-type of (Ordered unit)) Equal to Raider
    • Actions
      • Unit Group - Order Squad_Grunt[0] to Move To (Target point of issued order)
 
Status
Not open for further replies.
Top