Difference between revisions of "Script: Floortrigger2"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">inherits</span> sndfx; <span style="color:#0000FF">trigger</span> enterrange(0x00) { <span style="color:#0000FF">loc</span> Q4PU = 0x143...") |
(No difference)
|
Latest revision as of 21:53, 5 October 2018
inherits sndfx;
trigger enterrange(0x00) { loc Q4PU = 0x1435, 0x0257, 0x00; list Q5DQ; sfx(getLocation(this), 0x0122, 0x00); messageToRange(Q4PU, 0x0A, "fs_disarm", Q5DQ); callback(this, 0x02, 0x01); setType(this, 0x1123); callback(this, 0x1E, 0x02); return (0x01); }
trigger callback(0x01) { setType(this, 0x1122); return (0x00); }
trigger callback(0x02) { loc Q4PU = 0x1435, 0x0257, 0x00; list Q5DQ; messageToRange(Q4PU, 0x0A, "fs_reload", Q5DQ); return (0x00); }