I want to get the output of a lua command and store it in a string.
EX:
print (1)
output- > 1
getOutput ("print (1)")
I would like to store the returned value in a string, in this case, 1.
Something like a debugger, it would execute the co...
asked by
21.11.2014 / 00:07