Script: Monster
From Ultima Online: The Second Age
Revision as of 19: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...")
trigger creation { if (isInArea("zoo", getLocation(this), 0x00)) { setLoiterMode(this, 0x01); setBehavior(this, 0x02); removeObjVar(this, "petCanTame"); } return (0x01); }