@verb #2686:"moveable is_unlocked_for" this none this rxdo #8934 @program #2686:"moveable is_unlocked_for" this none this perms = verb == "is_unlocked_for" ? args[1] | caller_perms() if (perms:controls(this)) return 1 elseif (this.possessor == #-1 || !is_player(this.possessor) || !$recycler:valid(this.possessor)) return 1 elseif (perms == this.possessor) return 1 else return 0 endif "Last modified by Lao-Tzu (#8084) on Thu Dec 6 06:28:04 2001 MST." .