Difference between revisions of "Script: Leaverange"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">inherits</span> trap_single; <span style="color:#0000FF">trigger</span> leaverange(0x00) { <span style="color:#0000FF">int</span> Q64U =...")
 
(No difference)

Latest revision as of 20:08, 5 October 2018

inherits trap_single;
trigger leaverange(0x00)
{
  int Q64U = Q64S(0x01, target, 0x00, 0x00, 0x00);
  return (0x00);
}