Difference between revisions of "Script Function: Q4DG"

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> Q4DG(<span style="color:#0000FF">obj</span> this) { <span style="color:#0000FF">obj...")
 
(No difference)

Latest revision as of 16:13, 12 October 2018

 function void Q4DG(obj this)
 {
   obj Q612;
   for(int i = 0x00; i < numInList(guardList); i++)
   {
     Q612 = guardList[i];
     Q5WC(Q612);
   }
   return ();
 }