If you take the total number of steps the player has and divide it by 720 you get an output of the players time played in hours.
I just need help writing the code for it which does not seem to be too difficult I'm just not familiar with Github coding.
it would be something like this:
' Player.movment.total ' * 720 == ' Player.TimePlayed.Hours '
Print 'Player.TimePlayed.Hours'
If you take the total number of steps the player has and divide it by 720 you get an output of the players time played in hours.
I just need help writing the code for it which does not seem to be too difficult I'm just not familiar with Github coding.
it would be something like this:
' Player.movment.total ' * 720 == ' Player.TimePlayed.Hours 'Print 'Player.TimePlayed.Hours'