|
@@ -48,14 +48,24 @@ if $ARGS[0] = 'cafeteria':
|
|
|
if NikoVolkovQW = 5 and NikoEv = 5 and NikoDate = 0 and NikoDate_Day ! daystart:
|
|
|
school_lunch = 1
|
|
|
gt 'NikoDates', 'Hallway Strip'
|
|
|
+ elseif NikoVolkovQW = 10 and NikoEv = 12:
|
|
|
+ school_lunch = 1
|
|
|
+ gt 'NikoDreams', 'Classroom Dream'
|
|
|
elseif NikoVolkovQW = 10 and NikoEv = 13 and NikoDate_Day ! daystart:
|
|
|
school_lunch = 1
|
|
|
gt 'NikoEv2', 'Lunch Chat'
|
|
|
elseif NikoVolkovQW = 10 and NikoEv = 14 and NikoDate_Day ! daystart:
|
|
|
school_lunch = 1
|
|
|
gt 'NikoEv2', 'Lunch Chat 2'
|
|
|
+ elseif NikoVolkovQW = 10 and NikoEv = 21 and NikoDate_Day ! daystart:
|
|
|
+ school_lunch = 1
|
|
|
+ gt 'NikoEv2', 'Julia Talk 2'
|
|
|
+ elseif VKLenaBully = 1 and VKLena_Day ! daystart and VKWip = 100:
|
|
|
+ school_lunch = 1
|
|
|
+ gt 'NikoBully', 'Lena Bully'
|
|
|
end
|
|
|
end
|
|
|
+
|
|
|
if dimaRevenge = 5 and dimaRevChoice = 5:
|
|
|
'<center><b><font color="maroon">Cafeteria</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/lunch/lunch.jpg"></center>'
|
|
@@ -85,7 +95,7 @@ if $ARGS[0] = 'cafeteria':
|
|
|
act 'Continue': gt 'gschool_lunch', 'break'
|
|
|
end
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if money >= 50:
|
|
|
act 'Buy food (50 <b>₽</b>)':
|
|
|
cla
|
|
@@ -113,9 +123,9 @@ if $ARGS[0] = 'break':
|
|
|
urand = rand(0,8)
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/chat/cooljocks.jpg"></center>'
|
|
|
'During break many of the kids split up to hang out with those in their same social groups. The nerds and outcast hangout in the classrooms, while the cool kids and jocks hang out in the hallway near the lockers, and the gopniks hangout in the stairwell, near the classrooms that are not used.'
|
|
|
-
|
|
|
+
|
|
|
$eventtype = 'long_break'
|
|
|
-
|
|
|
+
|
|
|
if cheerleadingQW['skipped_ev'] + cheerleadingQW['skipped_g_ev'] > 0:
|
|
|
gs 'gschool_cheerleading', 'skipped_ev'
|
|
|
act 'Continue down the hall': gt 'gschool_events', 'leave_break_events2'
|
|
@@ -123,7 +133,7 @@ if $ARGS[0] = 'break':
|
|
|
elseif grupTipe = 3 and nerd_game['invite_day'] < daystart - week:
|
|
|
gt 'nerd_game_night', 'invite', 'lunch'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if $breaktype ! 'long':
|
|
|
if dimaRevenge = 4 and dimaRevChoice = 2 and hour < 10: '<br>"Hi Nat did you happen to see Dimka?" "Hi <<$pcs_nickname>>, he was here before speaking with Lena and Lera.'
|
|
|
|
|
@@ -144,6 +154,12 @@ if $ARGS[0] = 'break':
|
|
|
gt 'NikoPayback', 'Payback'
|
|
|
elseif NikoPayback = 2 and NikoPayback_Day ! daystart:
|
|
|
gt 'NikoPayback', 'Payback 2'
|
|
|
+ elseif NikoVolkovQW = 10 and NikoEv = 14 and VKWip = 100:
|
|
|
+ lunch_event = daystart
|
|
|
+ gt 'NikoEv2', 'Vicky Talk'
|
|
|
+ elseif NikoVolkovQW = 10 and NikoEv = 16 and VKWip = 100:
|
|
|
+ lunch_event = daystart
|
|
|
+ gt 'NikoEv2', 'Julia Talk'
|
|
|
end
|
|
|
|
|
|
if school_period = 6:
|