Problem description:
I've tried several different types or codes trying to figure out how to make step on warpers with Forum_Accounts Pixel Movement Library ( http://www.byond.com/developer/forum_account/pixelmovement ) even online from older topics on the forums but still came up short. I searched through the reference DM (since on a side note it didn't seem to update to the topics in help on) and still came out short. I figured someone that's more experienced then I am could point me in the right direction on what I am missing.The current one I am using I know works on a tile movement system but that doesn't really help me out here.
obj/Teleporter
var/goto_x
var/goto_y
var/goto_z
Crossed()
usr.loc = locate(goto_x,goto_y,goto_z)