mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00

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
17 lines
273 B
Plaintext
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()
|