I want to use one event sheet, and I want to access a localstorage item in the events, using one event for all layouts, but a different item for each layout. I was thinking of naming each layout 1,2,3,4 etc, and using
Check item "bestscore"&LayoutName exists
to use a different localstorage item, depended on which layout it is. Is that the correct way of setting/calling the item? I assume they would then be named and checked at "bestscore1", "bestscore2", etc? I just want to ask before I try it, in case I'm scrabbling around trying to make sense of things!