Forráskód Böngészése

[fixed] Telling Anya about Olu and Marcus blocked for the possibility to tel about Djlibril. Added a condition to Olu and move Marcus to the end since his talk don't actually go anywhere.

bgkjdgbizgblzdgbr 2 éve
szülő
commit
689440a97f
1 módosított fájl, 18 hozzáadás és 18 törlés
  1. 18 18
      locations/sister_chat.qsrc

+ 18 - 18
locations/sister_chat.qsrc

@@ -700,7 +700,7 @@ if $ARGS[0] = 'sister_chat':
 							act 'Move away': gt $loc, $loc_arg
 							act 'Keep talking': gt 'sister_chat', 'sister_chat'
 						end
-						if OluQW['sex'] = 1:
+						if OluQW['sex'] = 1 and OluQW['anya_inv'] = 0:
 							act 'Tell her about Olu':
 								*clr & cla
 								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sister_chat.jpg"></center>'
@@ -720,23 +720,6 @@ if $ARGS[0] = 'sister_chat':
 								end
 								act 'Keep talking': gt 'sister_chat', 'sister_chat'
 							end
-						elseif npc_sex['A146'] > 0:
-							act 'Tell her about Marcus':
-								*clr & cla
-								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sister_chat.jpg"></center>'
-								'You tell her about Marcus from school and how you have been having sex with him. Her eyes grow wide and she starts asking all kinds of questions about how it was. You tell her how big he is and start getting into details about your sex with him.'
-								act 'Move away': gt $loc, $loc_arg
-								act 'Ask if she wants a turn':
-									*clr & cla
-									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sister_chat.jpg"></center>'
-									'"Maybe I could invite him over one evening, and you can give him a go? Interested?" you ask.'
-									'She thinks about it for a moment, then grins and nods. "Yes I think I would. You know, just to try it," she says while blushing.'
-									'"OK, I will talk to him about it and let you know."'
-									act 'Move away': gt $loc, $loc_arg
-									act 'Keep talking': gt 'sister_chat', 'sister_chat'
-								end
-								act 'Keep talking': gt 'sister_chat', 'sister_chat'
-							end
 						elseif djibril_sex > 0 and DjibrilQW['anya_inv'] = 0:
 							act 'Tell her about Djibril':
 								*clr & cla
@@ -773,6 +756,23 @@ if $ARGS[0] = 'sister_chat':
 								end
 								act 'Keep talking': gt 'sister_chat', 'sister_chat'
 							end
+						elseif npc_sex['A146'] > 0:
+							act 'Tell her about Marcus':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sister_chat.jpg"></center>'
+								'You tell her about Marcus from school and how you have been having sex with him. Her eyes grow wide and she starts asking all kinds of questions about how it was. You tell her how big he is and start getting into details about your sex with him.'
+								act 'Move away': gt $loc, $loc_arg
+								act 'Ask if she wants a turn':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sister_chat.jpg"></center>'
+									'"Maybe I could invite him over one evening, and you can give him a go? Interested?" you ask.'
+									'She thinks about it for a moment, then grins and nods. "Yes I think I would. You know, just to try it," she says while blushing.'
+									'"OK, I will talk to him about it and let you know."'
+									act 'Move away': gt $loc, $loc_arg
+									act 'Keep talking': gt 'sister_chat', 'sister_chat'
+								end
+								act 'Keep talking': gt 'sister_chat', 'sister_chat'
+							end
 						end
 						exit
 					end