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

[JASS] Need help(again)

Status
Not open for further replies.
Level 8
Joined
Aug 4, 2006
Messages
357
  • Actions
    • Set itemTypeToCheck = Claws of Attack +15
    • Set itemStackSize = 3
    • Set item = (Item carried by (Triggering unit) of type itemTypeToCheck)
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
      • If - Conditions
        • item Not equal to No item
        • (Charges remaining in item) Equal to itemStackSize
      • Then - Actions
      • Else - Actions
 
Status
Not open for further replies.
Top