Script Function: Q66B

From Ultima Online: The Second Age
Revision as of 18:29, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q66B(<span style="color:#0000FF">int</span> start, <span style="color:#0000FF">int</span>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q66B(int start, int Q4NR)
 {
   if (hasCallback(this, 0x2F))
   {
     return ();
   }
   for(int Q518 = numInList(Q48J) - 0x01; Q518 >= 0x00; Q518--)
   {
     list args;
     multiMessage(Q48J[Q518], "clearBounties", args);
     for(int i = Q4NR - 0x01; i >= start; i--)
     {
       debugMessage("updating board#" + Q518 + " with bounty#" + i + ".");
       multiMessage(Q48J[Q518], "setBounty", Q490[i]);
     }
   }
   return ();
 }