Playmaker Forum

PlayMaker Help & Tips => iOS Help => Topic started by: escpodgames on April 03, 2013, 06:01:21 AM

Title: Time between game plays [SOLVED]
Post by: escpodgames on April 03, 2013, 06:01:21 AM
Hey,

I'm currently making a game where I need to know how much time has past between play sessions, I've tried to use the system date/time but without importing a calander, I can never know exactly how many days in a month (if the player plays the game on the 29th of a month and then comes back a few days later. Any suggestions? This is key to my game working or not :S

Cheers
Andrew
Title: Re: Time between game plays
Post by: jeanfabre on April 03, 2013, 06:05:05 AM
Hi,

 try this:

http://hutonggames.com/playmakerforum/index.php?topic=1047.msg4332#msg4332

to get the dates themselves, use "getSystemDateTime" action.

bye,

 Jean
Title: Re: Time between game plays
Post by: escpodgames on April 03, 2013, 06:14:36 AM
Exactly what I need, thank you so much!!!