Difference between revisions of "Script: Seance user"
From Ultima Online: The Second Age
(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...") |
(No difference)
|
Revision as of 14:20, 5 October 2018
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); }