Difference between revisions of "Script Function: Q5SS"

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> Q5SS(<span style="color:#0000FF">int</span> myshiptype, <span style="color:#0000FF">int</s...")
 
(No difference)

Latest revision as of 21:59, 11 October 2018

 function int Q5SS(int myshiptype, int Q4IE)
 {
   return (0x00 + (myshiptype * 0x04) + (Q4IE * 0x01));
 }