Difference between revisions of "Script: Rempara"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">inherits</span> spelskil; <span style="color:#0000FF">trigger</span> creation { systemMessage|<span style="color:#FF0000;font-weight:b...") |
(No difference)
|
Latest revision as of 14:41, 5 October 2018
inherits spelskil;
trigger creation { systemMessage(this, "You can not move!"); return (0x01); }
function void Q5MD(obj Q4XN) { setMobFlag(Q4XN, 0x02, 0x00); systemMessage(Q4XN, "You can move!"); detachScript(Q4XN, "rempara"); handleHealthGain(this); return (); }
trigger callback(0x0D) { Q5MD(this); return (0x00); }
trigger washit { Q5MD(this); return (0x00); }
trigger ishealthy { return (0x00); }