Difference between revisions of "Script Function: Q422"

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> Q422(<span style="color:#0000FF">obj</span> Q5U8, <span style="color:#0000FF">obj</span>...")
 
(No difference)

Latest revision as of 10:01, 10 October 2018

 function void Q422(obj Q5U8, obj target, int damage, int Q5NM)
 {
   int Q5CL = Q43E(Q5U8, target, damage);
   if (Q5NM)
   {
     doDamage(target, Q5U8, 0x00);
   }
   doDamage(Q5U8, target, Q5CL);
   return ();
 }