|
@@ -150,9 +150,11 @@ if nodimkaK >= rand(7,10) and DimkaWarnedToday = 0 and DimaRudeBlock = 0:
|
|
|
if hour >= 9 and hour < 24 and week >=6 and DimkaWarnedToday = 0: gt 'dimaEv', 'Dimka_warning'
|
|
|
end
|
|
|
|
|
|
-!! Natasha Belova quest checks
|
|
|
-gs 'natbel_init', 'quests'
|
|
|
-
|
|
|
+if NatbelQW['QWstage'] >= 4 and week < 6 and (hour = 6 or hour = 7) and kanikuli = 0 and SchoolAtestat = 0 and SchoolBlock = 0 and (PCloStyle2 = 4 or Enable_sforma = 1):
|
|
|
+ *nl
|
|
|
+ 'You could go to Natasha''s apartment and get her to carry your books to school.'
|
|
|
+ act 'Go to Natasha''s apartment': gt 'natbel_cp_1', 'carrybooks'
|
|
|
+end
|
|
|
|
|
|
if func('homes_properties', 'is_current_home') = 0:
|
|
|
act 'Set this apartment as your main home':
|