Difference between revisions of "Script: Demonfilter"

From Ultima Online: The Second Age
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 22:48, 5 October 2018

trigger enterrange(0x01)
{
  int targetType = getObjType(target);
  if (targetType == 0x0A)
  {
    return (0x00);
  }
  return (0x01);
}