Difference between revisions of "Script: Trap saw test"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">trigger</span> enterrange(0x00) { <span style="color:#0000FF">if</span> (<span style="color:#FF0000;font-weight:bold">isDead</span>...") |
(No difference)
|
Latest revision as of 08:08, 5 October 2018
trigger enterrange(0x00) { if (isDead(target)) { return (0x01); } if (!hasObjVar(this, "disarmed")) { doLocAnimation(getLocation(this), 0x11AD, 0x02, 0x10, 0x00, 0x00); } return (0x01); }