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!
It's possible to make a trigger when unit enters region, but any region then cast spell.
I could only make trigger for especific region. Here i post what i have.
Then register all regions. Catch when a region is being created/on map initialization and put an event right on them or store them inside an array for later use.
It can be done easily in JASS by simply adding all rects to one region and using just one trigger, but in GUI you will have to add an event for each region!
You could make a custom rect system where by all rects you create get stored in a list and then you could make an accompanying enters any rect event by itterating through the list of rects and converting each to a region and then hooking that region to an event.
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.