Difference between revisions of "Script: Hairundye"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">trigger</span> callback(0x00) { <span style="color:#FF0000;font-weight:bold">setHue</span>(this, getObjVar|<span style="color:#FF...")
 
(No difference)

Latest revision as of 22:30, 5 October 2018

trigger callback(0x00)
{
  setHue(this, getObjVar(this, "oldhue"));
  removeObjVar(this, "oldhue");
  return (0x01);
}