Script: Test new

From Ultima Online: The Second Age
Jump to: navigation, search
inherits globals;
trigger enterrange(0x00)
{
  bark(this, "success");
  return (0x01);
}