the vanilla command GetPCMiscStat is not working.
short debugbegin gamemodeset debug to GetPCMiscStat 1message"GetPCMiscStat %.2f"debugend
this is returning 0.00 instead of 33 (number of days) as it reads in my gamestats menu in game.
If I change the number to 5 ( GetPCMiscStat 5 this is for creatures killed) then it returns the correct number.
So the number of days part of this is broken?
Edit: found a way around it using the global GameDaysPassed. But man...I wonder what is up with GetPCMiscStat 1 ?
I guess I will put this discovery in the CS wiki.