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

multi-item comparison

Status
Not open for further replies.
Level 2
Joined
May 17, 2005
Messages
9
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.
 
Level 4
Joined
Jan 3, 2005
Messages
91
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
 
Status
Not open for further replies.
Top