Script Function: Q50I
From Ultima Online: The Second Age
function int Q50I(obj item) { int Q65M = getObjType(item); if ((Q65M == 0x1E5E) || (Q65M == 0x1E5F)) { return (0x00); } if (isMobile(item)) { return (0x00); } return (0x01); }