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()