Difference between revisions of "Script: Wearbless"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">inherits</span> wearstat; <span style="color:#0000FF">trigger</span> creation { Q5X6 = 0x0A; Q4HZ = 0x0A; Q4YI = 0x0A; <span st...")
 
(No difference)

Latest revision as of 08:00, 5 October 2018

inherits wearstat;
trigger creation
{
  Q5X6 = 0x0A;
  Q4HZ = 0x0A;
  Q4YI = 0x0A;
  return (0x01);
}
function void Q4HX(obj it)
{
  detachScript(it, "wearbless");
  return ();
}