new scripting functionality

* dofiles functions to run all scripts inside a directory
* new style option ! that evaluates its value from a lua code
This commit is contained in:
Eduardo Bart
2012-04-26 12:11:03 -03:00
parent 243bd3a930
commit fae2cc6481
5 changed files with 44 additions and 28 deletions

View File

@@ -1,3 +1,5 @@
if not UIWindow then dofile 'uiwindow' end
UIMessageBox = extends(UIWindow)
MessageBoxOk = 1