@verb #1492:"look_self" this none this rxdo #60 @program #1492:"look_self" this none this if (this.stack) sum = $gopher:summary(this.stack[1]) player:tell(this:titlec(), ": ", sum[1], " ", sum[2]) else player:tell(this:titlec()) endif player:tell(this:description()) this:_tell_desc() state = "" if (valid(this.controlled)) state = $string_utils:pronoun_sub("The %t is being controlled by ") + this.controlled:title() + "." endif if ((busy = this:_is_busy()) || state) player:tell(state ? state + " " | "", busy ? $string_utils:pronoun_sub(tostr("The %t is busy ", this.busy[2], " for ", this.busy[3], ".")) | "") endif "Last modified by Dax (#789) on Tue May 12 00:24:27 1998 EDT." .