2012-05-01 02:20:27 +02:00
|
|
|
Module
|
2012-07-14 12:59:32 +02:00
|
|
|
name: game_textwindow
|
2012-05-01 02:20:27 +02:00
|
|
|
description: Allow to edit text books and lists
|
2012-07-14 12:59:32 +02:00
|
|
|
author: edubart, BeniS
|
2012-05-01 15:06:38 +02:00
|
|
|
website: www.otclient.info
|
2012-05-01 02:20:27 +02:00
|
|
|
|
|
|
|
dependencies:
|
2012-06-20 02:15:56 +02:00
|
|
|
- game_interface
|
2012-05-01 02:20:27 +02:00
|
|
|
|
|
|
|
@onLoad: |
|
2012-07-14 12:59:32 +02:00
|
|
|
dofile 'textwindow'
|
|
|
|
TextWindow.init()
|
2012-05-01 02:20:27 +02:00
|
|
|
|
|
|
|
@onUnload: |
|
2012-07-14 12:59:32 +02:00
|
|
|
TextWindow.terminate()
|