I'm thinking about creating a top-down RPG (like early Ultima, Final Fantasy I-2, Dragon Quest 1-2, etc.)
I want my characters to blabber a lot, so I'm wondering about text compression.
Any easy ways to do this in C3?
Are there any plug-ins to do this?
If the text is embedded in the "code" of C3, I know that everything is compressed and obfuscated.
I've also thought about making a database of words and pulling the words out to construct sentences. Is this possible with C3? I can do it easily in code.
Any advice or help on this would really appreciated. I'm also looking for a tutorial on making an RPG using C3 but there doesn't seem to be one yet. Early days, I imagine. Thanks!