levellist = { {"todo", "Memory"}, {"todo", "Hide and Seek"}, {"todo", "Down Hill"}, {"todo", "Islands"}, {"todo", "Buzzer"}, {"todo", "Propeller"}, {"todo", "Escape From Prison"}, {"todo", "Shogun"}, {"todo", "Lasercannons"}, {"todo", "- Meditation -"}, {"todo", "Inverse"}, {"todo", "Paper Chase"}, {"todo", "Mirror Moves"}, {"todo", "Ice Breaker"}, {"todo", "Breakthrough"}, {"todo", "The Chase"}, {"todo", "Invisible Path"}, {"todo", "Shogun Master"}, {"todo", "Cherrys"}, {"todo", "- Meditation -"}, {"todo", "The Bug"}, {"todo", "Remote Controll"}, {"todo", "Island Of Mirrors"}, {"todo", "Underground"}, {"todo", "Sheet Of Waters"}, {"todo", "Shadows"}, {"todo", "Knocking"}, {"todo", "Dance With Me"}, {"todo", "Chain Reaction"}, {"todo", "- Meditation -"} } --enigma.ClearLevelList() for i,level in levellist do enigma.AddLevel(level[1], level[2]) end