function onPrepareDeath(cid, deathList)
for _, pid in ipairs(deathList) do
if isCreature(pid) and (getCreaturename(pid):lower() == 'mooh\'tah master') then
setGlobalStorageValue(3275, 0)
doRemoveCreature(pid)
doCreatureSay(cid, "ASDASDASDAS.", TALKTYPE_ORANGE_1, false, 0...