Răsfoiți Sursa

:wrench:

Boyfriend messages to tie in with Illumes changes.
KevinSmarts 9 ani în urmă
părinte
comite
674fad13bd
3 a modificat fișierele cu 23 adăugiri și 7 ștergeri
  1. 7 1
      locations/gameover
  2. 12 2
      locations/stat
  3. 4 4
      locations/street_event

+ 7 - 1
locations/gameover

@@ -2,7 +2,6 @@
 '<center><b><font color="maroon">GAME OVER</font></b></center>'
 
 if over = 1:
-	gs 'stat'
 	'You died'
 elseif over = 2:
 	'<center><img src="images/etogame/over.jpg"></center>'
@@ -27,6 +26,13 @@ elseif over = 8:
 elseif over = 9:
 	'<center><img src="images/lmps/deadgirl.jpg"></center>'
 	'You are dragged out by the morgue attendants, the pathologist noted that you died from a drug overdose. Soon your body was handed over to your parents...'
+elseif over = 10:
+!mad ending for storymode.
+   '<center><img src="images/etogame/over.jpg"></center>'
+   'You''re mad and start to run around town naked screaming "I am THE PLAYER!". The police are quickly alerted and you were arrested. Mother could only send you to a mental hospital, hoping your recovery. There you got put in a straitjacket and placed in a room with soft walls. You spent the rest of your days in happy delusions about your family. You can not help yourself by think, How would you be if you did not follow the whisper from the twisted mouse clicker?'
+   *nl
+   'Hint:'
+   'When your mood falls, your mind weakens and finally breaks. Do not forget, it is difficult for a normal man to come to terms with the fact that he is now a woman. In order to keep your mood and psyche at an acceptable level make sure you are healthy and not dehydrated, increase it by watching TV and visiting the psychotherapist. Strengthening your will and intellect also increases the maximum value of your mood, so that the harmful effects will not be as devastating.'
 end
 act 'End?':gt 'gameover', 'endscreen'
 

+ 12 - 2
locations/stat

@@ -2249,8 +2249,18 @@ end
 
 if $mudnerd ! '':pl '<<$mudnerd>>'
 
-if hour < meethour and svidanieA = 1:pl '<<$boyA>> will be waiting for you near your home at <<meethour>> hours'
-if hour = meethour and svidanieA = 1:pl '<b><font color="red"><<$boyA>> is waiting for you by your home.</font></b>'
+if housr = 1:
+	$streetev_home = 'your apartment'
+elseif tanwork = 1:
+	$streetev_home = 'Tanya''s apartment'
+elseif student > 0:
+	$streetev_home = 'your dorm'
+else
+	$streetev_home = 'the train station'
+end
+
+if hour < meethour and svidanieA = 1:pl '<<$boyA>> will be waiting for you near <<$streetev_home>> at <<meethour>>:00.'
+if hour = meethour and svidanieA = 1:pl '<b><font color="red"><<$boyA>> is waiting for you by <<$streetev_home>>.</font></b>'
 
 if meetday < daystart and svidanieA = 1:bfA -= 10 & svidanieA = 0
 if StrongNarkota > 20:pl '<b><font color="red">You are stoned.</font></b>'

+ 4 - 4
locations/street_event

@@ -29,7 +29,7 @@ if $ARGS[0] = 'street':
 	streetev_pantie = 10
 	if housr = 1:
 		streetev_home = 1
-		$streetev_home = 'Your apartment'
+		$streetev_home = 'your apartment'
 	end
 elseif $ARGS[0] = 'down':
 	$streetev_title = '<center><b>City center</b><br><img src="images/etogame/down.jpg"></center>'
@@ -40,7 +40,7 @@ elseif $ARGS[0] = 'down':
 	streetev_pantie = 20
 	if tanwork = 1 or student > 0:
 		streetev_home = 1
-		$streetev_home = 'Your home'
+		$streetev_home = 'your home'
 	end
 elseif $ARGS[0] = 'Nord':
 	$streetev_title = '<center><b>Northern region</b><br><img src="images/etogame/nord.jpg"></center>'
@@ -51,7 +51,7 @@ elseif $ARGS[0] = 'Nord':
 	streetev_pantie = 5
 	if housr = 0 and tanwork = 0 and student = 0:
 		streetev_home = 1
-		$streetev_home = 'Train station'
+		$streetev_home = 'the train station'
 	end
 else
 	$streetev_title = '<center><b>in dark</b>'
@@ -322,7 +322,7 @@ dynamic $din_street_cum
 if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 
 !start home-related events check
-if streetev_home=1:
+if streetev_home = 1:
 	if workDolgDay <= 0 and workDolg > 0:
 		cls
 		gs 'stat'