tibia-client/modules/game_textwindow/textwindow.otmod

16 lines
276 B
Plaintext

Module
name: game_textwindow
description: Allow to edit text books and lists
author: edubart, BeniS
website: www.otclient.info
dependencies:
- game_interface
@onLoad: |
dofile 'textwindow'
TextWindow.init()
@onUnload: |
TextWindow.terminate()