- Joined
- Nov 3, 2013
- Messages
- 609
- Thread Author
- #1
Some of my older scripts would save a prefs file to disk and load it back up the next time the script was started. Can you provide a utility that let's us store script preferences for a user that will be tied to their account? This way there is less of a security risk letting scripters write to disk as well as a convenience to the user so when log in on different computers their default settings can be loaded up. This could be implemented through the onStart() arguments array that is already passed, or through a class that acts like hashmap allowing the scripter to store string keys and string values.