pstr_anipos = 51000 function onStepIn(cid, item, position, fromPosition) if isPlayer(cid) == TRUE and getPlayerStorageValue(cid, pstr_anipos) > 0 then setGlobalStorageValue(getPlayerStorageValue(cid, pstr_anipos), 0) setPlayerStorageValue(cid, pstr_anipos, 0) end return TRUE end