Switch to edit mode.
Name(s): emote1: "Copied from Generic Room (#3):emote by Slacker (#2) Jan 27 18:06:40 1997"
2: if (this.dark)
3: return player:tell("You can emote all you want but noone will see it.")
4: endif
5: if (argstr != "" && argstr[1] == ":")
6: this:sub_announce_all("%n%1", argstr[2..$])
7: " #6373:chew(argstr[2..$]);"
8: else
9: this:sub_announce_all("%n %1", argstr)
10: " #6373:chew(argstr);"
11: endif
12: "Last modified by Dax (#789) on Tue Jun 2 19:10:07 1998 EDT."