0
0
Prechádzať zdrojové kódy

[fixed] Images links set to use old folder now corrected so the image pack can be tidied up thanks to Gwen

KevinSmarts 3 rokov pred
rodič
commit
f7b7a84bf5
1 zmenil súbory, kde vykonal 26 pridanie a 26 odobranie
  1. 26 26
      locations/talent_agency.qsrc

+ 26 - 26
locations/talent_agency.qsrc

@@ -50,7 +50,7 @@ end
 
 if $ARGS[0] = 'hallway':
 	*clr & cla
-	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/interview/hallway.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/auditions/hallway.jpg"></center>'
 	act 'Leave':gt 'talent_agency','start'
 	act 'Room 1':gt 'talent_agency','room1'
 	act 'Room 2':gt 'talent_agency','room2'
@@ -93,7 +93,7 @@ end
 
 if $ARGS[0] = 'SMTV':
 	*clr & cla
-	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/interview/room.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/auditions/room.jpg"></center>'
 	'You enter the interview room and someone is there waiting for you.'
 	'"Ahh! Hello! You must be Miss <<$pcs_lastname>>. I''m Artur Yanovich. But you can call me Mr. Yanovich," he says, holding out his hand.'
 	act 'Shake his hand':
@@ -108,7 +108,7 @@ if $ARGS[0] = 'SMTV':
 				*clr & cla
 				gs 'willpower', 'pay', 'resist'
 				gs 'stat'
-				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/interview/room.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/auditions/room.jpg"></center>'
 				'He frowns, seemingly puzzled. "I thought you were told what this shoot is about. You need to get naked. Unless you wanted to do it in the street?"'
 				act'"Oh... Right..."':
 					minut += 5
@@ -342,7 +342,7 @@ if $ARGS[0] = 'SMTV':
 										act 'Continue':
 											minut += 30
 											*clr & cla
-											'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/interview/room.jpg"></center>'
+											'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/auditions/room.jpg"></center>'
 											'You get in the car and head back to Aurora. When you get there, Mr. Yanovich leads you back through the doors and into the same interview room you met him in. On the way there, you don''t feel as embarrassed as you did before. In fact, you feel quite confident and strong. You just walked down a busy street completely nude! You should be proud of yourself! What''s walking through a lobby with other actresses?'
 											act'Dress':
 												minut += 5
@@ -421,7 +421,7 @@ if $ARGS[0] = 'SMTV':
 										act 'Continue':
 											minut += 30
 											*clr & cla
-											'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/interview/room.jpg"></center>'
+											'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/auditions/room.jpg"></center>'
 											'You get in the car and head back to Aurora. When you get there, Mr. Yanovich leads you back through the doors and into the same interview room you met him in. You feel quite proud of yourself, having done the shoot in a single take. Maybe you''re cut out to be an actress after all!'
 											act'Dress':
 												minut += 5
@@ -459,30 +459,30 @@ if $ARGS[0] = 'wrong_room':
 	interview = rand(1,21)
 
 	if interview = 1:
-		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/interview/wrong/1.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/auditions/wrong/1.jpg"></center>'
 		'You enter the room and see a girl having a conversation with a director or producer. You suddenly realize that you''ve gone into the wrong room and back out, apologizing.'
 		act 'Leave':gt'talent_agency','hallway'
 
 	elseif interview = 2:
-		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/interview/wrong/2.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/auditions/wrong/2.jpg"></center>'
 		'You enter the room and see a girl sitting down on a couch while a director or producer is shuffling notes on his desk. You suddenly realize that you''ve gone into the wrong room and back out, apologizing.'
 		act 'Leave':gt'talent_agency','hallway'
 
 	elseif interview = 3:
-		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/interview/wrong/3.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/auditions/wrong/3.jpg"></center>'
 		'You enter the room and stop dead in your tracks as you see a girl completely naked except for a pair of panties.'
 		*nl
 		'You rush back out the door shouting, "Wrong room! Sorry!" and slam it shut behind you.'
 		act 'Leave':gt'talent_agency','hallway'
 
 	elseif interview = 4:
-		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/interview/wrong/4.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/auditions/wrong/4.jpg"></center>'
 		'You enter the room and stop dead in your tracks when you see a girl standing completely naked. The man in the room shouts at you, "Hey! What do you think you''re doing here?! Get the fuck out!"'
 		'You rush back out the door shouting, "Wrong room! Sorry!" and slam it shut behind you.'
 		act 'Leave':gt'talent_agency','hallway'
 
 	elseif interview = 5:
-		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/interview/wrong/5.mp4"></video></center>'
+		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/auditions/wrong/5.mp4"></video></center>'
 		'You open the door to the interview room and are met with a scene of a girl riding a man''s cock like a mechanical bull.'
 		*nl
 		'"Come on! You''re going to have to go faster if you want to get this job!" the man growls.'
@@ -495,7 +495,7 @@ if $ARGS[0] = 'wrong_room':
 		act 'Leave':gt'talent_agency','hallway'
 
 	elseif interview = 6:
-		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/interview/wrong/6.mp4"></video></center>'
+		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/auditions/wrong/6.mp4"></video></center>'
 		'You open the door to the interview room and see a girl on all fours on the couch being pummeled from behind by a man. You and the girl instantly make eye contact and her expression immediately becomes terrified.'
 		'"Oh my God!" she screams.'
 		'The man looks up from his business and sees you. He shouts at you, "What the fuck are you doing in here! Get out!" continuing to pound the girl even though she''s struggling to get off his dick now.'
@@ -508,13 +508,13 @@ if $ARGS[0] = 'wrong_room':
 		act 'Leave':gt'talent_agency','hallway'
 
 	elseif interview = 7:
-		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/interview/wrong/7.mp4"></video></center>'
+		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/auditions/wrong/7.mp4"></video></center>'
 		'You open the door and see an upset looking girl bent over the desk as the man behind her slowly pulls his cock out from her pussy. You freeze in shock and then swiftly shut the door without a word but through it you can hear voices.'
 		'"Congratulations on landing the part sweetie. I just hope you realise what your role is going to be moving forward."'
 		act 'Leave':gt'talent_agency','hallway'
 
 	elseif interview = 8:
-		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/interview/wrong/8.mp4"></video></center>'
+		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/auditions/wrong/8.mp4"></video></center>'
 		'You open the door and are shocked to see a young girl on the couch while two men rhythmically piston her ass and pussy.'
 		'"Ahh! This ass is tight! You should try it!"'
 		'"Plenty of time for that later. We''ll have the whole of production now that we''ve found our perfect star."'
@@ -524,7 +524,7 @@ if $ARGS[0] = 'wrong_room':
 		act 'Leave':gt'talent_agency','hallway'
 
 	elseif interview = 9:
-		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/interview/wrong/9.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/auditions/wrong/9.jpg"></center>'
 		'You open the door to see a man with his cock hanging out and a girl kneeling in front of him with cum all over her face.'
 		'"Good job girl. Now lick me clean and we''ll talk about you getting this role."'
 		*nl
@@ -534,7 +534,7 @@ if $ARGS[0] = 'wrong_room':
 		act 'Leave':gt'talent_agency','hallway'
 
 	elseif interview = 10:
-		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/interview/wrong/10.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/auditions/wrong/10.jpg"></center>'
 		'You open the door and freeze in shock as right in front of you is the face of a girl being fucked violently over a desk. Her hair is being held in a tight fist behind her head as the man uses it as extra leverage to pull her farther onto his cock.'
 		*nl
 		'The man looks up at you and says, "I think you''ve got the wrong room darling," not pausing his fucking for even a moment.'
@@ -544,7 +544,7 @@ if $ARGS[0] = 'wrong_room':
 		act 'Leave':gt'talent_agency','hallway'
 
 	elseif interview = 11:
-		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/interview/wrong/11.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/auditions/wrong/11.jpg"></center>'
 		'You open the door and see a smiling girl with cum dripping down her face and a man who''s clearly the one who just put it there.'
 		'"Sooooo Mr. Schneider? Do you think I have what it takes to become an actress?" the smiling girl says in a sing song voice.'
 		'"Oh, I think we can find a part for such a silver tongue in our production..." he says with a grin.'
@@ -557,7 +557,7 @@ if $ARGS[0] = 'wrong_room':
 
 
 	elseif interview = 12:
-		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/interview/wrong/12.mp4"></video></center>'
+		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/auditions/wrong/12.mp4"></video></center>'
 		'You open the door and suddenly stop as you see a girl leaning over a desk and deeply enjoying the cock of the man behind her.'
 		'"How about these moves mister?" she giggles as she begins to wildly gyrate her hips.'
 		'"Goodness gracious girl! You''re so tigh- Ugh! I''m gonna cum!"'
@@ -570,7 +570,7 @@ if $ARGS[0] = 'wrong_room':
 
 
 	elseif interview = 13:
-		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/interview/wrong/13.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/aurora/auditions/wrong/13.jpg"></center>'
 		'You open the door and are greeted with the face of an unhappy looking girl being fucked over a desk.'
 		'She''s gritting her teeth and bearing with it and you can hear her muttering to herself, "Rich and famous... Rich and famous... Just let him fuck you and you''ll be rich and famous..."'
 		'The man smiles, "Don''t forget girl, you''re letting me fuck you day <i>and</i> night for this. I get a key to your apartment or you don''t get the part!"'
@@ -580,7 +580,7 @@ if $ARGS[0] = 'wrong_room':
 
 
 	elseif interview = 14:
-		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/interview/wrong/14.mp4"></video></center>'
+		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/auditions/wrong/14.mp4"></video></center>'
 		'"How long do we have to keep doing this?"'
 		'You start to open the door when you hear words and realize you''ve got the wrong room. You''re about to close it completely when you peer through the crack and see two naked girls lying on the sofa half-heartedly playing with themselves. There is a man leaning back on the desk in front of them, jacking himself off.'
 		*nl
@@ -590,7 +590,7 @@ if $ARGS[0] = 'wrong_room':
 		act 'Leave':gt'talent_agency','hallway'
 
 	elseif interview = 15:
-		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/interview/wrong/15.mp4"></video></center>'
+		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/auditions/wrong/15.mp4"></video></center>'
 		'You open the door just in time to see a girl on her knees in front of a man and jets of cum spurt from his cock to hit her square in the face.'
 		'"Sorry! Wrong room!" and shut the door fast behind you.'
 
@@ -598,7 +598,7 @@ if $ARGS[0] = 'wrong_room':
 
 
 	elseif interview = 16:
-		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/interview/wrong/16.mp4"></video></center>'
+		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/auditions/wrong/16.mp4"></video></center>'
 		'You open the door and see a cheerful looking girl with fresh cum and a bright smile on her face.'
 		'"... and if you want this part I get full access to your body to fuck whenever I please and you must obey every order I give you. Are you happy with that?"'
 		'She gives a jovial double thumbs up and smiles even brighter.'
@@ -612,7 +612,7 @@ if $ARGS[0] = 'wrong_room':
 
 
 	elseif interview = 17:
-		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/interview/wrong/17.mp4"></video></center>'
+		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/auditions/wrong/17.mp4"></video></center>'
 		'Opening the door, the very first thing you see is a girl choking on cock.'
 		'The man dick is deep into her throat and he says, "Ahh yes. You have the best throat in the business you know that?"'
 		'"Mmm! Mmm!"'
@@ -625,7 +625,7 @@ if $ARGS[0] = 'wrong_room':
 		act 'Leave':gt'talent_agency','hallway'
 
 	elseif interview = 18:
-		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/interview/wrong/18.mp4"></video></center>'
+		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/auditions/wrong/18.mp4"></video></center>'
 		'You open the door and see a girl diligently polishing a man''s cock with her lips.'
 		'"Yeah... Just like that you little slut..."'
 		'She takes his dick out of her mouth and complains, "But I''m not a slut if I only do it for you Mr. Schneider!"'
@@ -636,7 +636,7 @@ if $ARGS[0] = 'wrong_room':
 		act 'Leave':gt'talent_agency','hallway'
 
 	elseif interview = 19:
-		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/interview/wrong/19.mp4"></video></center>'
+		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/auditions/wrong/19.mp4"></video></center>'
 		'You open the door and see a worried looking girl doing her very best to give a man a blowjob.'
 		'"Come now, you have to do better than that if I''m going to hire you. Keeping your pussy off limits makes your job this much harder you know. I''ll need a velvet mouth and the best blowjob I''ve ever had if I''m even going to consider hiring you without access to that virgin pussy."'
 		*nl
@@ -646,7 +646,7 @@ if $ARGS[0] = 'wrong_room':
 		act 'Leave':gt'talent_agency','hallway'
 
 	elseif interview = 20:
-		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/interview/wrong/20.mp4"></video></center>'
+		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/auditions/wrong/20.mp4"></video></center>'
 		'You open the door and see a girl in glasses giving what looks like a loving blowjob to the man inside with her.'
 		'"Yeah girl... just like that..."'
 		'The girl lets it pop out of her mouth for a second as she turns to look at you.'
@@ -657,7 +657,7 @@ if $ARGS[0] = 'wrong_room':
 		act 'Leave':gt'talent_agency','hallway'
 
 	elseif interview = 21:
-		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/interview/wrong/21.mp4"></video></center>'
+		'<center><video autoplay loop src="images/locations/city/citycenter/aurora/auditions/wrong/21.mp4"></video></center>'
 		'You open the door and see a girl being furiously fucked by three guys. Or is it the other way around?'
 		*nl
 		'"Ahh, yes! I love it when we get ready made sluts like this!"'