Script Function: Q4TI

From Ultima Online: The Second Age
Revision as of 03:46, 12 October 2018 by Grimoric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 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 ();
 }