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