levellist = { {"todo" ,"Primitive Land"}, {"todo" ,"Out the Door"}, {"todo" ,"Hover Room"}, {"todo" ,"Cracks"}, {"todo" ,"Swamp of Balls"}, {"todo" ,"Try it Again"}, {"todo" ,"Jam"}, {"todo" ,"Land of the Doors"}, {"todo" ,"What's That?!"}, {"todo" ,"- Meditation -"}, {"todo" ,"Marbles & Mountains"}, {"todo" ,"Laser Room"}, {"todo" ,"Moving Puzzles"}, {"todo" ,"Black or White"}, {"todo" ,"Where is it?"}, {"todo" ,"Pull Me!"}, {"todo" ,"Slide"}, {"todo" ,"Who's that Ball?"}, {"todo" ,"Flipper"}, {"todo" ,"- Meditation -"}, {"todo" ,"Laser Room II"}, {"todo" ,"Swampland"}, {"todo" ,"Black Holes"}, {"todo" ,"Snowland"}, {"todo" ,"Beacons on Ice"}, {"todo" ,"Oneways"}, {"todo" ,"Hover Doors"}, {"todo" ,"Land of the Impulses"}, {"todo" ,"Yin-Yang"}, {"todo" ,"- Meditation -"}, {"todo" ,"Hooperballs"}, {"todo" ,"Bodyguard"}, {"todo" ,"Follow the Light"}, {"todo" ,"Plus and Minus"}, {"todo" ,"Curling"}, {"todo" ,"Light Passengers"}, {"todo" ,"Tilt"}, {"todo" ,"The Hidden Hole"}, {"todo" ,"Tennis"}, {"todo" ,"- Meditation -"}, {"todo" ,"Light Passengers II"}, {"todo" ,"Belt Driven Doors"}, {"todo" ,"Ammunition Depot"}, {"todo" ,"Only Black"}, {"todo" ,"Land of the Fallen Stones"}, {"todo" ,"Catch the Key!"}, {"todo" ,"Waterski"}, {"todo" ,"Trap"}, {"todo" ,"The Magnetic Land"}, {"todo" ,"- Meditation -"}, {"todo" ,"Big Labyrinth"}, {"todo" ,"Defective Doors"}, {"todo" ,"Wooden Pontoon"}, {"todo" ,"Golf"}, {"todo" ,"Puller Path"}, {"todo" ,"Billiard"}, {"todo" ,"Fly by Light"}, {"todo" ,"Light and Doors"}, {"todo" ,"Work or Think"}, {"todo" ,"- Meditation -"}, {"todo" ,"Water Wheels"}, {"todo" ,"Killing Doors"}, {"todo" ,"The Hunt"}, {"todo" ,"The Red Room"}, {"todo" ,"Seed Mailing"}, {"todo" ,"Demolition Party"}, {"todo" ,"Land of the Bombs"}, {"todo" ,"No Money - No Fun"}, {"todo" ,"Land of the Red Noses"}, {"todo" ,"- Meditation -"}, {"todo" ,"Land of the River Myth"}, {"todo" ,"Tinman"}, {"todo" ,"Swamp & Hills"}, {"todo" ,"The Long Jump"}, {"todo" ,"Blackland"}, {"todo" ,"Land of the Broken Pcs"}, {"todo" ,"Post Office"}, {"todo" ,"Sensor Fields"}, {"todo" ,"Invisible Death"}, {"todo" ,"- Meditation -"}, {"todo" ,"Push it!"}, {"todo" ,"Puller Mailer"}, {"todo" ,"Granary"}, {"todo" ,"Turnstiles"}, {"todo" ,"The Mall"}, {"todo" ,"Swampy Islands"}, {"todo" ,"Steeple Chase"}, {"todo" ,"Woodland"}, {"todo" ,"Mirror House"}, {"todo" ,"- Meditation -"}, {"todo" ,"Claustrophobia"}, {"todo" ,"Isolation"}, {"todo" ,"Shogun Island"}, {"todo" ,"Smithy"}, {"todo" ,"Free Me!"}, {"todo" ,"Hall of Mirrors"}, {"todo" ,"Coin It!"}, {"todo" ,"Five Minutes"}, {"todo" ,"Twin Islands"}, {"todo" ,"The End"} } --enigma.ClearLevelList() for i,level in levellist do enigma.AddLevel(level[1], level[2]) end