Multiple Waypoints?
![oxhey](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Iv got Orbz waypoint demo and im working on a game.
How would i implement multiple versions of the waypoint .
EG. each ai player has their own set of waypoints to follow
How would i implement multiple versions of the waypoint .
EG. each ai player has their own set of waypoints to follow
Best Answer
-
jonmulcahy Posts: 10,408
I'd use tables
column 1 would be AI1's X coordinates, column 2, the Y. Column 3+4 would be for AI2, column 5+6 would be for AI3...
then row 1 would be point 1, row 2 point 2, row 3 point 3 ... etc