• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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