ソースを参照

[fixed] Transformation and New In Town Starts Default Names were never declared so you could start a character with no name

sovietmercader 5 年 前
コミット
63a2c7a4e5
2 ファイル変更13 行追加2 行削除
  1. 7 1
      locations/preCUST.qsrc
  2. 6 1
      locations/preTG.qsrc

+ 7 - 1
locations/preCUST.qsrc

@@ -52,7 +52,13 @@ if $ARGS[0] = 'NTStart':
 !!	It will be changed to bypass the head options, once more body options are added
 !!  It is using the TG done to complete and the magikDostup to split at the end
 	NTstart = 1
-	!! player name is set in preSYS.qsrc
+	
+	!!Default Names
+	$pcs_firstname = 'Svetlana'
+	$pcs_lastname = 'Lebedev'
+	$pcs_nickname = 'Sveta'
+
+	!!Player names are set here
 	$temp_firstname = '<<$pcs_firstname>>'
 	$pcs_firstname = input("What is your first name? (Leave blank for Svetlana)")
 	if $pcs_firstname = '':$pcs_firstname = '<<$temp_firstname>>'

+ 6 - 1
locations/preTG.qsrc

@@ -430,7 +430,12 @@ 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.'
 
-		!! player name is set in preSYS.qsrc
+		!!Default Names
+		$pcs_firstname = 'Svetlana'
+		$pcs_lastname = 'Lebedev'
+		$pcs_nickname = 'Sveta'
+
+		!!Player names are set here
 		if $temp_firstname = '':
 			$temp_firstname = 'Svetlana'
 		else