restore terminal, rework console

This commit is contained in:
Eduardo Bart
2012-01-07 15:36:58 -02:00
parent a3721b3a11
commit c4b2dd18d6
25 changed files with 265 additions and 143 deletions

View File

@@ -0,0 +1,16 @@
Module
name: terminal
description: Terminal for executing lua functions
author: OTClient team
website: https://github.com/edubart/otclient
autoLoad: true
autoLoadPriority: 1000
onLoad: |
require 'terminal'
require 'commands'
Terminal.init()
onUnload: |
Terminal.terminate()