Difference between revisions of "Script Function: Q630"

From Ultima Online: The Second Age
Jump to: navigation, search
(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</...")
 
(No difference)

Latest revision as of 21:57, 11 October 2018

 function int Q630(obj Q62O)
 {
   if (hasObjVar(Q62O, "shipcommand"))
   {
     int Q5FV = getObjVar(Q62O, "shipcommand");
     removeObjVar(Q62O, "shipcommand");
     return (Q5FV);
   }
   return ((0x00 - 0x01));
 }