Hi guys! So I made this script..
function onStepIn(cid, item, pos)
if getPlayerStorageValue(cid, 34544) == -1 then
setPlayerStorageValue(cid, 34544, 1)
doSummonCreature("Magnificent Chicken", {x= 562, y= 861, z= 7})
elseif getPlayerStorageValue(cid, 34544) == 1 then...