Difference between revisions of "Script: Amnesty3"

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

Latest revision as of 01:24, 6 October 2018

trigger objectloaded
{
  setDefaultReturn(0x01);
  detachScript(this, "amnesty3");
  return (0x01);
}