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!
Im having a little problem with my map. I want items from a hero to be dropped once they leave, for example... Billy (player 2) has just left the game... so i want his heroes items to be dropped on the ground. any help plz
Eventslayer leaves a game
Actions:Set integer - hero - slots bein used
If integer not equal 0
then
Hero - drop item from slot 1(1-6)
else
do nothing
dont really useful but it is easier to understand
When a player leaves, pick all heroes owned by the player. Next, use a for loop (for each integer A from 1 to 6...) to have the hero drop the items they are holding from each slot.
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.