@verb #8572:"look_self" this none this rxdo #8878 @program #8572:"look_self" this none this player:tell(this.description) blah = "" $furniture:_kick(this) if (length(this.sitting) == 0) player:tell("No one is on ", this:title(), ".") elseif (length(this.sitting) == 1) player:tell(this.sitting[1]:title(), " is sitting on ", this:title(), ".") else blah = {} for x in [1..length(this.sitting)] blah = {@blah, this.sitting[x]:title()} endfor player:tell($string_utils:english_list(blah), " are sitting on ", this:title(), ".") endif "Last modified by Dax (#789) on Sat Nov 9 13:49:34 2002 MST." .