Difference between revisions of "Script Function: Q4TI"

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

Revision as of 03:46, 12 October 2018

 function void Q4TI(obj this)
 {
   loc Q55H = 0x00, 0x00, (0x00 - 0x50);
   if (!hasObjVar(this, "guildstoneId"))
   {
     list args;
     message(this, "removedFromGuild", args);
     return ();
   }
   obj Q4UE = getObjVar(this, "guildstoneId");
   list blah;
   multimessage(Q4UE, "updateMyGuildInfo", blah);
   blah = Q4UE;
   multiMessageToLoc(Q55H, "doesMyGuildExist", blah);
   return ();
 }