Difference between revisions of "Script: Brazier"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">trigger</span> use { <span style="color:#0000FF">loc</span> Q466 = <span style="color:#FF0000;font-weight:bold">getX</span>(getLoca...")
 
(No difference)

Latest revision as of 02:09, 6 October 2018

trigger use
{
  loc Q466 = getX(getLocation(this)), getY(getLocation(this)), (getZ(getLocation(this)) + 0x05);
  doLocAnimation(Q466, 0x3709, 0x02, 0x38, 0x00, 0x00);
  return (0x00);
}