• 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.

Problem with items.

Status
Not open for further replies.
Level 14
Joined
Aug 8, 2010
Messages
1,022
Hello! I want to ask if there is a way to calculate the number of items from one type, carried by a hero? By "one type" i mean the items that are the same. For example : My hero has four items, called "A" and one item, called "B". How i can calculate the number of A items?

Help is appreciated with a +rep.
 
Level 4
Joined
Aug 5, 2011
Messages
99
  • Trigger
    • Events
      • shit happens
    • Conditions
    • Actions
      • Set integer = 0
      • For each (Integer A) from 1 to 6, do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Item-type of (Item carried by Blood Mage 0000 <gen> in slot (Integer A))) Equal to your_item
            • Then - Actions
              • Set integer = (integer + 1)
            • Else - Actions
 
Status
Not open for further replies.
Top