Difference between revisions of "Script Function: Q5SJ"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q5SJ(<span style="color:#0000FF">obj</span> ship) { <span style="color:#0000FF">obj<...") |
(No difference)
|
Latest revision as of 21:58, 11 October 2018
function int Q5SJ(obj ship) { obj Q62O = getObjVar(ship, "myshiptillerman"); if (Q62O == NULL()) { return (0x00); } return (Q5SN(Q62O)); }