Difference between revisions of "Script: Dummy"

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">attachScript</span>(this, <span style="color:#8000...")
 
(No difference)

Latest revision as of 22:37, 5 October 2018

trigger objectloaded
{
  attachScript(this, "masterdummy");
  return (0x01);
}
trigger creation
{
  attachScript(this, "masterdummy");
  return (0x01);
}