Difference between revisions of "Script: Monster"

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

Latest revision as of 19:35, 5 October 2018

trigger creation
{
  if (isInArea("zoo", getLocation(this), 0x00))
  {
    setLoiterMode(this, 0x01);
    setBehavior(this, 0x02);
    removeObjVar(this, "petCanTame");
  }
  return (0x01);
}