Difference between revisions of "Script: Noheal"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">inherits</span> sk_table; <span style="color:#0000FF">trigger</span> callback(0x2C) { detachScript|<span style="color:#FF0000;font-wei...")
 
(No difference)

Latest revision as of 17:31, 5 October 2018

inherits sk_table;
trigger callback(0x2C)
{
  detachScript(this, "noheal");
  return (0x00);
}