Is there a way to include a payload with the Jump To action.
I was looking for a function like capable.
I currently use the Jump To action in combination with a global variable to pass objects, but I am starting to lose track.
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Jump To with Payload?
- kgschlosser
- Site Admin
- Posts: 5190
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: Jump To with Payload?
all ya gotta do is
eg.event.payload =
now it may not be visible because of the jump action, but it should be there
you can change the event string also.
they are just global variable containers.
same with the eg.result.
you can't return from a script. but you can just set the eg.result to whatever you like to have it passed off to the next action in your tree.
same goes for the payload. you just have to remember that if you chnage it and there was something in it already just make sure you are done processing that data before you change it to something else.
K
eg.event.payload =
now it may not be visible because of the jump action, but it should be there
you can change the event string also.
they are just global variable containers.
same with the eg.result.
you can't return from a script. but you can just set the eg.result to whatever you like to have it passed off to the next action in your tree.
same goes for the payload. you just have to remember that if you chnage it and there was something in it already just make sure you are done processing that data before you change it to something else.
K
-
m19brandon
- Experienced User
- Posts: 177
- Joined: Mon Feb 03, 2014 10:36 pm
Re: Jump To with Payload?
Thanks, that is almost what I do. Just wanted to make sure I was not missing a feature. This method works 
