Script Function: Q4CT
From Ultima Online: The Second Age
function int Q4CT(obj caster, obj corpse) { loc Q4AO = getLocation(caster); loc Q4EE = getLocation(corpse); int Q4IJ = getDistanceInTiles(getLocation(caster), getLocation(corpse)); if (Q4IJ > 0x05) { return (0x00); } if (!Q5AF(corpse)) { barkTo(caster, caster, "I must use a human corpse."); return (0x00); } return (0x01); }