Script: Intdown

From Ultima Online: The Second Age
Revision as of 22:04, 5 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">inherits</span> spelskil; <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q65X() { setDefaultRetur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
inherits spelskil;
function void Q65X()
{
  setDefaultReturn(0x01);
  Q42D(this, 0x02, 0x00);
  handleHealthGain(this);
  return ();
}
trigger message("cancelmagic")
{
  Q65X();
  return (0x01);
}
trigger callback(0x6C)
{
  Q65X();
  return (0x01);
}
trigger ishealthy
{
  return (0x00);
}