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

easy

Status
Not open for further replies.
Why doesn't this work? it doesn't seem like it shouldn't be working.
  • Save Equipped
    • Events
      • Unit - A unit Uses an item
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Item-type of (Item being manipulated)) Equal to Sword
        • Then - Actions
          • Unit - Create 1 Sword for (Owner of (Triggering unit)) at (Center of Equipped <gen>) facing Default building facing degrees
        • Else - Actions
 
Level 4
Joined
Mar 23, 2008
Messages
87
Trigger seems fine, must be something else causing trouble.
On a side note, why do you have an if statemen? Why not have it as an condition instead?
 
Status
Not open for further replies.
Top