local t = {
39001, {
[100] = {"Congratulations, you have reached level 100!", 1},
[200] = {"Congratulations, you have reached level 200!", 2},
[300] = {"Congratulations, you have reached level 300!", 3}
}
}
function onAdvance(cid, skill, oldlevel, newlevel)
if skill == SKILL__LEVEL then...