Difference between revisions of "Script Function: Q660"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q660(<span style="color:#0000FF">obj</span> it) { setPoisoned|<span style="color:...") |
(No difference)
|
Latest revision as of 09:56, 10 October 2018
function void Q660(obj it) { setPoisoned(it, 0x00); if (hasObjVar(it, "poison_strength")) { removeObjVar(it, "poison_strength"); } detachScript(it, "poisoned"); handleHealthGain(it); return (); }