Page 1 of 1

Waypoint <onLoad> sequence

Posted: Mon Apr 12, 2010 4:52 am
by rock5
I tried setting the waypoint in the <onLoad> section of the waypoint file but it still moved to the nearest waypoint.

I assume from this that the load sequence goes something like this;
  • Load waypoints
  • Do onload instructions
  • Find nearest waypoint
  • Goto waypoint
So I'm not able to override the starting waypoint.

Is it possible to change it like this?
  • Load waypoints
  • Find nearest waypoint
  • Do onload instructions
  • Goto waypoint
That way we can overrife the start waypoint.

What do you think?

Re: Waypoint <onLoad> sequence

Posted: Mon Apr 12, 2010 5:53 am
by Administrator
You're right, this was a bug. This and the other waypoint bug you've posted have (hopefully) been fixed with SVN r431. Let me know if you notice anything else or if these changes don't fix the problems they are supposed to.

Re: Waypoint <onLoad> sequence

Posted: Mon Apr 12, 2010 6:22 am
by rock5
Yep, working.

Thx.