Difference between revisions of "Script Function: Q66D"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q66D() { for(<span style="color:#0000FF">int</span> Q4BA = 0x00; Q4BA < numInList...")
 
(No difference)

Latest revision as of 15:19, 12 October 2018

 function void Q66D()
 {
   for(int Q4BA = 0x00; Q4BA < numInList(guardList); Q4BA = Q4BA + 0x01)
   {
     if (!isValid(guardList[Q4BA]))
     {
       Q5WC(guardList[Q4BA]);
     }
   }
   return;
 }