Difference between revisions of "Script Function: Q4PA"

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

Latest revision as of 21:33, 10 October 2018

 function int Q4PA(int maxValue, int Q5HW)
 {
   return ((maxValue * Q5HW) / 0x64);
 }