How do I unlock levels by using WebStorage and For loop?
I'm using the map system for level selection.
My events:
System: Start of layout
--System: For "unlock" from 2 to 10
--System: WebStorage.LocalValue(str(loopindex)) = 1
--LevelPoint: ID = loopindex
----LevelPoint: Set locked to false
My events doesn't work
Do I have to use something else instead of loops?