Warcraft III resources & community, 2003–2006 · archived

multi-item comparison

2 posts
#1

multi-item comparison

is there a boolean trigger condition that looks to see if a unit or hero has more than one of a type of item.
example: ((Triggering Unit) has 2 of item type Machine Gun) Equal to True

is there a function similiar to this (i just made this one up as an example): Hero - Hero has Multiple Items of Type. what i'm looking for is to make a trigger so that when you have two Machine Guns they merge into a different weapon.
#2
you will need to write an own trigger for checking the number of weapons carried and for possible combinations of weapons etc.

the only function which is a bit related to your request is "Unit - Count Items Carried" which returns an integer value. you could check if that number is bigger than 1.

klovadis