Difference between revisions of "Script: Gate"

From Ultima Online: The Second Age
Jump to: navigation, search
(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;...")
(No difference)

Revision as of 21:49, 5 October 2018

inherits spelskil;
trigger enterrange(0x00)
{
  int Q5ZL;
  Q5ZL = teleport(target, getObjVar(this, "destination"));
  return (0x01);
}