Browse Source

WIP: Formatting changes, fix an incorrect gt

Insomniac 3 weeks ago
parent
commit
dcf37cc898

+ 2 - 2
locations/praiders_garage.qsrc

@@ -794,11 +794,11 @@ if $ARGS[0] = 'party_over':
 	menu_off = 0
 	*clr & cla
 	temprand = rand(1,5)
-!!these events can only happen once then will never happen again, eventually I will add more one off events
+	!!these events can only happen once then will never happen again, eventually I will add more one off events
 	if temprand = 1 and gopnikbandQW['alyona_present'] = 1:
 		gt 'praiders_garage_events', 'alyona_dad'
 	elseif temprand = 2 and gopnikbandQW['lavrenti_present'] = 1:
-		if temprand = 1gt 'praiders_garage_events', 'roman_fight'
+		gt 'praiders_garage_events', 'roman_fight'
 	elseif temprand = 3 and gopnikbandQW['roman_present'] = 1:
 		gt 'praiders_garage_events', 'lav_baddrugs'
 	elseif temprand = 4:

+ 2 - 2
locations/praiders_garage_chat.qsrc

@@ -1551,7 +1551,7 @@ if $ARGS[0] = 'chat_niko1':
 				'Niko brings his face to yours before whispering, "Everything... You just need to trust me. You do trust me right?"'
 				'Niko gives you a warm smile, as you reply, "Trust is earned, not given, and I don''t really know enough about you to make any kind of decisions like that."'
 				'Obviously not believing what you said, he playfully shakes his head, as he responds, "So you need time huh, I can wait."'
-			!!elseif !!Dimka Relationship Variable!!:
+			!! elseif Dimka Relationship Variable:
 			!!	'You shake your head, before playfully pushing Niko away from you, as you say, "Sorry, but I''m already with someone."'
 			!!	'Niko shakes his head, before replying, "You mean that thick headed dick, Dimka? Unlike me, he doesn''t care about anyone but himself. He is trying to use you <<pcs_nickname>>, you know that. With me, there will be no need to worry about anything. I will keep you safe, and well satisfied. You won''t ever need anyone else."'
 			!!	*nl
@@ -1567,7 +1567,7 @@ if $ARGS[0] = 'chat_niko1':
 			act 'Hang out': gt 'praiders_garage', $hangout_rand
 		end
 	end	
-		
+	
 	if gopnikbandQW['niko_talk_2'] = 0:
 		act 'Ask about Valentin':	
 			gopnikbandQW['niko_talk_2'] = 1

+ 0 - 0
tools/Parser/qsp_parser.exe