tibia-client/modules/game_console/console.otmod

16 lines
271 B
Plaintext

Module
name: game_console
description: Manage chat window
author: edubart, andrefaramir, baxnie, sn4ake
website: www.otclient.info
dependencies:
- game_interface
@onLoad: |
dofile 'console'
Console.init()
@onUnload: |
Console.terminate()