Script Function: Q4A2
From Ultima Online: The Second Age
function int Q4A2(obj it) { int objtype = getObjType(it); switch (objtype) { case 0x1F14 case 0x1F15 case 0x1F16 case 0x1F17 return (0x01); break; default return (0x00); break; } return (0x00); }