Difference between revisions of "Script Function: Q4XP"

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

Latest revision as of 14:33, 12 October 2018

 function string Q4XP(obj Q5F3)
 {
   string Q43P;
   if (hasObjVar(Q5F3, "MagicItemName"))
   {
     Q43P = getObjVar(Q5F3, "MagicItemName");
   }
   else
   {
     Q43P = "";
   }
   return (Q43P);
 }