• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Solved] Forgot to change return FALSE to return TRUE. Moderarot remove thread.

Ezzam

New Member
Joined
Jan 16, 2008
Messages
213
Reaction score
2
Code:
function onAdvance(cid, skill, oldLevel, newLevel)
  doCreatureSay(cid, SKILLS[skill]:gsub("%a", string.upper, 1) .. " UP [" .. newLevel .. "]", TALKTYPE_ORANGE_1)
  return TRUE
end
 
Last edited:
Back
Top