Script: Obscenetest

From Ultima Online: The Second Age
Jump to: navigation, search
trigger speech("*")
{
  if (isObscene(arg))
  {
    systemMessage(this, "obscene");
  }
  else
  {
    systemMessage(this, "okay");
  }
  return (0x00);
}