Difference between revisions of "Script: Magscroll"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">inherits</span> spelskil; <span style="color:#0000FF">trigger</span> objectloaded { <span style="color:#2B91AF">Q41U</span>(thi...") |
|||
Line 9: | Line 9: | ||
<span style="color:#0000FF">trigger</span> creation | <span style="color:#0000FF">trigger</span> creation | ||
{ | { | ||
− | [[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 19:16, 15 October 2018
inherits spelskil;
trigger objectloaded { Q41U(this); return (0x01); }
trigger creation { setObjVar(this, "isScroll", 0x00); return (0x00); }
trigger callback(0x48) { Q5QJ(this); return (0x00); }