|
@@ -247,7 +247,7 @@ if $ARGS[0] = 'settings':
|
|
gs 'intro_functions', 'create_sgclasses'
|
|
gs 'intro_functions', 'create_sgclasses'
|
|
gs 'intro_functions', 'set_base_sgrades'
|
|
gs 'intro_functions', 'set_base_sgrades'
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
gt 'intro_sg_tg', 'intro_6_looks'
|
|
gt 'intro_sg_tg', 'intro_6_looks'
|
|
end
|
|
end
|
|
|
|
|
|
@@ -267,7 +267,7 @@ if $ARGS[0] = 'intro_6_looks':
|
|
'<center>Customize your:</center>'
|
|
'<center>Customize your:</center>'
|
|
'<center><a href="exec:gs ''intro_customization'', ''hair''"><img src="images/system/1_openings/shared/icon_hair.png"></a> <a href="exec:gs ''intro_customization'', ''eyes''"><img src="images/system/1_openings/shared/icon_eye.png"></a></center>'
|
|
'<center><a href="exec:gs ''intro_customization'', ''hair''"><img src="images/system/1_openings/shared/icon_hair.png"></a> <a href="exec:gs ''intro_customization'', ''eyes''"><img src="images/system/1_openings/shared/icon_eye.png"></a></center>'
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
act 'Meet her': gt 'intro_sg_tg', 'intro_7'
|
|
act 'Meet her': gt 'intro_sg_tg', 'intro_7'
|
|
act 'Customise <<$pcs_firstname>>': gt 'intro_customization', 'start'
|
|
act 'Customise <<$pcs_firstname>>': gt 'intro_customization', 'start'
|
|
end
|
|
end
|
|
@@ -276,7 +276,7 @@ end
|
|
if $ARGS[0] = 'intro_7':
|
|
if $ARGS[0] = 'intro_7':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="<<FUNC(''$face_image'')>>"></center>'
|
|
'<center><img <<$set_imgh>> src="<<FUNC(''$face_image'')>>"></center>'
|
|
- 'You couldn''t tell from her photo, but although shorter than you, she is rather tall for a girl.'
|
|
|
|
|
|
+ 'You couldn''t tell from her photo, but although shorter than you, she is rather tall for a girl.'
|
|
'She looks like she''s spent some time in front of the mirror trying to pretty herself up, and her clothes are very clean. Despite that, she still looks rather average. Like she is the type of girl that would be a background character in another person''s life.'
|
|
'She looks like she''s spent some time in front of the mirror trying to pretty herself up, and her clothes are very clean. Despite that, she still looks rather average. Like she is the type of girl that would be a background character in another person''s life.'
|
|
|
|
|
|
act 'Go for a walk':
|
|
act 'Go for a walk':
|
|
@@ -426,7 +426,7 @@ if $ARGS[0] = 'intro_9':
|
|
bcolor = rgb (0,0,0)
|
|
bcolor = rgb (0,0,0)
|
|
lcolor = rgb (106, 90, 205)
|
|
lcolor = rgb (106, 90, 205)
|
|
fcolor = rgb (255, 255, 255)
|
|
fcolor = rgb (255, 255, 255)
|
|
-
|
|
|
|
|
|
+
|
|
'<center><img <<$set_imgh>> src="images/system/1_openings/4_csb/11.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/system/1_openings/4_csb/11.jpg"></center>'
|
|
'<center>...</center>'
|
|
'<center>...</center>'
|
|
wait 1500
|
|
wait 1500
|
|
@@ -562,6 +562,30 @@ if $ARGS[0] = 'intro_9':
|
|
gt 'intro_sg_tg', 'intro_end'
|
|
gt 'intro_sg_tg', 'intro_end'
|
|
end
|
|
end
|
|
|
|
|
|
|
|
+ act 'Start at the beginning of August':
|
|
|
|
+ month = 8
|
|
|
|
+ $month = 'August'
|
|
|
|
+ grandmaQW['last_month_paid'] = month
|
|
|
|
+ day = 1
|
|
|
|
+ week = 1
|
|
|
|
+ kanicont = 31
|
|
|
|
+ Gspassed = 1
|
|
|
|
+ locat['Fam_set_month_inGad'] = 1
|
|
|
|
+ gt 'intro_sg_tg', 'intro_end'
|
|
|
|
+ end
|
|
|
|
+
|
|
|
|
+ act 'Start at the beginning of July':
|
|
|
|
+ month = 7
|
|
|
|
+ $month = 'July'
|
|
|
|
+ grandmaQW['last_month_paid'] = month
|
|
|
|
+ day = 1
|
|
|
|
+ week = 5
|
|
|
|
+ kanicont = 62
|
|
|
|
+ Gspassed = 1
|
|
|
|
+ locat['Fam_set_month_inGad'] = 1
|
|
|
|
+ gt 'intro_sg_tg', 'intro_end'
|
|
|
|
+ end
|
|
|
|
+
|
|
act 'Start at the beginning of June':
|
|
act 'Start at the beginning of June':
|
|
month = 6
|
|
month = 6
|
|
$month = 'June'
|
|
$month = 'June'
|