loathers / bountiful

a better bounty script
2 stars 6 forks source link

Quark's configure best choices for bounty #15

Closed Alium58 closed 1 year ago

Alium58 commented 1 year ago

Duplicate of https://github.com/Alium58/bountiful/pull/3

configure best choices for some bounty locations

does not reset choices if they had different settings before, I think the whole script would have to be in a try {} finally {} structure to make sure a reset gets done at the end. feel free to modify this one or close if you add something like that instead

Alium58 commented 1 year ago

This change was originally created by Quark. I reviewed and see no issues, merging.

Veracity0 commented 1 year ago

FWIW, I think that try/finally to leave everything in original state - properties, equipment, familiar, etc. - is best practice.