Roomscripts can access this awesome thing called the Store. This is a database of key-value pairs to hold persistent variables that can change at runtime. You can use it to, say, define character rosters, lock doors to only open for characters of certain rosters, or define which fish exist in a region to fish up. (Yes I am working on all of those things.)
So far as I know, right now the only way to see, edit, or delete Store keys is through a roomscript - i.e., as a scripter you have to add that functionality yourself. This eats up the limited filesize you have for scripts, must be copied into each individual script, and is unwieldy since you’re limited to input-response feedback.
So it’d be great if we could look thru and edit a Roomscript’s Store right there in the UI. And since the Store is separate for every Roomscript (I think?), the button for it should probably go right here:
(Either there or on the Edit Room Script context..?)
This icon corresponds to the .fa-database class in the FontAwesome thing that Wolfery uses.
