Difference between revisions of "Script: Dec1 ft five"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">inherits</span> sndfx; <span style="color:#0000FF">trigger</span> enterrange(0x00) { <span style="color:#0000FF">list</span> Q5DQ; sf...")
 
(No difference)

Latest revision as of 22:57, 5 October 2018

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);
}