Script Function: Q660

From Ultima Online: The Second Age
Revision as of 10:56, 10 October 2018 by Grimoric (talk | contribs) (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:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q660(obj it)
 {
   setPoisoned(it, 0x00);
   if (hasObjVar(it, "poison_strength"))
   {
     removeObjVar(it, "poison_strength");
   }
   detachScript(it, "poisoned");
   handleHealthGain(it);
   return ();
 }