12345678910111213141516171819 |
- maxplayers = 2;
- minplayers = 2;
- mapname = "Egypt";
- gamesworld = world.get("games");
- lobbyspawnloc = loc.new(gamesworld, 921.5, 87, 973.5);
- gamesignsmap = getScriptVar("gamesigns");
- gamesignloc = map.get(gamesignsmap, "hideandseeksign2");
- radius = 150;
- middleloc = loc.new(gamesworld, 3526, 102, 2017);
- seeker_amount = 1;
- dia_loc = loc.new(gamesworld, 3526, 98, 2017);
- escaper_spawn_loc = loc.new(gamesworld, 3526, 102, 2009, 0.0001, 0.0001);
- seeker_spawn_loc = loc.new(gamesworld, 3526, 102, 2025, 180, 0.0001);
- slowtime = 200; //Zeit in Ticks, wie lange Seeker slowness haben
- allowed_breaks = set.new();
- set.add(allowed_breaks, "minecraft:cut_sandstone");
- set.add(allowed_breaks, "minecraft:sandstone");
|