mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
a lot of changes in modules
This commit is contained in:
15
modules/client_terminal/terminal.otmod
Normal file
15
modules/client_terminal/terminal.otmod
Normal file
@@ -0,0 +1,15 @@
|
||||
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()
|
Reference in New Issue
Block a user