Difference between revisions of "Script Function: Q42Q"

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> Q42Q(<span style="color:#0000FF">int</span> Q52T) { <span style="color:#0000FF">int<...")
 
(No difference)

Latest revision as of 16:10, 10 October 2018

 function int Q42Q(int Q52T)
 {
   int Q527 = Q52T * 0x32;
   if (Q527 > 0x03E8)
   {
     Q527 = 0x03E8;
   }
   return (Q527);
 }