2011-08-20 22:30:41 +02:00
|
|
|
Module
|
2012-02-06 20:19:47 +01:00
|
|
|
name: client_terminal
|
2012-01-07 18:36:58 +01:00
|
|
|
description: Terminal for executing lua functions
|
2012-05-01 15:06:38 +02:00
|
|
|
author: edubart
|
|
|
|
website: www.otclient.info
|
2011-12-05 19:27:07 +01:00
|
|
|
|
2012-02-20 03:27:08 +01:00
|
|
|
@onLoad: |
|
2012-02-06 05:39:52 +01:00
|
|
|
dofile 'terminal'
|
|
|
|
dofile 'commands'
|
2012-01-07 18:36:58 +01:00
|
|
|
Terminal.init()
|
2011-08-20 22:30:41 +02:00
|
|
|
|
2012-02-20 03:27:08 +01:00
|
|
|
@onUnload: |
|
2012-01-07 18:36:58 +01:00
|
|
|
Terminal.terminate()
|