Page 1 of 1

How to delete our waypoints?

Posted: May 8th, 2012, 7:06 am
by azure11
How to delete the waypoints that we have created following the tutorial here http://www.sandboxgamemaker.com/wiki/in ... G_tutorial.

I want to make a new waypoints and why my waypoints drawn on my map?
I want to make waypoints for enemy just like Rosestorm game (no waypoints drawn and enemy can get closer to attack me).

Re: How to delete our waypoints?

Posted: May 8th, 2012, 9:22 am
by Hirato
If you don't want to see the waypoints, turn off the AI debugging channel

IF you want to delete or tweak waypoints, you also have access to the following commands...

Code: Select all

clearwaypoints
removewaypoint Index
removewaypointlink First Second

Re: How to delete our waypoints?

Posted: May 9th, 2012, 6:19 am
by azure11
How to turn off AI debugging channel?