2012-02-06 17:19:47 -02:00

16 lines
316 B
Plaintext

Module
name: client_terminal
description: Terminal for executing lua functions
author: OTClient team
website: https://github.com/edubart/otclient
autoload: true
autoload-antecedence: 160
onLoad: |
dofile 'terminal'
dofile 'commands'
Terminal.init()
onUnload: |
Terminal.terminate()