Browse Source

[added] Filled the `schedule.qsrc` location. In the future it's intended to use `gs 'schedule', 'A...'` instead of calling the schedule location directly. This will allow us to even better abstract the schedules

anjuna krokus 2 weeks ago
parent
commit
dca8b830f0
1 changed files with 54 additions and 6 deletions
  1. 54 6
      locations/schedule.qsrc

+ 54 - 6
locations/schedule.qsrc

@@ -1,12 +1,60 @@
 # schedule
 
 if $ARGS[0] = 'cikl':
+	gs 'miroslava_schedule', 'cikl'
+end
 
-
-
-
-
-
-
+if $ARGS[0] = '' or $ARGS[0] = 'A2':
+	gs 'artem_chebotarev_schedule'
+end
+if $ARGS[0] = '' or $ARGS[0] = 'A4':
+	gs 'igor_schedule'
+end
+if $ARGS[0] = '' or $ARGS[0] = 'A13':
+	gs 'lariska_schedule'
+end
+if $ARGS[0] = '' or $ARGS[0] = 'A14':
+	gs 'katja_meynold_schedule'
+end
+if $ARGS[0] = '' or $ARGS[0] = 'A15':
+	gs 'vicky_meynold_schedule'
+end
+if $ARGS[0] = '' or $ARGS[0] = 'A16':
+	gs 'natbelEv', 'nat_schedule'
 end
+if $ARGS[0] = '' or $ARGS[0] = 'Zvereva' or $ARGS[0] = 'A18' or $ARGS[0] = 'Silvestr' or $ARGS[0] = 'A248':
+	gs 'Zvereva_schedule'
+end
+if $ARGS[0] = '' or $ARGS[0] = 'A23':
+	!!gs 'albina_schedule'
+end
+if $ARGS[0] = '' or $ARGS[0] = 'family' or $ARGS[0] = 'anya' or $ARGS[0] = 'A33' or $ARGS[0] = 'Kolka' or $ARGS[0] = 'A34' or $ARGS[0] = 'Mother' or $ARGS[0] = 'A29' or $ARGS[0] = 'Stepdad' or $ARGS[0] = 'A28':
+	gs 'family_schedule'
+end
+if $ARGS[0] = '' or $ARGS[0] = 'A60':
+	gs 'miroslava_schedule'
+end
+if $ARGS[0] = '' or $ARGS[0] = 'A144':
+	gs 'anushka_konstantinov_schedule'
+end
+if $ARGS[0] = '' or $ARGS[0] = 'A154':
+	gs 'radomir_popov_schedule'
+end
+if $ARGS[0] = '' or $ARGS[0] = 'A156':
+	gs 'arkadi_fyodorov_schedule'
+end
+if $ARGS[0] = '' or $ARGS[0] = 'A158':
+	gs 'valentin_bogdanov_schedule'
+end
+if $ARGS[0] = '' or $ARGS[0] = 'hunters' or $ARGS[0] = 'A172' or $ARGS[0] = 'A173' or $ARGS[0] = 'A174':
+	gs 'hunter_ambient', 'schedule'
+end
+if $ARGS[0] = '' or $ARGS[0] = 'A186':
+	if hour >= 6 and hour < 18:
+		locat['A186'] = 1
+	else
+		locat['A186'] = 2
+	end
+end
+
 --- schedule ---------------------------------