Playmaker Forum

PlayMaker News => General Discussion => Topic started by: kentcheung2000 on August 19, 2018, 03:33:07 AM

Title: Finish second event and finish it before go back to the first event.
Post by: kentcheung2000 on August 19, 2018, 03:33:07 AM
I have two events.  My first event is making a call to another global event in the middle.

My question is how I can call the second event and finished it before I can go back to my first event.

Many Thanks.

KC
Title: Re: Finish second event and finish it before go back to the first event.
Post by: Fat Pug Studio on August 19, 2018, 06:43:50 AM
Can you be a bit more specific, i'm not sure i'm grasping thr concept.
Title: Re: Finish second event and finish it before go back to the first event.
Post by: kentcheung2000 on August 19, 2018, 05:00:18 PM
Thank you so much for your reply.  I have two events. 1st and 2nd.  When I run my first event, I want to go  the 2nd event and run it to the end and then go back to my 1st event.

My problem is my 1st event will finish before my 2nd event finish.  How I can finish my second event (Step 2.3), then go back to Step 1.1.

Thanks.

KC
Title: Re: Finish second event and finish it before go back to the first event.
Post by: DanielThomas on August 19, 2018, 06:34:36 PM
Check out the  Host/sub FSM example on the ecosystem (just filter by examples).

I don't know how your setup is, but another way can be to sent back a bool value to 1st event when 2nd one is finished.