Okay so Im currently using this script
local storage = 34537
function onStepIn(cid, item, pos)
if getPlayerStorageValue(cid, storage) >= os.time() then
doSummonCreature("rotten meat giant", {x= 955, y= 727, z= 1})
setPlayerStorageValue(cid, storage, os.time() + 60)
end
return true
end
It doesnt...