Inkko
Valued Member!
I'm trying to use addwaypoint to help direct a player to get to a spot but upon using it, it will create the waypoint but there is apparently another waypoint already so it creates a line from below kamenka to wherever I placed my waypoint.
How can I make it not create that line and instead maybe have the line from where they are to where I create a waypoint? or would there be a better way to do this?
How can I make it not create that line and instead maybe have the line from where they are to where I create a waypoint? or would there be a better way to do this?
Code:
waypnt = (group player) addwaypoint [destination,0];

Last edited: