Difference between revisions of "Script: 8037"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">inherits</span> scrollbase; <span style="color:#0000FF">trigger</span> objectloaded { <span style="color:#2B91AF">Q41U</span>(t...")
 
 
Line 10: Line 10:
 
  {
 
  {
 
   [[Engine Function:_attachScript|<span style="color:#FF0000;font-weight:bold">attachScript</span>]](this, <span style="color:#800000">"earthquk"</span>);
 
   [[Engine Function:_attachScript|<span style="color:#FF0000;font-weight:bold">attachScript</span>]](this, <span style="color:#800000">"earthquk"</span>);
   [[Engine Function:_setObjVar|<span style="color:#FF0000;font-weight:bold">setObjVar</span>]](this, <span style="color:#800000">"[[isScroll|<span style="color:#2B91AF">isScroll</span>]]"</span>, 0x00);
+
   [[Engine Function:_setObjVar|<span style="color:#FF0000;font-weight:bold">setObjVar</span>]](this, <span style="color:#800000">"isScroll"</span>, 0x00);
 
   <span style="color:#0000FF">return</span> (0x00);
 
   <span style="color:#0000FF">return</span> (0x00);
 
  }
 
  }

Latest revision as of 15:19, 18 October 2018

inherits scrollbase;
trigger objectloaded
{
  Q41U(this);
  return (0x01);
}
trigger creation
{
  attachScript(this, "earthquk");
  setObjVar(this, "isScroll", 0x00);
  return (0x00);
}
trigger callback(0x48)
{
  Q5QJ(this);
  return (0x00);
}