Browse Source

[fixed] 2 dead ends when talking to Anushka at school

sovietmercader 5 years ago
parent
commit
2201962a1f
1 changed files with 3 additions and 1 deletions
  1. 3 1
      locations/gschool_chats3.qsrc

+ 3 - 1
locations/gschool_chats3.qsrc

@@ -541,13 +541,14 @@ if $ARGS[0] = 'anushka':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/head/45.jpg"></center>'
 	if npc_rel['A144'] >= 50 and anushkaFirstvisit = 0:
-		'"Hey <<$pcs_nickname>> you want to come over at school and hang out today?"'
+		'"Hey <<$pcs_nickname>> you want to come over after school and hang out today?"'
 		act 'Not today':
 			*clr & cla
 			npc_rel['A144'] -= 1
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/head/45.jpg"></center>'
 			'"Sorry I can''t, maybe some other time?" You tell her.'
 			'She frowns a little then shurgs. "Sure what ev, some other time then."'
+			act 'Time for the next class': gt 'gschool_lessons', 'short_break'
 		end
 		act 'I would like that':
 			*clr & cla
@@ -555,6 +556,7 @@ if $ARGS[0] = 'anushka':
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/head/45.jpg"></center>'
 			'"Yes I would like that." You tell her.'
 			'"Sweet, I''ll wait for you at the doors after school." She tells you.'
+			act 'Time for the next class': gt 'gschool_lessons', 'short_break'
 		end
 	elseif npc_rel['A144'] >= 50 and anushkaFirstvisit ! 0:
 		npc_rel['A144'] += 1