Difference between revisions of "Script: Hidetrig"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">inherits</span> sk_table; <span style="color:#0000FF">trigger</span> callback(0x54) { barkToHued|<span style="color:#FF0000;font-weigh...") |
(No difference)
|
Revision as of 21:26, 5 October 2018
inherits sk_table;
trigger callback(0x54) { barkToHued(this, this, 0x22, "You are no longer hidden."); setInvisible(this, 0x00); detachScript(this, "hidetrig"); deleteObject(this); return (0x00); }
trigger message("canUseSkill") { callback(this, 0x00, 0x54); return (0x01); }