Difference between revisions of "Script: Beingtamed"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">inherits</span> globals; <span style="color:#0000FF">trigger</span> creation { callback|<span style="color:#FF0000;font-weight:bold">c...") |
(No difference)
|
Latest revision as of 01:16, 6 October 2018
inherits globals;
trigger creation { callback(this, 0x10, 0x5C); return (0x00); }
trigger callback(0x5C) { detachScript(this, "beingtamed"); return (0x00); }
trigger washit { detachScript(this, "beingtamed"); return (0x01); }