Switch to edit mode.
Name(s): boot1: "Wait until the buffer is empty, then boot the webber." 2: if (player != this && !this:isa(caller) && !this.daemon:isa(caller)) 3: raise(E_PERM, "No permission to boot this webber") 4: endif 5: for x in [1..30] 6: if (!this:connected()) 7: return 8: elseif (buffered_output_length(this) == 0) 9: break 10: endif 11: suspend(1) 12: endfor 13: boot_player(this) 14: "Last modified by Dax (#789) on Wed Jun 26 12:53:23 2002 MDT."