Difference between revisions of "Script: Dec3 swamp one"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">trigger</span> enterrange(0x01) { <span style="color:#0000FF">if</span> (<span style="color:#FF0000;font-weight:bold">isDead</span>...") |
(No difference)
|
Latest revision as of 22:54, 5 October 2018
trigger enterrange(0x01) { if (isDead(target)) { return (0x01); } if (!hasScript(target, "poisoned")) { attachScript(target, "poisoned"); setObjVar(target, "poisoned", 0x01); barkTo(this, target, "An overwhelming stench churns your stomach."); } return (0x01); }