소스 검색

WIP: Formatting changes, fix an incorrect gt

Insomniac 1 개월 전
부모
커밋
dcf37cc898
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      locations/praiders_garage.qsrc
  2. 2 2
      locations/praiders_garage_chat.qsrc
  3. 0 0
      tools/Parser/qsp_parser.exe

+ 2 - 2
locations/praiders_garage.qsrc

@@ -794,11 +794,11 @@ if $ARGS[0] = 'party_over':
 	menu_off = 0
 	menu_off = 0
 	*clr & cla
 	*clr & cla
 	temprand = rand(1,5)
 	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:
 	if temprand = 1 and gopnikbandQW['alyona_present'] = 1:
 		gt 'praiders_garage_events', 'alyona_dad'
 		gt 'praiders_garage_events', 'alyona_dad'
 	elseif temprand = 2 and gopnikbandQW['lavrenti_present'] = 1:
 	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:
 	elseif temprand = 3 and gopnikbandQW['roman_present'] = 1:
 		gt 'praiders_garage_events', 'lav_baddrugs'
 		gt 'praiders_garage_events', 'lav_baddrugs'
 	elseif temprand = 4:
 	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 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."'
 				'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."'
 				'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."'
 			!!	'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."'
 			!!	'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
 			!!	*nl
@@ -1567,7 +1567,7 @@ if $ARGS[0] = 'chat_niko1':
 			act 'Hang out': gt 'praiders_garage', $hangout_rand
 			act 'Hang out': gt 'praiders_garage', $hangout_rand
 		end
 		end
 	end	
 	end	
-		
+	
 	if gopnikbandQW['niko_talk_2'] = 0:
 	if gopnikbandQW['niko_talk_2'] = 0:
 		act 'Ask about Valentin':	
 		act 'Ask about Valentin':	
 			gopnikbandQW['niko_talk_2'] = 1
 			gopnikbandQW['niko_talk_2'] = 1

+ 0 - 0
tools/Parser/qsp_parser.exe