So I'm making a an RTS where you gather resources and build your army, blah blah every RTS ever. Essentially like Warfare with the High Command module. Anyway, I've created a variable called Mylumber that I want to generate over time when you capture an enemy Lumber Mill. It's easy enough to add to the variable with "Mylumber = Mylumber + 200" ,I just want this instance to occur throughout the life of the game. Lastly, I would prefer if this occurred in REAL time, not in-game time because I have a Rest system and I don't want the player to be able to "boost" by skipping ahead 6 hours. Any responses are greatly appreciated