update TODO

This commit is contained in:
Eduardo Bart
2012-01-11 11:42:53 -02:00
parent dba03d69f6
commit 0d11871298
3 changed files with 32 additions and 33 deletions

View File

@@ -82,6 +82,7 @@ end
-- hooked events
local function onGameDeath()
TextMessage.displayEventAdvance('You are dead.', 10)
scheduleEvent(function() Game.logout(true) end, 10*1000)
end
local function onGameTextMessage(msgtype, msg)