Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: sebaslive on March 17, 2015, 12:39:46 PM

Title: Get/Set Event = Reliable[SOLVED]
Post by: sebaslive on March 17, 2015, 12:39:46 PM
Sometimes, when the set info is sent for the first time to another object it is not received. I have an action that sets event then sends a global event to another object. Object goes to global event BUT does not get the event info the first time.

It works the second time the event is sent but the object does not receive it the first time (sometimes).

Any way to make these set events get events more reliable?
Title: Re: Get/Set Event = Reliable
Post by: sebaslive on March 17, 2015, 01:35:20 PM
Apparently I am unreliable because my logic was wrong!
Title: Re: Get/Set Event = Reliable
Post by: wheretheidivides on March 17, 2015, 10:59:48 PM
That may be one of the actions you need to get a newer version of.  try running the ecosystem, delete it and re download it.
Title: Re: Get/Set Event = Reliable
Post by: jeanfabre on March 18, 2015, 12:50:38 AM
Hi,

 These actions work fine, The key is to get them directly when you enter the state that the event activated.

 Bye,

 Jean
Title: Re: Get/Set Event = Reliable
Post by: sebaslive on March 18, 2015, 10:17:29 AM
Yeah, they work fine. I just used them incorrectly.