2011-11-02 04:02:56 +01:00
|
|
|
Module
|
2011-12-05 19:27:07 +01:00
|
|
|
name: client_entergame
|
2011-11-02 04:02:56 +01:00
|
|
|
description: Manages enter game and character list windows
|
|
|
|
author: OTClient team
|
|
|
|
website: https://github.com/edubart/otclient
|
2012-02-06 20:19:47 +01:00
|
|
|
autoload: true
|
|
|
|
autoload-antecedence: 150
|
2011-12-05 19:27:07 +01:00
|
|
|
|
2011-11-02 04:02:56 +01:00
|
|
|
onLoad: |
|
2012-02-06 05:39:52 +01:00
|
|
|
dofile 'entergame'
|
|
|
|
dofile 'characterlist'
|
2012-01-07 18:36:58 +01:00
|
|
|
EnterGame.init()
|
2011-11-02 04:02:56 +01:00
|
|
|
|
2012-02-05 23:42:35 +01:00
|
|
|
onUnload: |
|
2012-01-07 18:36:58 +01:00
|
|
|
EnterGame.terminate()
|
2012-02-05 23:42:35 +01:00
|
|
|
CharacterList.terminate()
|