Difference between revisions of "Script: 8018"
From Ultima Online: The Second Age
(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">"paralyze"</span>); | [[Engine Function:_attachScript|<span style="color:#FF0000;font-weight:bold">attachScript</span>]](this, <span style="color:#800000">"paralyze"</span>); | ||
− | [[Engine Function:_setObjVar|<span style="color:#FF0000;font-weight:bold">setObjVar</span>]](this, <span style="color:#800000">" | + | [[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 22:09, 16 October 2018
inherits scrollbase;
trigger objectloaded { Q41U(this); return (0x01); }
trigger creation { attachScript(this, "paralyze"); setObjVar(this, "isScroll", 0x00); return (0x00); }
trigger callback(0x48) { Q5QJ(this); return (0x00); }