• 🏆 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] Item IssuE!!

Status
Not open for further replies.
Level 3
Joined
May 15, 2007
Messages
20
Hi. i need a trigger system that dose: i got a system that only allows 1x of each item classifications ( permanen,artifact, etc...) i want a system that dose if i got 1x of permenent item classification then i cant have any of artifact and champaign item.. permanen( two handed weapon) artifact (one hand weapon) champaign (shield) so u cant use two handed weapon with shield
 
Level 20
Joined
Jan 6, 2008
Messages
2,627
  • Lol
    • Events
      • Unit aquires an item
    • Conditions
    • Actions
      • If Then else
        • If
          • Item Being manipulated equal to Item class of Permanent
        • Then
          • Set Permanent Item = True
        • Else
      • If Then else
        • If
          • Item Being manipulated equal to Item class of Permanent
          • Permanent item = False
        • Then
          • Actions
        • Else
          • Remove Item being manipulated
 
Status
Not open for further replies.
Top