Difference between revisions of "Script: Test1"

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> enterrange(0x05) { bark|<span style="color:#FF0000;font-weight...")
 
(No difference)

Latest revision as of 11:25, 5 October 2018

inherits trap_single;
trigger enterrange(0x05)
{
  bark(this, "I have been triggered.")int Q64U = Q64S(0x05, target, 0x1463, 0x0247, 0x00);
  string Q445 = Q64U;
  bark(this, "I did this much damage");
  bark(this, Q445);
  bark(this, "to:");
  bark(this, getName(target));
  return (0x00);
}