Switch to edit mode.
Name(s): out_loud*_without1: "Repeat the message outside if the sonic property is set, and this message isn't the result of jabber_shout."
2: if (this.sonic && valid(this.location) && !(length(callers()) > 1 && callers()[2][2] == "jabber_shout"))
3: if (verb == "out_loud")
4: this.location:announce_all_but({this}, @args)
5: else
6: this.location:announce_all_but({this, @args[1]}, @listdelete(args, 1))
7: endif
8: endif
9: return pass(@args)
10: "Last modified by Dax (#789) on Tue Jun 2 14:55:27 1998 EDT."