17 lines
311 B
Plaintext
17 lines
311 B
Plaintext
Module
|
|
name: terminal
|
|
description: Terminal for executing lua functions
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
autoLoad: true
|
|
autoLoadAntecedence: 200
|
|
|
|
onLoad: |
|
|
require 'terminal'
|
|
require 'commands'
|
|
Terminal.init()
|
|
|
|
onUnload: |
|
|
Terminal.terminate()
|