|
@@ -83,7 +83,7 @@ if $ARGS[0] = 'intro_pavlovsk':
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost4.jpg"></center>'
|
|
|
'You suddenly hear a familiar voice yelling out. "<<$pcs_nickname>>, time to get up! You can''t spend the whole day laying around!"'
|
|
|
wait 1000
|
|
|
- gs 'intro_sg', 'set_mother_nickname'
|
|
|
+ if $start_type['magic'] ! 'tg': gs 'intro_sg', 'set_mother_nickname'
|
|
|
|
|
|
act 'Continue':
|
|
|
*clr & cla
|
|
@@ -152,7 +152,7 @@ if $ARGS[0] = 'intro_gadukino':
|
|
|
*nl
|
|
|
'You suddenly hear a familiar voice yelling. "<<$pcs_nickname>>, time to get up. You can''t spend the whole day lying around!"'
|
|
|
wait 1000
|
|
|
- gs 'intro_sg', 'set_mother_nickname'
|
|
|
+ if $start_type['magic'] ! 'tg': gs 'intro_sg', 'set_mother_nickname'
|
|
|
|
|
|
act 'Continue':
|
|
|
*clr & cla
|