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 have different triggers for my regions..
my trigger on the region are below ↓
btw, can you help me ?
-------------------------------------------------------------------
Hello guyz, i have a region trigger like this:
can you make me some instruction of what will i do next to make the unit cast a spell?
If you add the units to groups when they reach each point then you could work out what group they are in after cast and make them move to the relevant position. It'd just involve a big chain of "If, then, else"
I currently do not have access to an editor sorry. But i will try write a general idea.
So first. Keep your "Init walk"
Then make a separate trigger that goes of the event "Unit enters a region"
make the action
Unit enters region x-y
if then else
condition
region equal to Region x
action
Set unit group 1
else
if then else
condition
region equal to Region x
action
Set unit group 1
else
Then have another trigger based of time and make it so
every 1 second game time
if then else
if in unit group 1 send it to unit 1's end
then if then else for unit 2's end etc etc
etc "This is going on the basis that all units don't share 1 spawn.
It might not be the most effective system but it would work.
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.