What I want to do is:
Set InfectDay to GameDay ; GameDay is a Global
I have defined GameDay as a GlobalProperty, and defined InfectDay, but I get the error 'cannot cast a globalvariable to a float, types are incompatible' or 'cannot cast a globalvariable to a int, types are incompatible'. So how do I do this?
The code I am using is:
[code]
NewInfectDay = GameDay as float
NewInfectDay = GameDay as int
[code]
Thanks again, and hopefully this will be the last stupid question... :S

I am so used to how it used to be :S Thanks. I knew it was a stupid question!