Script: Barkhue
From Ultima Online: The Second Age
Revision as of 01:18, 6 October 2018 by Grimoric (talk | contribs) (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>(...")
trigger creation { int Q4XG = getHue(this); Q4XG = Q4XG - 0x8000; string blah = Q4XG; bark(this, blah); detachScript(this, "barkhue"); return (0x01); }