Difference between revisions of "Script Function: Q4BQ"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4BQ() { for(<span style="color:#0000FF">int</span> Q629 = 0x00; Q629 < numInList...") |
(No difference)
|
Revision as of 10:00, 7 October 2018
function void Q4BQ() { for(int Q629 = 0x00; Q629 < numInList(Q67L); Q629++) { int Q4XM = getObjType(Q67L[Q629]); if ((Q4XM == 0x0192) || (Q4XM == 0x0193)) { removeItem(Q67L, Q629); removeItem(Q67K, Q629); } } return (); }