Switch to edit mode.
Name(s): saycolor1: "Copied from Norm (#4805):say Oct 14 07:48:49 2000"
2: if (length(argstr) > 160)
3: this.location:announce_all(player:title() + " says, \"" + argstr + "\"")
4: else
5: announce = $gu:multi_grad({this.colors[random($)], this.colors[random($)], this.colors[random($)]}, argstr)
6: $command_utils:suspend_if_needed()
7: this.location:announce_all(player:title() + " says, \"" + announce + "\"")
8: endif