Kaynağa Gözat

[Fixes] Updated variables and goto commands as well as a spell correction.

VioletKitten 4 yıl önce
ebeveyn
işleme
36946ebe8b
2 değiştirilmiş dosya ile 7 ekleme ve 5 silme
  1. 2 2
      locations/FedorMisc.qsrc
  2. 5 3
      locations/gdksport.qsrc

+ 2 - 2
locations/FedorMisc.qsrc

@@ -899,9 +899,9 @@ if $ARGS[0] = 'Outcast':
 
 					act 'Remain here':gt 'FedorMisc', 'Outcast'
 
-					act 'Return to park':gt 'gskver', 'start'
+					act 'Return to park':gt 'pav_park', 'start'
 				end
-				act 'I need some time to think about it':gt 'gskver', 'start'
+				act 'I need some time to think about it':gt 'pav_park', 'start'
 			end
 		end	
 	elseif fedorKozlovQW = -15:

+ 5 - 3
locations/gdksport.qsrc

@@ -27,7 +27,7 @@ if $ARGS[0] = 'start':
 		'You see <a href="exec:minut += 3 & gt ''IvanEv''">Ivan Prokhorov</a> with a large sports bag entering the sports club.'
 	end
 
-	if npc_rel['A5'] >= 80 and fedorKozlovQW = 0 and pcs_apprnc >= 20 and fedorkozbreak < 2 and GorSlut < 2: gt 'gdksport', 'Fedor First Date'
+	if npc_rel['A5'] >= 80 and fedorKozlovQW = 0 and hotcat >= 5 and fedorkozbreak < 2 and pav_slut <= 75: gt 'gdksport', 'Fedor First Date'
 
 	if week <= 5 and hour >= 16 and hour < 18 and fedorKozlovQW >= 20:
 		'You can see <a href="exec: gt ''FedorMisc'', ''Fedor Workout''">Fedor</a> on his phone next to some punching bags.'
@@ -1264,7 +1264,7 @@ if $ARGS[0] = 'Fedor First Date':
 	if fedorkozbreak = 1:
 		'You enter the sports club and see Fyodor Kozlov, standing by the front door. He looks as though he is waiting for someone and as soon as he sees you, he flashes you a smile and he approaches with an affable smile on his face. "Hello <<$pcs_firstname>>." he says with a warm smile. He pauses for a moment then reaches into his pockets and pulls out 2 tickets and says, "Here is the deal ... I know that we had a bit of a bumpy relationship before but I would like to try again if you will. So what do you say? Wanna go on another date with me?'
 	else
-		'You enter the sports club and see Fyodor Kozlov, standing by the front door. He looks as though he is waiting for someone and as soon as he sees you, his eyes light up and he approaches you with an affable smile on his face. "Hello <<$pcs_firstname>>." he says with a warm smile. He pauses for a moment then reaches into his pockets and pulls out 2 tickets and says, "Here is the deal ... I have an extra ticket to the movies and I would you like know if you would be up for a good comedy?"'
+		'You enter the sports club and see Fyodor Kozlov, standing by the front door. He looks as though he is waiting for someone and as soon as he sees you, his eyes light up and he approaches you with an affable smile on his face. "Hello <<$pcs_firstname>>." he says with a warm smile. He pauses for a moment then reaches into his pockets and pulls out 2 tickets and says, "Here is the deal ... I have an extra ticket to the movies and I would like know if you would be up for a good comedy?"'
 	end
 
 	act 'Agree':
@@ -1293,11 +1293,12 @@ if $ARGS[0] = 'Fedor First Date':
 
 				act 'Leave': gt 'pav_residential'
 			end
+			
 			act 'Refuse':
 				*clr & cla
 				if fedorkozbreak = 0:fedorKozlovQW = 0
 				if fedorkozbreak = 1:fedorKozlovQW = -1
-				npc_rel['A5'] = 75
+				npc_rel['A5'] = 70
 				minut += 15
 				gs 'stat'
 				'<center><b><h4><font color="blue"><<"Fyodor [Fedor] Kozlov">></font></h4></b></center>'
@@ -1312,6 +1313,7 @@ if $ARGS[0] = 'Fedor First Date':
 			end
 		end
 	end
+	
 	act 'Refuse':
 		*clr & cla
 		npc_rel['A5'] = 70