|
@@ -340,6 +340,7 @@ if $ARGS[0] = 'Date 1':
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/Dates/Walk1.jpg"></center>'
|
|
|
'"I sure am." Niko gives you a warm smile as he responds, "I figured that we could go to an amusement park, out of town. I will pay our way of course, so come on, let''s get going." Niko takes your hand and walks you to the train station where you both board the train and get seated.'
|
|
|
|
|
|
+ NikoNextDate_day = daystart + 7 - week + 1
|
|
|
act 'Go with Niko':gt 'NikoDates', 'Date 1_1'
|
|
|
end
|
|
|
|
|
@@ -370,7 +371,7 @@ if $ARGS[0] = 'Date 2':
|
|
|
'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/dates/walk3.jpg"></center>'
|
|
|
'"I sure am." Niko''s smile widens as he replies, "Great let''s get going." Niko wraps his arm around your waist as he leads you toward the lake.'
|
|
|
-
|
|
|
+ NikoNextDate_day = daystart + 7 - week + 1
|
|
|
act 'Follow Niko''s lead':gt 'NikoDates', 'Date 2'
|
|
|
end
|
|
|
|
|
@@ -401,7 +402,7 @@ if $ARGS[0] = 'Date 3':
|
|
|
'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/dates/walk4.jpg"></center>'
|
|
|
'"I sure am." Niko''s smile widens as he replies, "Great let''s get going." Niko wraps his arm around your waist as he leads you toward the lake.'
|
|
|
-
|
|
|
+ NikoNextDate_day = daystart + 7 - week + 1
|
|
|
act 'Follow Niko''s lead':gt 'NikoDates', 'Date 2'
|
|
|
end
|
|
|
|
|
@@ -431,7 +432,7 @@ if $ARGS[0] = 'Date 4':
|
|
|
'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/avatars/<<week>>.jpg"></center>'
|
|
|
'"I can never turn down a day at the beach." Niko chuckles as he responds, "Great I have everything we should need here." Niko then opens his bag which houses a beach towel, cigarettes and sunscreen.'
|
|
|
-
|
|
|
+ NikoNextDate_day = daystart + 7 - week + 1
|
|
|
act 'Let''s go!':
|
|
|
*clr & cla
|
|
|
minut += 5
|