mob
enemy
rat
Move()
..()
var/g = get_dist(loc,locate(initial(x), initial(y), z))
if (g > 3)
src.Move(locate(initial(x), initial(y), z))
Problem description:
i would like the mob to be reset to its initial position after the mob walks 3 tiles from its initial position. with this code, no errors and nothing happens