Script: Monster

From Ultima Online: The Second Age
Revision as of 20:35, 5 October 2018 by Grimoric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
trigger creation
{
  if (isInArea("zoo", getLocation(this), 0x00))
  {
    setLoiterMode(this, 0x01);
    setBehavior(this, 0x02);
    removeObjVar(this, "petCanTame");
  }
  return (0x01);
}