Script: Dec1 ft five

From Ultima Online: The Second Age
Jump to: navigation, search
inherits sndfx;
trigger enterrange(0x00)
{
  list Q5DQ;
  sfx(getLocation(this), 0x0122, 0x00);
  messageToRange(getLocation(this), 0x05, "saws_on", Q5DQ);
  doLocAnimation(getLocation(this), 0x1123, 0x02, 0x08, 0x00, 0x00);
  return (0x01);
}