@verb #77:"boot" this none this rxdo #55 @program #77:"boot" this none this "Wait until the buffer is empty, then boot the object." if (caller != this && caller != this.location && !caller_perms().wizard) raise(E_PERM) endif for x in [1..60] if (!this:connected()) break elseif (buffered_output_length(this) == 0) boot_player(this) endif suspend(1) endfor boot_player(this) "Last modified by Raptor (#6319) on Sun Feb 14 16:11:51 1999 MST." .