Difference between revisions of "Script: Sethue"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">trigger</span> use { <span style="color:#0000FF">int</span> x = <span style="color:#FF0000;font-weight:bold">getHue</span>(this);...") |
(No difference)
|
Latest revision as of 14:19, 5 October 2018
trigger use { int x = getHue(this); if (x < 0x0960) { x = 0x0960; } x = x + 0x01; if (x > 0x097D) { x = 0x0961; } setHue(this, x); string Q4XU = x; bark(this, Q4XU); return (0x01); }