Skip to content

SetState >> GetState #2634

Closed Answered by Tkael
nepomuk16321 asked this question in Troubleshoot Scripts
Discussion options

You must be logged in to vote

status variables are unchanged.

state variables should essentially still be the same, except that you cannot use a state variable that you have just set in the same script.

For example this would be invalid:

{SetState('test', 'a b c')}
{state.test}

But this would be valid:

{SetState('test', 'a b c')}
{GetState('test')}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by nepomuk16321
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants