Difference between revisions of "Script Function: Q4BK"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4BK(<span style="color:#0000FF">obj</span> Q4XN, <span style="color:#0000FF">string</span...") |
(No difference)
|
Latest revision as of 05:20, 12 October 2018
function int Q4BK(obj Q4XN, string Q5OK) { if (hasScript(Q4XN, Q5OK)) { detachScript(Q4XN, Q5OK); return (0x01); } return (0x00); }