Script Function: Q4KH

From Ultima Online: The Second Age
Revision as of 06:20, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4KH(<span style="color:#0000FF">obj</span> usedon) { <span style="color:#0000FF">i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q4KH(obj usedon)
 {
   int dummy;
   for(int i = 0x00; i < 0x0B; i++)
   {
     obj Q5LF = requestCreateObjectIn(0x0F7A, usedon);
     if (Q5LF == NULL())
     {
       return ();
     }
     obj Q5LG = requestCreateObjectIn(0x0F7B, usedon);
     if (Q5LG == NULL())
     {
       return ();
     }
     obj Q5LH = requestCreateObjectIn(0x0F84, usedon);
     if (Q5LH == NULL())
     {
       return ();
     }
     obj Q5LI = requestCreateObjectIn(0x0F85, usedon);
     if (Q5LI == NULL())
     {
       return ();
     }
     obj Q5LJ = requestCreateObjectIn(0x0F86, usedon);
     if (Q5LJ == NULL())
     {
       return ();
     }
     obj Q5LK = requestCreateObjectIn(0x0F88, usedon);
     if (Q5LK == NULL())
     {
       return ();
     }
     obj Q5LL = requestCreateObjectIn(0x0F8C, usedon);
     if (Q5LL == NULL())
     {
       return ();
     }
     obj Q5LM = requestCreateObjectIn(0x0F8D, usedon);
     if (Q5LM == NULL())
     {
       return ();
     }
   }
   return ();
 }