mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01:00
add chat panel, send text messages, guard forbidden functions with an ifdef
This commit is contained in:
@@ -43,4 +43,7 @@ end
|
||||
function Game.setSkill(id, level, percent)
|
||||
local skillPanel = skillWindow:getChildById('skillPanel')
|
||||
local levelLabel = skillPanel:getChildById('skillLevel' .. id)
|
||||
end
|
||||
end
|
||||
|
||||
connect(Game, { onLogin = Skills.create,
|
||||
onLogout = Skills.destroy })
|
||||
Reference in New Issue
Block a user