Multiline console commands?
Posted: Mon Nov 30, 2015 8:01 pm
Is it possible to input multi-line console commands in the Lua console? e.g.:
I always heard from other people that you could, but it never worked for me. And I always had the feeling it was a Windows / Linux thing (I'm on Windows.)
I know you can still create nice complex loop structures (EDIT: on just one line) using the semicolon syntax, but they are rather hard to work with compared to a nicely tabbed multi line format.
Well, thanks for any help you can offer. Even if this is a simple question with a simple answer (most likely "no"
), I couldn't find any reference to it in the forums so this will help anybody out there looking to know in future. Cheers!
Code: Select all
for i=1, 5 do
game.log("Hello Eyal!)
end
I know you can still create nice complex loop structures (EDIT: on just one line) using the semicolon syntax, but they are rather hard to work with compared to a nicely tabbed multi line format.
Well, thanks for any help you can offer. Even if this is a simple question with a simple answer (most likely "no"
