Script: Seance user

From Ultima Online: The Second Age
Revision as of 15:20, 5 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">inherits</span> globals; <span style="color:#0000FF">trigger</span> callback(0x47) { seance|<span style="color:#FF0000;font-weight:bol...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
inherits globals;
trigger callback(0x47)
{
  seance(this, 0x00);
  removeObjVar(this, "seance_setting");
  detachScript(this, "seance_user");
  systemMessage(this, "You feel your contacts with the netherworld fade.");
  return (0x00);
}
trigger serverswitch
{
  if (hasObjVar(this, "seance_setting"))
  {
    seance(this, 0x01);
  }
  return (0x01);
}