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