ID:2059725
 
(See the best response by Kaiochao.)
My step_size is 8, but it's causing an issue every time I call usr.loc = locate(/area/start). What's the var that offsets the mob's pixel & how do I reset it to set the mob at exactly /area/start?


Thanks!
Best response
The physical pixel offsets are step_x and step_y. (The visual pixel offsets are pixel_x and pixel_y)

This is explained in the DM Reference's "Pixel movement" page.
Thanks much! Fixed it :D