1
0
Просмотр исходного кода

[added] New options for game night with the nerds added. if it's past 19:00 you can wait, after 20:00 you can join them from the library now.

CroWke 5 лет назад
Родитель
Сommit
968b305144
1 измененных файлов с 11 добавлено и 0 удалено
  1. 11 0
      locations/gdkbibl.qsrc

+ 11 - 0
locations/gdkbibl.qsrc

@@ -17,6 +17,17 @@ act 'Leave':gt 'gdk'
 
 act 'Go to the toilets': gt 'gdktoilet', 'start'
 
+if nerd_night_game = 1 and nerd_night_game_day = daystart and hour = 19:
+	act 'Wait for game night to start':
+		hour = 20
+		minut = 0
+		cls
+		gs'stat'
+		gt 'gdkbibl'
+	end
+end
+if nerd_night_game = 1 and nerd_night_game_day = daystart and hour = 20: act 'Join the <b>nerds</b>': gt 'gschool_socialchg','nerd game night'
+
 if hour >= 8 and hour < 18:
 	act 'Read a book on science (1:00)':
 		*clr & cla