elseif(msgcontains(msg, "Skill")) then
if(getPlayerStorageValue(cid, 60010) < 0) then
if doPlayerRemoveMoney(cid, 5000) == true then
setPlayerStorageValue(cid, 60010, 1)
npcHandler:say("This {Skill} is a very high quality item. Use it wisely.", cid, 1000)
else...