Difference between revisions of "Script: Strdown"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">inherits</span> spelskil; <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q65X() { setDefaultRetur...") |
(No difference)
|
Latest revision as of 13:44, 5 October 2018
inherits spelskil;
function void Q65X() { setDefaultReturn(0x01); Q42D(this, 0x00, 0x00); handleHealthGain(this); return (); }
trigger message("cancelmagic") { Q65X(); return (0x01); }
trigger callback(0x68) { Q65X(); return (0x01); }
trigger ishealthy { return (0x00); }