You can create a group and add local static variables inside this group. These variables will not get reset, but will only be accessible by events from this group.
Another solution is to create an object "Settings" (for example an empty sprite), set it as Global and add instance variables to it.
If you want to keep these values between gaming sessions, you should save them into Local Storage.