Experimenting with LUA

So far, almost everything in House Dominae is read and parsed from external text files (read: moddable AF) with one exception: activities (”sleep, work, clean”, etc.), because they are mostly logic.

I’ve been experimenting with adding custom scripted activities using LUA. LUA is a pretty common scripting language and is often used in games due to its simplicity.

It’s working quite well and I’m curious to see how far I can take it.