Script: Dec1 ft five

From Ultima Online: The Second Age
Revision as of 23:57, 5 October 2018 by Grimoric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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);
}