Move()
if(!src.canmove)
return
..()
var/oldloc=src.loc
var/olddir=src.dir
var/owned=src.owner
var/obj/trail/N=new/obj/trail
N.loc=oldloc
N.dir=olddir
this produces trails but i want to know how to handle the trails turning smoothly as in a transition from north to east provides a new trail to mkae it look joint together. at the moment i get this:
http://dl.dropbox.com/u/3010721/Untitled.jpg
This is done rather easily: