Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ryf9059 on June 09, 2013, 11:48:31 AM

Title: [SOLVED] Time counter using FSM?
Post by: ryf9059 on June 09, 2013, 11:48:31 AM
Any idea how should I use a FSM to create a internal counter? Says I want to trigger some event after cetain amount of time.
Title: Re: Time counter using FSM?
Post by: Alex Chouls on June 09, 2013, 12:32:14 PM
Check out the Get Time Info action:
https://hutonggames.fogbugz.com/default.asp?W496

You can store the time info you need in a variable, then use Float Compare to trigger an event.