Difference between revisions of "Script: Targeting"
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 10:28, 5 October 2018
inherits globals;
trigger creation { callback(this, 0x1E, 0x83); return (0x01); }
trigger callback(0x83) { removeObjVar(this, "targetingForObj"); detachScript(this, "targeting"); return (0x01); }