Switch to edit mode.
Name(s): colorsay1: "Copied from Norm (#4805):say Aug 27 07:29:57 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