Script Function: Q66B
From Ultima Online: The Second Age
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 (); }