|
@@ -39,20 +39,6 @@ if $ARGS[0] = 'start':
|
|
killvar 'class_list_institution'
|
|
killvar 'class_list_institution'
|
|
killvar 'class_list_name'
|
|
killvar 'class_list_name'
|
|
|
|
|
|
- gs 'npcstatic1'
|
|
|
|
- gs 'npcstatic2'
|
|
|
|
- gs 'npcstatic3'
|
|
|
|
- gs 'npcstatic4'
|
|
|
|
- gs 'npcstatic5'
|
|
|
|
- gs 'npcstatic6'
|
|
|
|
-
|
|
|
|
- !! default friendship is 30 for all npcs
|
|
|
|
- gs 'npc_relationship', 'default'
|
|
|
|
- !! changes the values for family members and old friends
|
|
|
|
- gs 'npc_relationship', 'default_family_friends'
|
|
|
|
- !! Makes sure Christina hates the player character
|
|
|
|
- npc_rel['A18'] = 1
|
|
|
|
-
|
|
|
|
!!Default Names
|
|
!!Default Names
|
|
$pcs_firstname = 'Svetlana'
|
|
$pcs_firstname = 'Svetlana'
|
|
$pcs_lastname = 'Lebedev'
|
|
$pcs_lastname = 'Lebedev'
|
|
@@ -74,6 +60,20 @@ if $ARGS[0] = 'start':
|
|
if $pcs_nickname = '':$pcs_nickname = '<<$temp_nickname>>'
|
|
if $pcs_nickname = '':$pcs_nickname = '<<$temp_nickname>>'
|
|
killvar '$temp_nickname'
|
|
killvar '$temp_nickname'
|
|
|
|
|
|
|
|
+ gs 'npcstatic1'
|
|
|
|
+ gs 'npcstatic2'
|
|
|
|
+ gs 'npcstatic3'
|
|
|
|
+ gs 'npcstatic4'
|
|
|
|
+ gs 'npcstatic5'
|
|
|
|
+ gs 'npcstatic6'
|
|
|
|
+
|
|
|
|
+ !! default friendship is 30 for all npcs
|
|
|
|
+ gs 'npc_relationship', 'default'
|
|
|
|
+ !! changes the values for family members and old friends
|
|
|
|
+ gs 'npc_relationship', 'default_family_friends'
|
|
|
|
+ !! Makes sure Christina hates the player character
|
|
|
|
+ npc_rel['A18'] = 1
|
|
|
|
+
|
|
'<center><img <<$set_imgh>> src="images/system/1_openings/shared/pre_1.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/system/1_openings/shared/pre_1.jpg"></center>'
|
|
'You are <<$pcs_firstname>> <<$pcs_lastname>>, nicknamed <<$pcs_nickname>> for short.'
|
|
'You are <<$pcs_firstname>> <<$pcs_lastname>>, nicknamed <<$pcs_nickname>> for short.'
|
|
'Your mother''s name is <<$npc_firstname[''A29'']>> and your biological father left when you were a baby, your mother marrying your stepfather, <<$npc_firstname[''A28'']>>, shortly afterwards.'
|
|
'Your mother''s name is <<$npc_firstname[''A29'']>> and your biological father left when you were a baby, your mother marrying your stepfather, <<$npc_firstname[''A28'']>>, shortly afterwards.'
|