Difference between revisions of "Script Function: Q4P6"

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

Latest revision as of 16:27, 12 October 2018

 function int Q4P6(obj Q4E2, int Q65M)
 {
   int num = 0x00;
   obj Q4XN;
   for(; num < Q65M; num++)
   {
     Q4XN = createGlobalObjectIn(Q65M, Q4E2);
   }
   return (0x01);
 }