Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable AutoSave in Execute scripts #892

Open
grumpyinca opened this issue Dec 11, 2023 · 0 comments
Open

Enable AutoSave in Execute scripts #892

grumpyinca opened this issue Dec 11, 2023 · 0 comments
Assignees

Comments

@grumpyinca
Copy link
Contributor

At this writing, running Search, Seek & Trade in an Execute script (Tutor, Demo) does not automatically create AutoSave data.

A Dec 2 Slack conversation indicates that AutoSave may be manually invoked in an Execute script with:

change

actions: [
        search()
      ]

to

actions: [
        saveAutoSave(),
        search()
      ]

Once this is added to ActionDumper:

case SAVE_AUTO_SAVE:
    result = 'saveAutoSave()';
    break;

@grumpyinca grumpyinca added this to the Unassigned/Future milestone Dec 11, 2023
@grumpyinca grumpyinca self-assigned this Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant