Difference between revisions of "Script: Cov1 smoke trap"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">trigger</span> enterrange(0x03) { <span style="color:#FF0000;font-weight:bold">doLocAnimation</span>(getLocation|<span st...") |
(No difference)
|
Revision as of 23:44, 5 October 2018
trigger enterrange(0x03) { doLocAnimation(getLocation(this), 0x3709, 0x01, 0x38, 0x00, 0x00); return (0x01); }
trigger enterrange(0x00) { doLocAnimation(getLocation(this), 0x3709, 0x01, 0x0100, 0x00, 0x00); loseHP(target, dice(0x08, 0x08)); return (0x01); }