Difference between revisions of "Script: Manaup"
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> Q4KR(<span style="color:#0000F...") |
(No difference)
|
Latest revision as of 19:42, 5 October 2018
inherits spelskil;
function void Q4KR(obj user, obj usedon) { restoreMana(usedon); setCurMana(usedon, 0x5A); return (); }
trigger use { targetObj(user, this); return (0x00); }
trigger targetobj { Q4KR(user, usedon); return (0x00); }