So my question.. how would this type of game be done in C2 (more a static numbers game like game dev tycoon than something like transport tycoon where you actually build stuff)?
How do i store stuff like character progression, skills, bought items / upgrades / buildings, etc..
the noob that i am would store everyting in variables since i don't know anything else but that seems awfully ineffective..
any hints or tutorials that might point me in the right direction?