Kleinbart Posted April 2 Share Posted April 2 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. Link to post Share on other sites
toutenglisse Posted April 2 Share Posted April 2 point = trigger.misc.getZone('your zone name in mission editor').point Link to post Share on other sites
Kleinbart Posted April 2 Author Share Posted April 2 Thanks a lot toutenglisse Link to post Share on other sites
Recommended Posts