2018-07-28 14:04:14 +02:00
|
|
|
_DEBUG = false
|
2018-05-22 02:03:04 +02:00
|
|
|
|
2017-09-09 22:56:28 +02:00
|
|
|
global.scenario = {}
|
2018-07-28 14:04:14 +02:00
|
|
|
global.spys = {'valansch', 'air20'}
|
2017-09-09 22:56:28 +02:00
|
|
|
global.scenario.variables = {}
|
|
|
|
global.scenario.variables.player_positions = {}
|
2018-04-05 15:39:35 +02:00
|
|
|
global.player_walk_distances = {}
|
2017-10-15 12:58:24 +02:00
|
|
|
global.scenario.variables.player_deaths = {}
|
2017-09-09 22:56:28 +02:00
|
|
|
global.scenario.config = {}
|
|
|
|
global.scenario.custom_functions = {}
|
|
|
|
global.scenario.config.nuke_min_time_hours = 3 --how long a player must be on the server to be allowed to use the nuke
|
2018-07-28 14:04:14 +02:00
|
|
|
global.newline = '\n'
|
|
|
|
newline = '\n'
|