Difference between revisions of "Script Function: Q4UW"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4UW(<span style="color:#0000FF">obj</span> user) { <span style="color:#0000FF">int...")
 
(No difference)

Latest revision as of 16:25, 12 October 2018

 function void Q4UW(obj user)
 {
   int Q4ED = getCorpseBodyType(this);
   if ((Q4ED == 0x0190) || (Q4ED == 0x0191))
   {
     receiveUnhealthyActionFrom(this, user);
   }
   return ();
 }