add chat buffer

This commit is contained in:
Eduardo Bart
2011-11-03 21:34:32 -02:00
parent 6aadf896da
commit 39c62942cf
12 changed files with 81 additions and 22 deletions

View File

@@ -40,7 +40,7 @@ function Skills.destroy()
end
-- hooked events
function Game.setSkill(id, level, percent)
function Game.onSkillUpdate(id, level, percent)
local skillPanel = skillWindow:getChildById('skillPanel')
local levelLabel = skillPanel:getChildById('skillLevelId' .. (id + 1))

View File

@@ -10,5 +10,3 @@ Module
onLoad: |
require 'skills'
return true