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!
Hello people , can any of you help me ? What kind of trigger should it be ? (when player with the flag enters a certain region , flags get removed from his inventory and spawns again at the starting place) ?
Start with making a variable named Flag or something. Set the variable type to Item.
Event:
Unit enters Region (or Rect if your'e using WEU)
Condition:
Actoin:
(Set Variable) Set Flag = Item carried by Entering unit of type Flag
Hero - Drop Flag from Entering unit
Item - Move Flag to Center of Region
watch out for leaks ... the action "move to center of region" leaks, you will need to store the center of that region into a variable of type point... and after using it you will need to remove it with this
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.