Difference between revisions of "Script: Strup"
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:43, 5 October 2018
inherits spelskil;
function void Q65X() { setDefaultReturn(0x01); Q42D(this, 0x00, 0x01); return (); }
trigger message("cancelmagic") { Q65X(); return (0x01); }
trigger callback(0x67) { Q65X(); return (0x01); }