ID:176166
 
                walk_to(/mob/test/,/turf/water/,Min=0,Lag=0)


Should work acording to what the help thing says but it says i need two arguments and one is found. Please help me fix this coding!
-Crio
The actual error says: 390:error:walk_to :expected 2 to 4 arguments (found 1).
first of all, you shouldnt repost your thing, use edit, or its called "bumping"
second of all, show me the rest of the proc or verb or whatever your putting that walk to in
That's because type paths are not valid arguments. You want a reference to a mob, like M, and the same for a turf. You can't use type paths.