Difference between revisions of "Script Function: Q4RR"

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

Latest revision as of 15:12, 12 October 2018

 function int Q4RR()
 {
   if (!hasObjVar(this, "guildType"))
   {
     return (0x00);
   }
   return (getObjVar(this, "guildType"));
 }