Difference between revisions of "Script Function: Q6A4"

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> Q6A4(<span style="color:#0000FF">obj</span> Q60G) { <span style="color:#0000FF">if<...")
 
(No difference)

Latest revision as of 05:14, 12 October 2018

 function void Q6A4(obj Q60G)
 {
   if (hasObjVar(Q60G, "stockmap"))
   {
     removeObjVar(Q60G, "stockmap");
     if (hasObjVar(Q60G, "lookAtText"))
     {
       removeObjVar(Q60G, "lookAtText");
     }
   }
   return;
 }