Difference between revisions of "Script Function: Q4UL"

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

Revision as of 02:47, 12 October 2018

 function string Q4UL()
 {
   if (!hasObjVar(this, "guildAbbreviation"))
   {
     list args;
     message(this, "removedFromGuild", args);
     return ("");
   }
   string x = getObjVar(this, "guildAbbreviation");
   return (x);
 }