Switch to edit mode.
Name(s): announce*_all_but1: "Do the announcement, then repeat for every other room in the group." 2: pass(@args) 3: for c in (callers()) 4: if (index(c[2], "announce") != 1) 5: break 6: "We've exhausted the stack of announces." 7: elseif (c[4] == $room_seg) 8: return "No E_RECMAX please." 9: endif 10: endfor 11: for room in (setremove(this.group, this)) 12: room:(verb)(@args) 13: endfor 14: "Last modified by Dax (#789) on Mon May 7 10:12:21 2001 MDT."