Difference between revisions of "Script: Cov1 gas trap switch 2"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">trigger</span> use { <span style="color:#0000FF">loc</span> Q4GG = 0x1532, 0x0758, 0x00; <span style="color:#0000FF">list</span> Q5DQ; <...") |
(No difference)
|
Latest revision as of 23:44, 5 October 2018
trigger use { loc Q4GG = 0x1532, 0x0758, 0x00; list Q5DQ; if (!hasObjVar(this, "working")) { messageToRange(Q4GG, 0x01, "unconditionalDisarm", Q5DQ); } return (0x01); }