Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TestPack[18] = SinglePlayerLevel.new({
- name = "To and Fro",
- entry = Vector3.new(6,1,2),
- awaitOutcome = commonWinConditions.allBlocksTouched,
- gameModes = { commonGameModes.multiStepBlocks, },
- instructions = "Clear all the blocks",
- blockPropertyOverrides = {
- --1 jump blocks
- {
- blockPositions = {
- Vector3.new(6,1,2),
- Vector3.new(6,1,10),
- },
- overrides = { BrickColor = multiStepBrickColors[1] }
- },
- --2 jump blocks
- {
- blockPositions = {
- Vector3.new(6,1,3),
- Vector3.new(6,1,9),
- },
- overrides = { BrickColor = multiStepBrickColors[2] }
- },
- --3 jump blocks
- {
- blockPositions = {
- Vector3.new(6,1,4),
- Vector3.new(6,1,8),
- },
- overrides = { BrickColor = multiStepBrickColors[3] }
- },
- --4 jump blocks
- {
- blockPositions = {
- Vector3.new(6,1,5),
- Vector3.new(6,1,7),
- },
- overrides = { BrickColor = multiStepBrickColors[4] }
- },
- --5 jump blocks
- blockPositions = {
- Vector3.new(6,1,6),
- },
- overrides = { BrickColor = multiStepBrickColors[5] }
- },
- },
- map = {
- {
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,0,0,1,0,0,0,0,0},
- {0,0,0,0,0,1,0,0,0,0,0},
- {0,0,0,0,0,1,0,0,0,0,0},
- {0,0,0,0,0,1,0,0,0,0,0},
- {0,0,0,0,0,1,0,0,0,0,0}, --LAVA FLOW
- {0,0,0,0,0,1,0,0,0,0,0},
- {0,0,0,0,0,1,0,0,0,0,0},
- {0,0,0,0,0,1,0,0,0,0,0},
- {0,0,0,0,0,1,0,0,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- }
- }
- })
Advertisement
Add Comment
Please, Sign In to add comment