Browse Source

[fixed] some mistakes made when merging party files

Sicaa 4 years ago
parent
commit
e915b299d3
3 changed files with 5 additions and 6 deletions
  1. 1 1
      locations/dinParty.qsrc
  2. 0 1
      locations/party_girls.qsrc
  3. 4 4
      locations/sbReksHome.qsrc

+ 1 - 1
locations/dinParty.qsrc

@@ -436,7 +436,7 @@ if $ARGS[0] = 'rex_hug':
 			if rand(1,2) = 1:
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_5_1.jpg"></center>'
 			else
-				'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_5_<<rand(2,4>>.mp4"></video></center>'
+				'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_5_<<rand(2,4)>>.mp4"></video></center>'
 			end
 			'Looking adoring into each others eyes, being to passionately kiss.'
 			'You lips touch in your long kiss, it almost feels like a shock of electricity is running through you body.'

+ 0 - 1
locations/party_girls.qsrc

@@ -346,7 +346,6 @@ if $ARGS[0] = 'lena':
 		gs 'willpower', 'drink', 'resist', 'hard'
 		if will_cost <= pcs_willpwr:
 			act 'Drink (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'self' &  gt 'party_girls', 'ira_drink'
-			end
 		else
 			act 'Drink (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		end	

+ 4 - 4
locations/sbReksHome.qsrc

@@ -71,7 +71,7 @@ if $ARGS[0] = 'party_home':
 	gs 'stat'
 	'<center><b><font color = maroon>Rex''s Room</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_1_' + rand(1,5) + '.jpg"></center>'
-	'Sitting at a table and drinking with your friends, sitting to one side of you sharing a bottle as always is <a href="exec: gt ''party_girls'', ''lena''">Lena</a> who is always fun, her slightly more reserved friend <a href="exec: gt '''party_girls'', ''ira''">Ira</a>, and always up beat <a href="exec: gt ''reks'', ''party''">Rex</a>.'
+	'Sitting at a table and drinking with your friends, sitting to one side of you sharing a bottle as always is <a href="exec: gt ''party_girls'', ''lena''">Lena</a> who is always fun, her slightly more reserved friend <a href="exec: gt ''party_girls'', ''ira''">Ira</a>, and always up beat <a href="exec: gt ''reks'', ''party''">Rex</a>.'
 	'To your other side sits your sister <a href="exec: gt ''sister_party'', ''sister_party''">Anya</a> drinking already and <a href="exec: gt ''sbReksHome'', ''roma''">Roma</a>, whom himself sits just a bit away looking more serious than normal, plus lots of <a href="exec: gt ''party_girls'', ''party_girls''">girls</a> and <a href="exec: gt ''party_boys'', ''party_boys''">guys</a> you barely know.'
 	if alko < 3:'One of the guys offers you a bottle to <a href="exec: gt ''sbReksHome'', ''party_drink''">drink</a> from as they say "A little more to set the mood."'
 	!You''re drunk
@@ -128,9 +128,9 @@ if $ARGS[0] = 'party_gost':
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_4_' + rand(1,8) + '.jpg"></center>'
 		'The party is in full swing. In one corner a <a href="exec: gt ''sbReksHome'', ''party_boy''">guy</a> the party DJ is spinning the beats at the turntable. You want to give it a try and <a href="exec: gt ''dinParty'', ''dance''">spin some beats</a>.'
 		'<a href="exec: gt ''sbReksHome'', ''roma''">Roma</a> and <a href="exec: gt ''sister_party'', ''sister_party''">Anya</a> are locked together having fun dancing.'
-		if Rex_Love =0:'<a href="exec: gt ''reks'', ''party''">Rex</a> is having fun dancing with some <a href="exec: gt ''party_girls'', ''party_girls''">girls</a>.'
-		if Rex_Love =1:'You are dancing with some <a href="exec: gt ''party_girls'', ''party_girls''">girls</a> and <a href="exec: gt ''reks'', ''party''">Rex</a>, who looks at you with loving eyes.'
-		'<a href="exec: gt ''party_girls'', ''lena''">Lena</a> and <a href="exec: gt '''party_girls'', ''ira''">Ira</a> are having fun in the company of drunken <a href="exec: gt ''party_boys'', ''party_boys''">guys</a>.'
+		if Rex_Love = 0:'<a href="exec: gt ''reks'', ''party''">Rex</a> is having fun dancing with some <a href="exec: gt ''party_girls'', ''party_girls''">girls</a>.'
+		if Rex_Love = 1:'You are dancing with some <a href="exec: gt ''party_girls'', ''party_girls''">girls</a> and <a href="exec: gt ''reks'', ''party''">Rex</a>, who looks at you with loving eyes.'
+		'<a href="exec: gt ''party_girls'', ''lena''">Lena</a> and <a href="exec: gt ''party_girls'', ''ira''">Ira</a> are having fun in the company of drunken <a href="exec: gt ''party_boys'', ''party_boys''">guys</a>.'
 	end
 	act 'Go to the Rex''s room': gt 'sbReksHome', 'party_home'
 	act 'Go to the kitchen': gt 'sbReksHome', 'party_kuh'