Difference between revisions of "Script Function: Q41U"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q41U(<span style="color:#0000FF">obj</span> scroll) { <span style="color:#0000FF">i...") |
(No difference)
|
Latest revision as of 10:00, 10 October 2018
function void Q41U(obj scroll) { int Q57F = getMiscData(scroll); int objtype = getObjType(scroll); if (objtype != Q4T4(Q57F)) { deleteObject(scroll); return (); } Q41T(scroll, Q4SR(Q57F)); return (); }