Difference between revisions of "Script Function: Q4DU"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4DU() { <span style="color:#0000FF">int</span> Q5T8 = numInList|<span style="col...") |
(No difference)
|
Latest revision as of 16:27, 12 October 2018
function void Q4DU() { int Q5T8 = numInList(Q56Q); for(int i = 0x00; i < Q5T8; i++) { list args; copyList(args, Q56Q[0x00]); string Q56S = args[0x00]; removeItem(args, 0x00); message(recipient, Q56S, args); removeItem(Q56Q, 0x00); } deleteObjectNoFall(this); return (); }