Script: Housedecay

From Ultima Online: The Second Age
Revision as of 22:23, 5 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">inherits</span> multidecay; <span style="color:#0000FF">trigger</span> destroyed { <span style="color:#2B91AF">Q4WS</span>(this...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
inherits multidecay;
trigger destroyed
{
  Q4WS(this);
  return (0x01);
}
trigger message("vendordelete")
{
  obj vendor = args[0x00];
  Q4X2(this, vendor);
  return (0x01);
}