@verb #3838:"left l right r" none none none rxdo #3135 @program #3838:"left l right r" none none none if ((t = this:has_tick(player)) == 0) if (length(verb) == 1) player.location:look() else $msg:mtell("nogo") endif else t.dir = verb[1] == "l" ? (t.dir - 5) % 4 + 4 | t.dir % 4 + 1 player.location:look() endif .