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!
Could someone link me to a system that drops items for a player if another player already picked up the item and dropped it? I need it so people can't item share.
than make trigger
event:
unit drops item
action:
set variable:dropeditem=lastdroped item
set variable ovnerofunit=ovner of triggering unit
or actions:
add item to item group droped item
and another one
event:
unit has picked up item
condition:
ovner of picking unit not equal to ovnerofunit
picked item equal to dropeditem
action:
drop last picked item
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.