Script Function: Q50G
From Ultima Online: The Second Age
function int Q50G(obj usedon) { if (isMobile(usedon)) { if (!isDead(usedon)) { if (!isCounselor(usedon)) { if (!getMobFlag(usedon, 0x01)) { return (0x01); } } } } return (0x00); }
function int Q50G(obj usedon) { if (isMobile(usedon)) { if (!isDead(usedon)) { if (!isCounselor(usedon)) { if (!getMobFlag(usedon, 0x01)) { return (0x01); } } } } return (0x00); }