Kleinbart Posted April 2, 2021 Posted April 2, 2021 Hello Guys How can I get the middel point of a triggerzone in lua? Somthinge like this: point = Unit.getByName('NameTriggerzone'):getPoint() What kind of object is a triggerzone? Thanks for Help.
toutenglisse Posted April 2, 2021 Posted April 2, 2021 point = trigger.misc.getZone('your zone name in mission editor').point
Recommended Posts