Ver Fonte

[Fixed] old variables

Awesome há 5 meses atrás
pai
commit
4e4cee2913

+ 1 - 0
.gitignore

@@ -47,3 +47,4 @@ glife.7z
 *.test
 *.drawio
 missing_media.txt
+plugins.dat

+ 1 - 1
locations/pav_shared_nestor.qsrc

@@ -330,7 +330,7 @@ if $ARGS[0] = 'Nestor_Serve':
 				gt 'pav_shared_nestor', 'Nestor_Serve'
 			end
 		end
-		if shared_apt['actionR'] > 1:act 'Say you changed your mind and leave': npc_rel['A265'] -= 1 & gt 'pav_shared_apt', 'start'
+		if shared_apt['actionR'] > 1:act 'Say you changed your mind and leave':Nestor['served'] = 0 &  npc_rel['A265'] -= 1 & gt 'pav_shared_apt', 'start'
 	end
 end
 

+ 2 - 2
locations/pav_shared_oleg.qsrc

@@ -13,7 +13,7 @@ if $ARGS[0] = 'Oleg':
 	if Oleg['hadSex'] = 1:'As you know very well, <<$npc_firstname[$boy]>> has a <<$npc_thdick[$boy]>> <<npc_dick[$boy]>> cm long <a href="exec:gt ''pav_shared_oleg'', ''Oleg_dick''">dick</a> with wildly growing pubic hair.'
 	''
 	'<b>Today he looks to be in a <<$Oleg[''mood'']>> mood.</b>'
-	if (totminut - Oleg_served) < 180:
+	if (totminut - Oleg['served']) < 180:
 		Oleg['serve'] = 0
 		'It''s not even been 3 hours since you last served <<$npc_firstname[$boy]>>'
 	else
@@ -382,7 +382,7 @@ if $ARGS[0] = 'Oleg_Serve':
 				gt 'pav_shared_oleg', 'Oleg_Serve'		
 			end
 		end
-		if shared_apt['actionR'] > 1:act 'Say you changed your mind and leave': npc_rel['A266'] -= 1 & gt 'pav_shared_apt', 'start'
+		if shared_apt['actionR'] > 1:act 'Say you changed your mind and leave':Oleg['served'] = 0 & npc_rel['A266'] -= 1 & gt 'pav_shared_apt', 'start'
 	end
 end
 

+ 2 - 2
locations/pav_shared_yakov.qsrc

@@ -12,7 +12,7 @@ if $ARGS[0] = 'Yakov':
 	if Yakov['hadSex'] = 1:'As you know very well, <<$npc_firstname[$boy]>> has <<npc_dick[$boy]>> cm long <a href="exec:gt ''pav_shared_yakov'', ''Yakov_Dick''">dick</a> with always smoothly shaved pubic hair.'
 	''
 	'<b>Today he looks to be in a <<$Yakov[''mood'']>> mood.</b>'
-	if (totminut - Yakov_served) < 180:
+	if (totminut - Yakov['served']) < 180:
 		Yakov['serve'] = 0
 		'It''s not even been 3 hours since you last served <<$npc_firstname[$boy]>>'
 	else
@@ -340,7 +340,7 @@ if $ARGS[0] = 'Yakov_Serve':
 				act 'Agree': npc_rel['A264'] += 1 & gt 'pav_shared_yakov', 'Yakov_SexGiantdildo'
 			end
 		end
-		if shared_apt['actionR'] > 1:act 'Say you changed your mind and leave': npc_rel['A264'] -= 1 & gt 'pav_shared_apt', 'start'
+		if shared_apt['actionR'] > 1:act 'Say you changed your mind and leave':Yakov['served'] = 0 & npc_rel['A264'] -= 1 & gt 'pav_shared_apt', 'start'
 	end
 end