@verb #16:"@@shout @@cri" any any any rdo #55 @program #16:"@@shout @@cri" any any any "Copied from Generic Teacher (#15):@@shout by Slacker (#55)Jul 26 15:23:34 2002" "Yells message to every connected player." if (player != this) return $msg:mtell("huh") elseif (length(args) == 1 && argstr[1] == "\"") argstr = args[1] endif for dude in (connected_players()) if (!dude:isa($webber) && dude != this && (dude in this.students || this:isa($guardian))) dude:sub_tell("%N shouts, \"%1\"", argstr) endif endfor this:sub_tell("You shout, \"%1\"", argstr) "Last modified by MadHatter (#8371) on Fri Jul 26 15:23:34 2002 MDT." .