fix and move textmessage to a module

This commit is contained in:
Eduardo Bart
2011-11-03 20:16:47 -02:00
parent 667ff41ad9
commit f444dc624c
5 changed files with 19 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
Module
name: textmessage
description: Manage game text messages
author: OTClient team
website: https://github.com/edubart/otclient
autoLoad: true
dependencies:
- game
onLoad: |
require 'textmessage'
return true