Explorar o código

readded vasily reputation

Derryth_Love hai 1 ano
pai
achega
17c7bb494f
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      locations/vasilyhome.qsrc

+ 11 - 0
locations/vasilyhome.qsrc

@@ -697,6 +697,7 @@ if $ARGS[0] = 'vasily_bazar_day':
 		bazar_day = daystart
 		bazar_count -= 1
 		if bazar_count > 0: npc_rel['A11'] +=1
+		gs 'vasilyhome', 'vasily_rep'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/talk/talk'+rand(1,5)+'.jpg"></center>'
 		vasyan_textb_day = rand(0,8)
 		if vasyan_textb_day = 0: $vasyan_textb_day = ' "Life is like a Matryoshka doll", Vasily says mysteriously.<br> "What the hell is that supposed to mean?", you ask.<br> "Think about it", is all he says.<br> You roll you eyes and give him a sarcastic: "Oh, I will."'
@@ -718,6 +719,16 @@ if $ARGS[0] = 'vasily_bazar_day':
 		act 'Further': gt 'vasilyhome', 'vasily_bazar_day'
 		gs 'stat'
 	end
+	
+	if $ARGS[0] = 'vasily_rep':
+    if npc_rel['A11'] < 50:
+        'You have known Vasily since childhood'
+    elseif npc_rel['A11'] >= 50 and npc_rel['A11'] < 100:
+        'You are good friends with Vasily'
+    else
+        'Vasily is your very close friend'
+    end
+end
 
 	if shulga_lern_count > 0 and SchoolAtestat = 0:
 		act 'Do homework': gt 'vasilyhome', 'vasily_lern'