invertingmap1.txt 328 B

123456789101112
  1. classic = false;
  2. xlength = 5;
  3. zlength = 5;
  4. iterations = 20;
  5. gamesworld = world.get("games");
  6. edge1 = loc.new(gamesworld, 2001, 100, 1994);
  7. edge2 = loc.new(gamesworld, 2005, 100, 1998);
  8. tploc = loc.new(gamesworld, 2003.5, 101, 1996.5);
  9. gamesignloc = minigame.getSignLoc("invertingsign1");
  10. map = "5x5";
  11. maxplayers = 1;
  12. money = 50;