Script: Virtueshield

From Ultima Online: The Second Age
Revision as of 08:06, 5 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">inherits</span> sndfx; <span style="color:#0000FF">trigger</span> callback(0x1E) { bark|<span style="color:#FF0000;font-weight:bold">b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
inherits sndfx;
trigger callback(0x1E)
{
  bark(this, "You are unworthy of wielding me.");
  loc where = getLocation(this);
  doLocAnimation(where, 0x3728, 0x0A, 0x0A, 0x00, 0x00);
  sfx(where, 0x01FE, 0x00);
  deleteObject(this);
  return (0x01);
}
function void Q4HV()
{
  shortcallback(this, 0x01, 0x1E);
  return ();
}
trigger message("destroyVirtueShield")
{
  Q4HV();
  return (0x01);
}
trigger creation
{
  int Q4Q1 = makeValueless(this);
  return (0x01);
}
trigger objectloaded
{
  int Q4Q1 = makeValueless(this);
  return (0x01);
}