Difference between revisions of "Script: Sha switch three"

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> use { <span style="color:#0000FF">list</span> Q5DQ; <span style="...")
 
(No difference)

Latest revision as of 14:12, 5 October 2018

inherits globals;
trigger use
{
  list Q5DQ;
  loc trapLocation = 0x154C, 0xBB, 0x00;
  [[messageToRange|messageToRange]](trapLocation, 0x05, "reset", Q5DQ);
  return (0x01);
}