|
@@ -387,12 +387,15 @@ if $ARGS[0] = 'tatianaPRE':
|
|
|
*nl
|
|
|
'"As for your family, not to worry. I''ll arrange everything. We will fabricate your death to get Reinhold off your back. To make your transition easier I''ll cover your memory of the family, they will only be ghostly memories, you won''t even remember where you lived. Don''t worry, I won''t erase your entire memory and leave you a useless vegetable."'
|
|
|
act 'There must be another way!':
|
|
|
+ $loc = 'intro_city_tg'
|
|
|
+ $loc_arg = 'custom'
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
|
|
|
'"There must be another way!" you panic. You tug at the restraints on the bed.'
|
|
|
*nl
|
|
|
- 'Tatiana''s face becomes serious. "Do not argue. It is the only way available to me. You will need a to use a new name, think it over in your dreams and tell me when you wake up, otherwise I will give you a pretty name. Now go to sleep." Says Tatiana as she puts her hand on your chest. Your vision immediately fades.'
|
|
|
- act 'Sleep': gt 'intro_city_tg', 'custom'
|
|
|
+ 'Tatiana''s face becomes serious. "Do not argue. It is the only way available to me. You will need a to use a new name, think it over in your dreams and tell me when you wake up, otherwise I will give you a pretty name. Now go to sleep." Says Tatiana as she puts her hand on your chest. Your vision immediately fades and you dream about a girl you never knew and what she did at school...'
|
|
|
+
|
|
|
+ act 'Dream': gt 'intro_city_select', 'start'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -440,40 +443,6 @@ if $ARGS[0] = 'sleepPRE':
|
|
|
*nl
|
|
|
'"Well, yes. I won''t argue about that." Tatiana agrees. "It''s your life and you decide what you do with it, but for the time being, you cannot go back to your old life, so deal with it. On a side note, I already took care of an alibi. Today Mikhail crashed his car into the pit and died, it''s on the news." With these words, Tatiana picked up the remote and turned on the TV.'
|
|
|
|
|
|
- !!Default Names
|
|
|
- $pcs_firstname = 'Svetlana'
|
|
|
- $pcs_lastname = 'Lebedev'
|
|
|
- $pcs_nickname = 'Sveta'
|
|
|
-
|
|
|
- !!Player names are set here
|
|
|
- if $temp_firstname = '':
|
|
|
- $temp_firstname = 'Svetlana'
|
|
|
- else
|
|
|
- $temp_firstname = '<<$pcs_firstname>>'
|
|
|
- end
|
|
|
- $pcs_firstname = input("What is your first name? (Leave blank for Svetlana)")
|
|
|
- if $pcs_firstname = '':$pcs_firstname = '<<$temp_firstname>>'
|
|
|
- killvar '$temp_firstname'
|
|
|
-
|
|
|
-
|
|
|
- if $temp_lastname = '':
|
|
|
- $temp_lastname = 'Lebedev'
|
|
|
- else
|
|
|
- $temp_lastname = '<<$pcs_lastname>>'
|
|
|
- end
|
|
|
- $pcs_lastname = input("What is your family name? (Leave blank for Lebedev)")
|
|
|
- if $pcs_lastname = '':$pcs_lastname = '<<$temp_lastname>>'
|
|
|
- killvar '$temp_lastname'
|
|
|
-
|
|
|
- if $temp_nickname = '':
|
|
|
- $temp_nickname = 'Sveta'
|
|
|
- else
|
|
|
- $temp_nickname = '<<$pcs_nickname>>'
|
|
|
- end
|
|
|
- $pcs_nickname = input("What is your nickname? (Leave blank for Sveta)")
|
|
|
- if $pcs_nickname = '':$pcs_nickname = '<<$temp_nickname>>'
|
|
|
- killvar '$temp_nickname'
|
|
|
-
|
|
|
act 'Watch TV':
|
|
|
cla
|
|
|
*clr
|
|
@@ -506,6 +475,7 @@ if $ARGS[0] = 'sleepPRE':
|
|
|
'Also, you might want to steer clear of those Gopnik, they might just look like petty criminals having a drink, but they have connections and you''re just a pretty young girl now.'
|
|
|
|
|
|
act 'Out of the car':
|
|
|
+ gs 'intro_initialization_city'
|
|
|
cla
|
|
|
showstat 1
|
|
|
showobjs 1
|