Script Function: Q62U

From Ultima Online: The Second Age
Revision as of 22:58, 11 October 2018 by Grimoric (talk | contribs) (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<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 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);
 }