added a console to my game cause i needed it for something and it was faster and easier to just have it execute Lua in the game's Lua state with the added bonus of being able to call any of the game's Lua API functions live.
I love Lua so much. Added a quest/event system for my game that lets me drop Lua script files in a folder and they become available in the game automatically. Also makes the game super modder friendly.