Script: Demonfilter

From Ultima Online: The Second Age
Revision as of 23:48, 5 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">trigger</span> enterrange(0x01) { <span style="color:#0000FF">int</span> targetType = getObjType|<span style="color:#FF0000;font-weight:bold...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
trigger enterrange(0x01)
{
  int targetType = getObjType(target);
  if (targetType == 0x0A)
  {
    return (0x00);
  }
  return (0x01);
}