Difference between revisions of "Script: Despise stairs"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">inherits</span> globals; <span style="color:#0000FF">trigger</span> enterrange(0x01) { <span style="color:#0000FF">loc</span> Q648; <...")
 
 
Line 25: Line 25:
 
     Q648 = 0x15C8, 0x0279, 0x1E;
 
     Q648 = 0x15C8, 0x0279, 0x1E;
 
   }
 
   }
   <span style="color:#0000FF">if</span> (![[teleport|<span style="color:#FF0000;font-weight:bold">teleport</span>]](target, Q648))
+
   <span style="color:#0000FF">if</span> (![[Engine Function:_teleport|<span style="color:#FF0000;font-weight:bold">teleport</span>]](target, Q648))
 
   {
 
   {
 
     <span style="color:#0000FF">return</span> (0x01);
 
     <span style="color:#0000FF">return</span> (0x01);

Latest revision as of 08:41, 19 October 2018

inherits globals;
trigger enterrange(0x01)
{
  loc Q648;
  loc Q59R = getLocation(this);
  loc Q4NZ = 0x15C4, 0x0275, 0x2D;
  loc Q4O0 = 0x15C3, 0x0278, 0x0A;
  loc Q54L = 0x1581, 0x023A, 0x27;
  loc Q54O = 0x1593, 0x02A1, 0x23;
  if (Q59R == Q4NZ)
  {
    Q648 = 0x157A, 0x023A, 0x3B;
  }
  if (Q59R == Q4NZ)
  {
    Q648 = 0x158E, 0x02A0, 0x14;
  }
  if (Q59R == Q54L)
  {
    Q648 = 0x15C8, 0x0275, 0x1E;
  }
  if (Q59R == Q54O)
  {
    Q648 = 0x15C8, 0x0279, 0x1E;
  }
  if (!teleport(target, Q648))
  {
    return (0x01);
  }
  return (0x00);
}