tibia-client/modules/addon_terminal/terminal.otmod

17 lines
309 B
Plaintext
Raw Normal View History

2011-08-20 22:30:41 +02:00
Module
2012-01-07 18:36:58 +01:00
name: terminal
description: Terminal for executing lua functions
2011-08-20 22:30:41 +02:00
author: OTClient team
website: https://github.com/edubart/otclient
2011-12-05 19:27:07 +01:00
2011-08-20 22:30:41 +02:00
autoLoad: true
2012-01-14 02:37:15 +01:00
autoLoadAntecedence: 200
2011-12-05 19:27:07 +01:00
2011-08-20 22:30:41 +02:00
onLoad: |
dofile 'terminal'
dofile 'commands'
2012-01-07 18:36:58 +01:00
Terminal.init()
2011-08-20 22:30:41 +02:00
onUnload: |
2012-01-07 18:36:58 +01:00
Terminal.terminate()