tibia-client/modules/game_textmessage/textmessage.otmod

17 lines
273 B
Plaintext

Module
name: game_textmessage
description: Manage game text messages
author: edubart
website: www.otclient.info
sandboxed: true
dependencies:
- game_interface
scripts:
- protocol.lua
- textmessage.lua
@onLoad: init()
@onUnload: terminate()