Difference between revisions of "Script: 4386"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">trigger</span> creation { <span style="color:#FF0000;font-weight:bold">attachScript</span>(this, <span style="color:#800000">...")
 
(No difference)

Latest revision as of 14:41, 6 October 2018

trigger creation
{
  attachScript(this, "traprange");
  setObjVar(this, "TrapMessageRange", 0x0A);
  return (0x01);
}