Page 1 of 1

Two wps with a same name

PostPosted: Sun Aug 07, 2016 10:29 pm
by Host_6
What good is to have two or more Waypoints with a same name??

Re: Two wps with a same name

PostPosted: Sun Aug 21, 2016 4:08 pm
by panic
hey, waypoint can using by number in script code .

example code.

@create("imp", 23); //23 is waypoint number(index) .
@moveWaypoint(23, @GetObjX(Gvar_0), @GetObjY(Gvar_0));
return;