Difference between revisions of "Script Function: Q62V"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q62V(<span style="color:#0000FF">obj</span> Q62O) { <span style="color:#0000FF">if<...")
(No difference)

Revision as of 21:57, 11 October 2018

 function void Q62V(obj Q62O)
 {
   if (hasObjVar(Q62O, "shipcommand"))
   {
     setObjVar(Q62O, "oldshipcommand", getobjvar_int(Q62O, "shipcommand"));
   }
   return;
 }