Script Function: Q630

From Ultima Online: The Second Age
Revision as of 22:57, 11 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q630(<span style="color:#0000FF">obj</span> Q62O) { <span style="color:#0000FF">if</...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q630(obj Q62O)
 {
   if (hasObjVar(Q62O, "shipcommand"))
   {
     int Q5FV = getObjVar(Q62O, "shipcommand");
     removeObjVar(Q62O, "shipcommand");
     return (Q5FV);
   }
   return ((0x00 - 0x01));
 }