Script: Gate

From Ultima Online: The Second Age
Revision as of 22:49, 5 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">inherits</span> spelskil; <span style="color:#0000FF">trigger</span> enterrange(0x00) { <span style="color:#0000FF">int</span> Q5ZL;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
inherits spelskil;
trigger enterrange(0x00)
{
  int Q5ZL;
  Q5ZL = teleport(target, getObjVar(this, "destination"));
  return (0x01);
}