Script Function: Q4DG

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q4DG(obj this)
 {
   obj Q612;
   for(int i = 0x00; i < numInList(guardList); i++)
   {
     Q612 = guardList[i];
     Q5WC(Q612);
   }
   return ();
 }