ID:179139
 
Is there an existing library or code snippet available that allows the user to click on a spot on the map, and the player's mob walks to that location?
No need to go find a lib, just do this:
turf
Click()
walk_to(usr,src,0,0)


Good luck! :]

-Rcet
In response to Rcet
Thanks Rcet! I'll give it a try!