• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[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