FireTuner Lua console

alpaca

King of Ungulates
Joined
Aug 3, 2006
Messages
2,322
Can anyone give me an idea about what the lua console does? I know it can print print messages and such but does it do anything else? Specifically, can I enter commands that are executed? For whenever I try doing that, the command is printed but nothing happens and then the input field on the bottom is locked.

I'm using WinXP-32bit, have .net FW 3.5 SP1 installed
 
you type in lua code in the console, depending on which lua state you have selected. just start a game select the InGame state and try Players[0]:IsHuman();

that should work if everything you have is okay
 
you type in lua code in the console, depending on which lua state you have selected. just start a game select the InGame state and try Players[0]:IsHuman();

that should work if everything you have is okay

Thanks for your help, inspired me to dig a bit further. I found that it works better if I run the game in windowed mode...
 
Back
Top Bottom