otclient/modules/game_textmessage/textmessage.otmod
Eduardo Bart f289db3a9e Module sandboxing system
Sandboxing makes module scripts run inside an isolated lua environments,
making more easier and secure to script

Move and rework TextMessage using the new sandbox system
2012-07-19 06:15:23 -03:00

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()