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

An alternative process for iterating through forms #35

Open
Desymoo opened this issue Mar 5, 2018 · 0 comments
Open

An alternative process for iterating through forms #35

Desymoo opened this issue Mar 5, 2018 · 0 comments

Comments

@Desymoo
Copy link
Collaborator

Desymoo commented Mar 5, 2018

As an alternative to iterating through a list of records and applying a single rule set all of them, this would be an option to pause on each individual record in the list and apply a different rule to each.

A great example of a scenario in which this might be useful would be if a mod user wanted to quickly look through all of the female NPCs in the game and change their hair style. The Patcher would pause on each NPC record (which could still be specified using a set of parameters, e.g only female NPCs) and prompt for a new rule, in which case the user would only change the singular line relating to the NPC's hair and hit "Next."

@Desymoo Desymoo added this to the Full Release milestone Mar 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant