Page 1 of 1

Specific Waypoint rules?

Posted: Wed May 26, 2010 4:41 am
by net_ralf
Is it possible to specify TYPES on single waypont locations? Like in he begining you leave it as default but on waypoint#3 you set it to "run" or"travel". Is it possible?

cheers

ralf

Re: Specific Waypoint rules?

Posted: Wed May 26, 2010 5:52 am
by Administrator
Yes. You do it exactly the same way as global, only place that in the individual waypoint.

Code: Select all

<waypoint x="1234" z="5678" type="TRAVEL"> </waypoint>

Re: Specific Waypoint rules?

Posted: Thu May 27, 2010 5:09 am
by net_ralf
Thanx a bunch :)