Script Function: Q42P

From Ultima Online: The Second Age
Revision as of 17:10, 10 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q42P(<span style="color:#0000FF">int</span> damage) { <span style="color:#0000FF">in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q42P(int damage)
 {
   int Q527 = damage * 0x19;
   if (Q527 > 0x03E8)
   {
     Q527 = 0x03E8;
   }
   return (Q527);
 }