demonOakDeath:
function onDeath(cid, corpse)
if getPlayerStorageValue(cid, 36901) > 0 and getPlayerStorageValue(cid, 35700) < 1 then
doPlayerSetStorageValue(cid, 36901, 0)
end
return TRUE
end
inquisitionPortals:
function onDeath(cid, corpse, killer)...