Difference between revisions of "Script Function: Q5QJ"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5QJ(<span style="color:#0000FF">obj</span> it) { <span style="color:#0000FF">obj</...") |
(No difference)
|
Latest revision as of 15:21, 12 October 2018
function void Q5QJ(obj it) { obj container = containedBy(it); if (container == NULL()) { destroyOne(it); return (); } if (!isSpellbook(container)) { destroyOne(it); } return (); }