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!
I'm afraid you can't detect that. I tried retrieving the orders for each ocassion and I got no results.
For the shop sharing, it is automatical, so again, you can't detect that. You need to manually select a hero and then you can have it, but I guess that would make no sense.
Try this:
Trigger
Events
Time - Every 0.5 seconds of game-time
Conditions
Actions
Custom script: set bj_wantDestroyGroup = true
Unit Group - Pick every unit in (Units of type Shop) and do (Actions)
Loop - Actions
Custom script: if GetUnitCurrentOrder(GetEnumUnit()) == 852566 then
-------- Action here --------
Custom script: endif
Didn't test it though; and yes, periodic event would seem like the only solution to get this detected.
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.