Browse Source

Add a short sentence when you talk to a teacher at lunch in school. Gives some feedback to the player.

HotMike 1 year ago
parent
commit
145bcc0789
2 changed files with 16 additions and 3 deletions
  1. 15 2
      locations/Snpc.qsrc
  2. 1 1
      locations/version.qsrc

+ 15 - 2
locations/Snpc.qsrc

@@ -11,7 +11,7 @@ $static_num = 'A<<numnpc>>'
 
 if npc_rel['A<<numnpc>>'] < 20:'They really don''t like you.'
 if npc_rel['A<<numnpc>>'] >= 20 and npc_rel['A<<numnpc>>'] < 40:'They are fairly indifferent to you.'
-if npc_rel['A<<numnpc>>'] >= 40 and npc_rel['A<<numnpc>>'] < 60:'The two of you get along together fairly well, more of casual friends.'
+if npc_rel['A<<numnpc>>'] >= 40 and npc_rel['A<<numnpc>>'] < 60:'The two of you get along together fairly well, like casual friends.'
 if npc_rel['A<<numnpc>>'] >= 60 and npc_rel['A<<numnpc>>'] < 80:'You get along great with them. They are one of your friends.'
 if npc_rel['A<<numnpc>>'] >= 80:'They are one of your best friends.'
 
@@ -27,7 +27,7 @@ else
 	act 'Move away': gt $loc, $loc_arg
 end
 
-!!Chat
+!!Chat. You come here eg from school lunch.
 act 'Chat':
 	*clr & cla
 
@@ -38,6 +38,19 @@ act 'Chat':
 	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big<<numnpc>>.jpg"></center>'
 
 	if $loc ! 'pav_disco':
+	'You chat a bit with <<$npc_firstname[''A<<numnpc>>'']>> <<$npc_lastname[''A<<numnpc>>'']>>'
+		if npc_rel['A<<numnpc>>'] < 20:
+			'"I have to go now, goodbye."'
+		elseif npc_rel['A<<numnpc>>'] >= 20 and npc_rel['A<<numnpc>>'] < 40:
+			'"Nice talking to you. I will see you in class."'
+		elseif npc_rel['A<<numnpc>>'] >= 40 and npc_rel['A<<numnpc>>'] < 60:
+			'"Really nice to talk to you. I will see you in class."'
+		elseif npc_rel['A<<numnpc>>'] >= 60 and npc_rel['A<<numnpc>>'] < 80:
+			'"It was really nice chatting with you. I will see you in class."'
+		elseif npc_rel['A<<numnpc>>'] >= 80:
+			'"Really nice chatting with you, but I really need to go now. You konw, preparing my lecture. Oh, and you look great by the way!"'
+		end
+
 		act 'Continue': gt 'gschool_lessons', 'short_break'
 	else
 		act 'Move away':gt $loc, $loc_arg

+ 1 - 1
locations/version.qsrc

@@ -271,7 +271,7 @@ act 'Return': gt 'start'
 '- Stuff - Vengeance11 (he really put it as that on the repo)'
 '- Office job reworked by nutluck, but no sex events yet. You''ve been warned'
 '- Sucubus wasn''t getting the exp and absorbtion gains she should have but should be now thanks to NOX'
-'- School kid relationiship changes now all using new system to make things work more smoothly thanks to bgkjdgbizgblzdgbr (it''s pronounced ber-guk-jurg-biz-ger-blis-ger-ber)'
+'- School kid relationship changes now all using new system to make things work more smoothly thanks to bgkjdgbizgblzdgbr (it''s pronounced ber-guk-jurg-biz-ger-blis-ger-ber)'
 '- Sonia will now fall even if you are not watching thanks to bgkjdgbizgblzdgbr'
 '- Stripping in the strip club is now more organic and a bit easier to follow by KS'
 '- First fame event. A boy can randomly ask a famous Sveta for a selfie in city center, pav commercial and Okhlopkov Square. bgkjdgbizgblzdgbr, NOX, Nutluck and hornguy6'