Hello everyone,
I am new to trigger editor and using GUI right now (not familiar with JASS/Lua tho
)
My question is simple,
Is there any easy way to detect if unit enters any regions of a given region array?
For example, I declared a global variable and initialized:
so we can detect once unit enter any one of those 100 regions.
The stupid but intuitive way I can come up with immediately, is create 100 triggers (OMG!) and each trigger has an event Unit Enters Region X. <= But it's too much work
Is there any good/effective way to solve this?
Thank you!
I am new to trigger editor and using GUI right now (not familiar with JASS/Lua tho
My question is simple,
Is there any easy way to detect if unit enters any regions of a given region array?
For example, I declared a global variable and initialized:
JavaScript:
myRegionArray = [region1, region2, ..., region100]
so we can detect once unit enter any one of those 100 regions.
The stupid but intuitive way I can come up with immediately, is create 100 triggers (OMG!) and each trigger has an event Unit Enters Region X. <= But it's too much work
Is there any good/effective way to solve this?
Thank you!