Script: Floor crumble

From Ultima Online: The Second Age
Revision as of 22:53, 5 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">trigger</span> enterrange(0x00) { <span style="color:#0000FF">loc</span> Q648 = 0x1450, 0x028C, 0x00; setType|<span style="color:#FF0000;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
trigger enterrange(0x00)
{
  loc Q648 = 0x1450, 0x028C, 0x00;
  setType(this, 0x11C0);
  callback(this, 0x01, 0x01);
  if (!teleport(target, Q648))
  {
    return (0x00);
  }
  return (0x01);
}
trigger callback(0x01)
{
  setType(this, 0x11BF);
  return (0x00);
}