Difference between revisions of "Script: Barkhue"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">trigger</span> creation { <span style="color:#0000FF">int</span> Q4XG = <span style="color:#FF0000;font-weight:bold">getHue</span>(...") |
(No difference)
|
Latest revision as of 01:18, 6 October 2018
trigger creation { int Q4XG = getHue(this); Q4XG = Q4XG - 0x8000; string blah = Q4XG; bark(this, blah); detachScript(this, "barkhue"); return (0x01); }