Explorar o código

Rename of pre file

KevinSmarts %!s(int64=7) %!d(string=hai) anos
pai
achega
7875687d4c
Modificáronse 4 ficheiros con 15 adicións e 14 borrados
  1. 1 1
      glife-notepad++
  2. 1 1
      glife.qproj
  3. 5 5
      locations/begin
  4. 8 7
      locations/preCS

+ 1 - 1
glife-notepad++

@@ -531,7 +531,7 @@
             <File name="locations\postmaster" />
             <File name="locations\postoffice" />
             <File name="locations\preALT" />
-            <File name="locations\preCS" />
+            <File name="locations\preSYS" />
             <File name="locations\preCUST" />
             <File name="locations\preTG" />
             <File name="locations\priziv" />

+ 1 - 1
glife.qproj

@@ -92,7 +92,7 @@
       <Location name="serpent"/>
     </Folder>
     <Folder name="Prehistory">
-      <Location name="preCS"/>
+      <Location name="preSYS"/>
       <Location name="preTG"/>
       <Location name="preCUST"/>
       <Location name="preALT"/>

+ 5 - 5
locations/begin

@@ -16,25 +16,25 @@ if $ARGS[0] = 'start':
 	act '<center><b>Transgendered start</b></center>':
 		cla
 		act '<center>Show intro (recommended)</center>':
-			gt 'preCS', 'TGStart'
+			gt 'preSYS', 'TGStart'
 		end
 		act '<center>Skip intro (seen it before)</center>':
 			tgs_skipinto = 1
-			gt 'preCS', 'TGStart'
+			gt 'preSYS', 'TGStart'
 		end
 	end
 
 	act '<center><b>School girl Start</b></center>':
 		cla
 		MagikDostup = 1
-		gt 'preCS', 'SGStart'
+		gt 'preSYS', 'SGStart'
 		
 	end
 
 	act '<center><b>Cursed Schoolgirl Start</b></center>':
 		cla
 		altQS = 1
-		gt 'preCS', 'SGStart'
+		gt 'preSYS', 'SGStart'
 	end
 end
 
@@ -255,7 +255,7 @@ if $ARGS[0] = 'birthday':
 	if player_avatar = 1:
 		act'<center><b>Done</b></center>': gt 'begin', 'description_real_character'
 	else
-		act'<center><b>Done</b></center>': gt 'preCS', 'SGStart2'
+		act'<center><b>Done</b></center>': gt 'preSYS', 'SGStart2'
 	end
 end
 

+ 8 - 7
locations/preCS

@@ -1,4 +1,4 @@
-# preCS
+# preSYS
 
 !!Background Options
 cls
@@ -53,6 +53,7 @@ if $ARGS[0] = 'SGStart':
 !!	Stats
 	speed = 10
 	pcs_stren = 10
+	 n m0. c
 	strenbuf = 10
 	pcs_agil = 10
 	agilbuf = 10
@@ -95,19 +96,19 @@ if $ARGS[0] = 'SGStart':
 
 	'Your name is <<$pcs_firstname>> <<$pcs_lastname>>, Friends and family sometimes call you <<$pcs_nickname>>.'
 
-	act 'Re-enter name/s': gt 'preCS', 'SGStart'
+	act 'Re-enter name/s': gt 'preSYS', 'SGStart'
 	act 'Continue':
 		cls
 		'Please select how long you have left in school.'
 		act 'Begin at the last year of school, age 16 or 17':
 			birthyear = 1999
 			yearlefttemp = 1
-			gt 'preCS', 'SGStart2'
+			gt 'preSYS', 'SGStart2'
 		end
 		act 'Begin at the second-last year of school, age 15 or 16':
 			birthyear = 2000
 			yearlefttemp = 2
-			gt 'preCS', 'SGStart2'
+			gt 'preSYS', 'SGStart2'
 		end
 	end
 end
@@ -131,7 +132,7 @@ if $ARGS[0] = 'SGStart2':
 	killvar '$startdob'
 	act 'Start at the end of August <B>(recommended for new players)</B>':
 !!		This is the default start
-		gt 'preCS', 'SGStart3'
+		gt 'preSYS', 'SGStart3'
 	end
 
 	act 'Start at the beginning of June':
@@ -141,7 +142,7 @@ if $ARGS[0] = 'SGStart2':
 		week = 3
 		daystart_start = 152
 		kanicont = 92
-		gt 'preCS', 'SGStart3'
+		gt 'preSYS', 'SGStart3'
 	end
 end
 if $ARGS[0] = 'SGStart3':
@@ -277,5 +278,5 @@ if $ARGS[0] = 'SGStart3':
 
 end
 
---- preCS ---------------------------------
+--- preSYS ---------------------------------