Browse Source

fix typos and wrong arguments

rachels 2 years ago
parent
commit
6615e9b021

+ 1 - 1
locations/pav_beach_chat.qsrc

@@ -689,7 +689,7 @@ if $ARGS[0] = 'marcus':
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/marcus/beach_chat.jpg"></center>'
 	act 'Talk to someone else': gt 'pav_beach_chat', 'beach_hangout'
 !!bgk don''t know if you want this katja stuff here or not I left it for now, you might want to tweak the text below because it is happening during the summer or on the beach
-	if katjaQW['QWstage'] = 5 and Marcus_sextype > 0 and katjaQW['marcus_asked'] = 0: act 'Ask Marcus about being Katja''s first': gt 'pav_beach_chats', 'Marcus_Katja_talk'
+	if katjaQW['QWstage'] = 5 and Marcus_sextype > 0 and katjaQW['marcus_asked'] = 0: act 'Ask Marcus about being Katja''s first': gt 'pav_beach_chat', 'Marcus_Katja_talk'
 	if grupTipe = 1:
 		if npc_rel['A146'] >= 50:
 			'Talking with Marcus is always fun. He always knows how to make you laugh with the stories he tells. "You should have seen his face!" He lets out a deep laugh. "We walk by the bathroom on the way to his room and BAM! There''s his mom, butt naked, and we see it all! You ever seen someone change colors? Poor guy was as pink as... as his mom''s nipples now that I think about it!"'

+ 4 - 4
locations/rex_events.qsrc

@@ -839,7 +839,7 @@ if $ARGS[0] = 'Party_rex_sex_cum':
 	It seems the evening was a success, you can''t keep you eyes open any longer and start to fall asleep...'
 	gs 'arousal', 'end'
 	gs 'stat'
-	act 'Fall asleep': gt 'rex_party_events', 'sleep'
+	act 'Fall asleep': gt 'rex_party_smallEvents', 'sleep'
 end
 
 if $ARGS[0] = 'Party_rex_sex_cow':
@@ -942,9 +942,9 @@ if $ARGS[0] = 'party':
 	if Rex_Love = 0: 'You walk up to Rex but then you realize he looks way too drunk and distracted by the other girls to pay much attention to you.'
 	if Rex_Love = 1: 'Rex comes up to you and hugs you sweetly.'
 	act 'Move away': gt $loc,$loc_arg
-	if $loc_arg = 'party_home' and alko < 6: act 'propose a toast': gt 'rex_party_home', 'party_drink'
-	if $loc_arg = 'party_gost': act 'Chat': gt 'rex_party_events', 'rex_talk'
-	if $loc_arg = 'party_gost': act 'Dance together': gt 'rex_party_events', 'rex_dance'
+	if $loc_arg = 'party_home' and alko < 6: act 'propose a toast': gt 'rex_party_smallEvents', 'party_drink'
+	if $loc_arg = 'party_gost': act 'Chat': gt 'rex_party_smallEvents', 'rex_talk'
+	if $loc_arg = 'party_gost': act 'Dance together': gt 'rex_party_smallEvents', 'rex_dance'
 end
 
 --- rex_events ---------------------------------

+ 1 - 1
locations/rex_party_smallEvents.qsrc

@@ -531,7 +531,7 @@ if $ARGS[0] = 'dj':
 	act 'Move away': gt $loc, $loc_arg
 	gs 'willpower', 'exhib', 'self', 'medium'
 	if will_cost <= pcs_willpwr:
-		act 'Flash boobs (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'self' & gt 'rex_party_sexEvent', 'dj_boobs'
+		act 'Flash boobs (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'self' & gt 'rex_party_sexEvents', 'dj_boobs'
 	else
 		act 'Flash boobs (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 	end