Populated State variable is 'void' in the middle of scripts #2607
Labels
6. not up to spec
The expected behaviour per the spec doesn’t match the observed behaviour.
needs thought
For when you need to slow down and consider things.
What's Wrong (please be as specific as possible)
Expected
State variables to retain their value throughout the execution of a script.
Observed
Populated State variable is OK at the start of scripts, but becomes void in the middle, and then populated again at the end, even though no code interacts with it.
Steps to reproduce
{SetState('rescue_mission_data', "961292804-1-Claim,961293060-1-Complete,961293569-0-Active")}
Mission accepted
, with{dump(state.rescue_mission_data)}
, at the start, middle, and ends of the script.Configuration
My Investigation
Investigation Notes
As discussed with T'kael on the forum via DM. Reproduced below:
EDDI Logs
N/A
Player journals
N/A
The text was updated successfully, but these errors were encountered: