Page 1 of 1

Simulating LUA console inside love?

Posted: Sun Mar 02, 2014 11:44 am
by SniX
So i have this idea for a RPG game, where you'd have a portable device, and i want to simulate the Lua console inside the game, is it possible without rewriting everything.

Re: Simulating LUA console inside love?

Posted: Sun Mar 02, 2014 11:57 am
by Ranguna259
Please post your questions on the Support and Development section of the forum.

You can do that by using the pcall or the xpcall lua functions.