1
0
Pārlūkot izejas kodu

let it flow further

rachels 3 gadi atpakaļ
vecāks
revīzija
bd9db17994
1 mainītis faili ar 12 papildinājumiem un 3 dzēšanām
  1. 12 3
      locations/music_delparco.qsrc

+ 12 - 3
locations/music_delparco.qsrc

@@ -7,7 +7,7 @@ if $ARGS[0] = 'talkwithzariyah':
 		'She puts down the phone "<<$pcs_nickname>>, so glad that you came. How are you? Did you think about the offer?" she smiles at you as you sit down.'
 		'She puts down the phone "<<$pcs_nickname>>, so glad that you came. How are you? Did you think about the offer?" she smiles at you as you sit down.'
 		act 'Accept the offer to play at Del Parco': gt 'music_delparco', 'delparco_accept'
 		act 'Accept the offer to play at Del Parco': gt 'music_delparco', 'delparco_accept'
 	!!	act 'Decline the offer': gt 'mod_musiclife_delparco', 'delparco_decline'
 	!!	act 'Decline the offer': gt 'mod_musiclife_delparco', 'delparco_decline'
-	elseif ml_delparcoQW = 1:
+	elseif ml_delparcoQW = 2:
 		'She puts down the phone "<<$pcs_nickname>>, so glad that you came. How are you? Did you come to talk about the offer?" she smiles at you as you sit down.'
 		'She puts down the phone "<<$pcs_nickname>>, so glad that you came. How are you? Did you come to talk about the offer?" she smiles at you as you sit down.'
 		act 'Discuss the live music with': gt 'music_delparco', 'firstdiscussion'
 		act 'Discuss the live music with': gt 'music_delparco', 'firstdiscussion'
 	end
 	end
@@ -19,6 +19,8 @@ if $ARGS[0] = 'delparco_accept':
 	ml_delparcoQW = 2
 	ml_delparcoQW = 2
 !!	TODO: Better scene.	
 !!	TODO: Better scene.	
 	'You accept.'
 	'You accept.'
+	*nl
+	'(Warning - the event is unfinished, so there is lack of pictures and the text is simplified)')
     act 'Discuss the live music with': gt 'music_delparco', 'firstdiscussion'
     act 'Discuss the live music with': gt 'music_delparco', 'firstdiscussion'
 	act 'Leave': gt 'cafe_parco', 'start'
 	act 'Leave': gt 'cafe_parco', 'start'
 end
 end
@@ -39,6 +41,7 @@ if $ARGS[0] = 'firstdiscussion':
 	'You think for a moment. 800 rubles is way more than you can get anywhere else in Pavlovsk. On the other hand, 30 minutes is quite a few songs, and you will have to practice a lot in the beginning to do it.'
 	'You think for a moment. 800 rubles is way more than you can get anywhere else in Pavlovsk. On the other hand, 30 minutes is quite a few songs, and you will have to practice a lot in the beginning to do it.'
 	*nl
 	*nl
 	act 'Accept the offer':
 	act 'Accept the offer':
+		*clr & cla
 		ml_deparcoQW = 4
 		ml_deparcoQW = 4
 		'"I would love to do it!" you almost bite your tongue as you stop, but the fact that someone asks you to play is a first step to your dream. You almost couldn''t contain yourself.'
 		'"I would love to do it!" you almost bite your tongue as you stop, but the fact that someone asks you to play is a first step to your dream. You almost couldn''t contain yourself.'
 		'"Excellent!" Zariyah smiles at you, and pushes the paper she was writing on towards you "Everything is there. Don''t forget, two weeks from now, Friday at 8pm, so please be here latest half past seven.
 		'"Excellent!" Zariyah smiles at you, and pushes the paper she was writing on towards you "Everything is there. Don''t forget, two weeks from now, Friday at 8pm, so please be here latest half past seven.
@@ -53,6 +56,7 @@ if $ARGS[0] = 'firstdiscussion':
 	end
 	end
 	
 	
 	act 'Ask for some time':
 	act 'Ask for some time':
+		*clr & cla
 		ml_delparcoQW = 3
 		ml_delparcoQW = 3
 		ml_delparcogigdeadline = daystart + 2
 		ml_delparcogigdeadline = daystart + 2
 		ml_delparcooriginaldate = daystart
 		ml_delparcooriginaldate = daystart
@@ -94,7 +98,7 @@ if $ARGS[0] = 'eveningshow':
 	ml_performance['performed_minutes'] += 30
 	ml_performance['performed_minutes'] += 30
 	ml_performance['total_time_performed'] += 30
 	ml_performance['total_time_performed'] += 30
 
 
-	if perform_lvl < 45 = rand(1,3):
+!!	if perform_lvl < 45 = rand(1,3):
 		'<center><video autoplay loop src="images/pc/activities/music/GigPlaceHolder.mp4"></video></center>'
 		'<center><video autoplay loop src="images/pc/activities/music/GigPlaceHolder.mp4"></video></center>'
 	!!TODO: More scene, on set up, arriving, etc.	
 	!!TODO: More scene, on set up, arriving, etc.	
 		if ml_success < ml_performance['set_quality']: 
 		if ml_success < ml_performance['set_quality']: 
@@ -119,7 +123,12 @@ if $ARGS[0] = 'eveningshow':
 			'Today definitely wasn''t your day. You bombed, there is no better word for it. While you lasted your 30 minutes, you could see on the audience that they didn''t really enjoy it, even though they politely clapped at the end.'
 			'Today definitely wasn''t your day. You bombed, there is no better word for it. While you lasted your 30 minutes, you could see on the audience that they didn''t really enjoy it, even though they politely clapped at the end.'
 			'You will have to do some serious practicing if you want to have another chance to perform.'
 			'You will have to do some serious practicing if you want to have another chance to perform.'
 		end
 		end
-	end
+!!	end
+	*nl
+	'(The event is unfinished - do not comply about quality - report just serious bugs)'
+	
+	
+	act 'Leave': gt 'cafe_parco', 'start'	
 end
 end
 	
 	
 --- music_delparco ---------------------------------
 --- music_delparco ---------------------------------