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!
Use a for loop and a variable to store the value:
set variable =0
for loop integer A from 1to 6, do:
{
if picked/triggering/whatever unit has item of type, set variable =variable +1
else (do nothing)
}
after the loop,check the variable number
if (variable >= 2)
do funky stuff
(or if you want different effects depending on number of the same item, use multiple if/else on the the else function of the other,checking for variable ==number)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.