Now i changed order of the table...
PokemonDB = {
[1515] = {nome = "demon", Vida = 5000, Level = 80},
[1516] = {nome = "orc", Vida = 2000, Level = 80},
[1517] = {nome = "rat", Vida = 1000, Level = 80}
}
function onUse(player, item, fromPosition, itemEx, toPosition, isHotkey)
local corpse =...