Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: T.P.Sparrow on May 05, 2014, 06:27:01 PM

Title: Events - Pause
Post by: T.P.Sparrow on May 05, 2014, 06:27:01 PM
Wow, I must really be dumb.

I cannot, for the life of me, figure out how to do such a simple task!

All I want to do is

1. The user presses "Enter"
2. Send out a pause event so I can pause specific parts of the game.

I don't want to use Time.timescale.

Thanks!
Title: Re: Events - Pause
Post by: Alex Chouls on May 06, 2014, 05:34:09 AM
Use Broadcast All in Send Event.
Then any FSMs that need to can respond to the event.
You will need to check the global flag next to the PAUSE event.