Script Function: Q5MP

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q5MP(obj player)
 {
   list args;
   if (!hasObjVar(player, "guildstoneId"))
   {
     message(player, "removedFromGuild", args);
     return ();
   }
   obj Q4XN = getObjVar(player, "guildstoneId");
   list info = Q4RE(player);
   if (Q4XN == NULL())
   {
     message(player, "removedFromGuild", args);
     return ();
   }
   multimessage(Q4XN, "removeFromGuild", info);
   message(player, "removedFromGuild", args);
   return ();
 }