Difference between revisions of "Script: Dec4 chest trap"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">inherits</span> globals; <span style="color:#0000FF">trigger</span> use { <span style="color:#0000FF">list</span> Q5DQ; <span style="...") |
(No difference)
|
Latest revision as of 22:54, 5 October 2018
inherits globals;
trigger use { list Q5DQ; if (random(0x00, 0x0A) > 0x05) { messageToRange(getLocation(this), 0x03, "blades", Q5DQ); } return (0x01); }