Page 1 of 1

How to use Lua console in 0.11.1?

Posted: Sun Nov 02, 2014 5:21 am
by kengonakajima
Hi, I used to activate Lua console in 0.10 to use game.speed=5,
but I can't use it in 0.11.

Is the feature omitted in 0.11?

I can open text input line by pressing "Toggle Lua console" key config, but
the text is not parsed as a Lua script.

How to use Lua console in 0.11?

Re: How to use Lua console in 0.11.1?

Posted: Sun Nov 02, 2014 5:32 am
by n9103
Prefix your commands with /c in the chat.
game.speed=5 becomes /c game.speed=5

Re: How to use Lua console in 0.11.1?

Posted: Sun Nov 02, 2014 1:42 pm
by kengonakajima
thank you very much! It worked.