Calculates a path from Ref to Trg, avoiding dense objects. If the target is more than double /world/var/view, null is returned.
for(var/dir in get_steps_to(me, them)) step(me, dir) // on our way!