I initialize a script like so:
myScript=script.init()
Then i can run it with arguments if there is like: myName=argument[1]
and then:
myScript("LeDarkLua")
and that script has:
myName=argument[1]
print(myName)
Thanks in advance!
Edited by LeDark Lua, 21 July 2015 - 04:32 PM.












