use this code (Action)
local config, str = {
[1] = {vocs = {1, 2, 5, 6}, itemid = XXXX, text = "Mage"},
[2] = {vocs = {3, 7}, itemid = XXXX, text = "Paladin"},
[3] = {vocs = {4, 8}, itemid = XXXX, text = "knight"}
}, 25398
function onUse(cid, item, fromPosition, itemEx, toPosition)...