|
@@ -1,15 +1,15 @@
|
|
-# club
|
|
|
|
|
|
+# city_nightclub
|
|
!!2021/04/15
|
|
!!2021/04/15
|
|
CLOSE ALL
|
|
CLOSE ALL
|
|
!!needs a complete rework of the club
|
|
!!needs a complete rework of the club
|
|
if $ARGS[0] = 'start':
|
|
if $ARGS[0] = 'start':
|
|
- $loc = 'club'
|
|
|
|
|
|
+ $loc = 'nightclub'
|
|
$loc_arg = 'start'
|
|
$loc_arg = 'start'
|
|
- $menu_loc = 'club'
|
|
|
|
|
|
+ $menu_loc = 'nightclub'
|
|
$menu_arg = 'start'
|
|
$menu_arg = 'start'
|
|
menu_off = 0
|
|
menu_off = 0
|
|
$location_type = 'public_outdoors'
|
|
$location_type = 'public_outdoors'
|
|
- $sexloc = 'club'
|
|
|
|
|
|
+ $sexloc = 'nightclub'
|
|
*clr & cla
|
|
*clr & cla
|
|
minut += 5
|
|
minut += 5
|
|
gs 'stat'
|
|
gs 'stat'
|
|
@@ -30,22 +30,22 @@ if $ARGS[0] = 'start':
|
|
if pcs_makeup > 1 and pcs_sweat < 30 and (PCloSkirt > 2 or PCloPants > 4 or ($clothingworntype = 'salacious_dress' or $clothingworntype = 'salacious_outfits')):
|
|
if pcs_makeup > 1 and pcs_sweat < 30 and (PCloSkirt > 2 or PCloPants > 4 or ($clothingworntype = 'salacious_dress' or $clothingworntype = 'salacious_outfits')):
|
|
minut += 5
|
|
minut += 5
|
|
'He nods and says something into his walkie-talkie. A couple of minutes later you meet Erik in the foyer.'
|
|
'He nods and says something into his walkie-talkie. A couple of minutes later you meet Erik in the foyer.'
|
|
- act 'Talk to him':gt 'club', 'work'
|
|
|
|
|
|
+ act 'Talk to him':gt 'city_nightclub', 'work'
|
|
elseif PCloStyle = 4:
|
|
elseif PCloStyle = 4:
|
|
'He shakes his head, if you''re looking for paying clients, try the road by the park this is not a brothel.'
|
|
'He shakes his head, if you''re looking for paying clients, try the road by the park this is not a brothel.'
|
|
- act 'Continue':gt 'club', 'start'
|
|
|
|
|
|
+ act 'Continue':gt 'city_nightclub', 'start'
|
|
elseif pcs_sweat >= 30:
|
|
elseif pcs_sweat >= 30:
|
|
'"God, you actually smell!"'
|
|
'"God, you actually smell!"'
|
|
- act 'Continue':gt 'club', 'start'
|
|
|
|
|
|
+ act 'Continue':gt 'city_nightclub', 'start'
|
|
elseif pcs_makeup = 1:
|
|
elseif pcs_makeup = 1:
|
|
'You have to wear some makeup to start your work.'
|
|
'You have to wear some makeup to start your work.'
|
|
- act 'Continue':gt 'club', 'start'
|
|
|
|
|
|
+ act 'Continue':gt 'city_nightclub', 'start'
|
|
elseif pcs_makeup = 0:
|
|
elseif pcs_makeup = 0:
|
|
'"Fix your makeup first, girl. You look horrible."'
|
|
'"Fix your makeup first, girl. You look horrible."'
|
|
- act 'Continue':gt 'club', 'start'
|
|
|
|
|
|
+ act 'Continue':gt 'city_nightclub', 'start'
|
|
else
|
|
else
|
|
'He tells you that you are over-dressed, you need to wear something shorter, or much more daring if you want to work.'
|
|
'He tells you that you are over-dressed, you need to wear something shorter, or much more daring if you want to work.'
|
|
- act 'Continue':gt 'club', 'start'
|
|
|
|
|
|
+ act 'Continue':gt 'city_nightclub', 'start'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -58,27 +58,27 @@ if $ARGS[0] = 'start':
|
|
minut += 5
|
|
minut += 5
|
|
money -= 250
|
|
money -= 250
|
|
frost = 0
|
|
frost = 0
|
|
- gt 'club', 'inside'
|
|
|
|
|
|
+ gt 'city_nightclub', 'inside'
|
|
elseif PCloStyle = 4:
|
|
elseif PCloStyle = 4:
|
|
cla
|
|
cla
|
|
'He shakes his head, if you''re looking for paying clients, try the road by the park this is not a brothel.'
|
|
'He shakes his head, if you''re looking for paying clients, try the road by the park this is not a brothel.'
|
|
- act 'Continue':gt 'club', 'start'
|
|
|
|
|
|
+ act 'Continue':gt 'city_nightclub', 'start'
|
|
elseif pcs_sweat >= 50:
|
|
elseif pcs_sweat >= 50:
|
|
cla
|
|
cla
|
|
'The bouncer shakes his head. "God, girl, you actually smell!"'
|
|
'The bouncer shakes his head. "God, girl, you actually smell!"'
|
|
- act 'Continue':gt 'club', 'start'
|
|
|
|
|
|
+ act 'Continue':gt 'city_nightclub', 'start'
|
|
elseif pcs_makeup = 1:
|
|
elseif pcs_makeup = 1:
|
|
cla
|
|
cla
|
|
'The bouncer shakes his head. "At least wear some makeup, girl."'
|
|
'The bouncer shakes his head. "At least wear some makeup, girl."'
|
|
- act 'Continue':gt 'club', 'start'
|
|
|
|
|
|
+ act 'Continue':gt 'city_nightclub', 'start'
|
|
elseif pcs_makeup = 0:
|
|
elseif pcs_makeup = 0:
|
|
cla
|
|
cla
|
|
'The bouncer shakes his head. "Fix your makeup first, girl."'
|
|
'The bouncer shakes his head. "Fix your makeup first, girl."'
|
|
- act 'Continue':gt 'club', 'start'
|
|
|
|
|
|
+ act 'Continue':gt 'city_nightclub', 'start'
|
|
else
|
|
else
|
|
cla
|
|
cla
|
|
'The bouncer shakes his head. "Don''t you have some sexy clothes?"'
|
|
'The bouncer shakes his head. "Don''t you have some sexy clothes?"'
|
|
- act 'Continue':gt 'club', 'start'
|
|
|
|
|
|
+ act 'Continue':gt 'city_nightclub', 'start'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -101,7 +101,7 @@ if $ARGS[0] = 'inside':
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club9.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club9.jpg"></center>'
|
|
'The music here is loud and the bass is thumping. You see a laser show on the stage and on the poorly lit dance floor filled with people dancing, like there''s no tomorrow.'
|
|
'The music here is loud and the bass is thumping. You see a laser show on the stage and on the poorly lit dance floor filled with people dancing, like there''s no tomorrow.'
|
|
*nl
|
|
*nl
|
|
- 'There is also a <a href="exec:gt ''club'', ''vip''">vip-room</a>.'
|
|
|
|
|
|
+ 'There is also a <a href="exec:gt ''city_nightclub'', ''vip''">vip-room</a>.'
|
|
|
|
|
|
if hour >= 18 and hotcat >= 6 and clubwork = 0 and clubno = 0 and rand (0,10) = 0:
|
|
if hour >= 18 and hotcat >= 6 and clubwork = 0 and clubno = 0 and rand (0,10) = 0:
|
|
*clr & cla
|
|
*clr & cla
|
|
@@ -115,14 +115,14 @@ if $ARGS[0] = 'inside':
|
|
'"The club opens at 6pm you can work for an hour at a time up to 1am. The jobs vary according to time and demand, it includes finding customers to bring to the club, promoting drinks and some dancing."'
|
|
'"The club opens at 6pm you can work for an hour at a time up to 1am. The jobs vary according to time and demand, it includes finding customers to bring to the club, promoting drinks and some dancing."'
|
|
'"The pay depends on results, get more people in, get people buying up the promotional drinks or if you dance well and you get 200 <b>₽</b>. Do worse, you get less, do very well, you get a bonus. When you finish you can stay in the club, so you get free entry as well."'
|
|
'"The pay depends on results, get more people in, get people buying up the promotional drinks or if you dance well and you get 200 <b>₽</b>. Do worse, you get less, do very well, you get a bonus. When you finish you can stay in the club, so you get free entry as well."'
|
|
'"So, are you interested?"'
|
|
'"So, are you interested?"'
|
|
- act 'No':clubno = 1 & gt 'club', 'inside'
|
|
|
|
|
|
+ act 'No':clubno = 1 & gt 'city_nightclub', 'inside'
|
|
act 'Yes':
|
|
act 'Yes':
|
|
*clr & cla
|
|
*clr & cla
|
|
clubwork = 1
|
|
clubwork = 1
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club11.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club11.jpg"></center>'
|
|
'You tell Erik you are interested and he takes your details.'
|
|
'You tell Erik you are interested and he takes your details.'
|
|
'"Great <<$pcs_nickname>>, you can find me here, and I''ll place your details on the door so you can get in, but you still have to do your makeup and dress for clubbing."'
|
|
'"Great <<$pcs_nickname>>, you can find me here, and I''ll place your details on the door so you can get in, but you still have to do your makeup and dress for clubbing."'
|
|
- act 'Return':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Return':gt 'city_nightclub', 'inside'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
@@ -145,7 +145,7 @@ if $ARGS[0] = 'inside':
|
|
'You search the club for a few minutes, before finding the promoter.'
|
|
'You search the club for a few minutes, before finding the promoter.'
|
|
if hotcat >= 6:
|
|
if hotcat >= 6:
|
|
'He asks you if you''ve changed your mind and want to do some work for him.'
|
|
'He asks you if you''ve changed your mind and want to do some work for him.'
|
|
- act 'No':clubno = 1 & gt 'club', 'inside'
|
|
|
|
|
|
+ act 'No':clubno = 1 & gt 'city_nightclub', 'inside'
|
|
act 'Yes':
|
|
act 'Yes':
|
|
cla
|
|
cla
|
|
*clr
|
|
*clr
|
|
@@ -154,7 +154,7 @@ if $ARGS[0] = 'inside':
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club11.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club11.jpg"></center>'
|
|
'You tell Erik you are interested and he takes your details.'
|
|
'You tell Erik you are interested and he takes your details.'
|
|
'"Great <<$pcs_nickname>>, you can find me here, and I''ll place your details on the door so you can get in, but you still have to do your makeup and dress for clubbing."'
|
|
'"Great <<$pcs_nickname>>, you can find me here, and I''ll place your details on the door so you can get in, but you still have to do your makeup and dress for clubbing."'
|
|
- act 'Return':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Return':gt 'city_nightclub', 'inside'
|
|
end
|
|
end
|
|
else
|
|
else
|
|
'You ask him about work, but he says you''re not pretty enough and walks off. You are shocked enough that you just stand there and watch him walk away.'
|
|
'You ask him about work, but he says you''re not pretty enough and walks off. You are shocked enough that you just stand there and watch him walk away.'
|
|
@@ -165,9 +165,9 @@ if $ARGS[0] = 'inside':
|
|
end
|
|
end
|
|
|
|
|
|
if hour <= 3 or hour >= 18:
|
|
if hour <= 3 or hour >= 18:
|
|
- act 'Use the toilet':gt 'club', 'toi'
|
|
|
|
- act 'Go to the dance floor':gt 'club', 'dance'
|
|
|
|
- act 'Go to the bar':gt 'club', 'bar'
|
|
|
|
|
|
+ act 'Use the toilet':gt 'city_nightclub', 'toi'
|
|
|
|
+ act 'Go to the dance floor':gt 'city_nightclub', 'dance'
|
|
|
|
+ act 'Go to the bar':gt 'city_nightclub', 'bar'
|
|
end
|
|
end
|
|
|
|
|
|
if (hour < 1 or hour >= 18) and clubwork = 1:
|
|
if (hour < 1 or hour >= 18) and clubwork = 1:
|
|
@@ -176,7 +176,7 @@ if $ARGS[0] = 'inside':
|
|
minut += 5
|
|
minut += 5
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club11.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club11.jpg"></center>'
|
|
'You search around and it only takes a few minutes to find Erik in his suit.'
|
|
'You search around and it only takes a few minutes to find Erik in his suit.'
|
|
- act 'Talk to him':gt 'club', 'work'
|
|
|
|
|
|
+ act 'Talk to him':gt 'city_nightclub', 'work'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -196,7 +196,7 @@ if $ARGS[0] = 'toi':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'Finally there''s a free booth for you.'
|
|
'Finally there''s a free booth for you.'
|
|
|
|
|
|
- act 'WC':gt 'club', 'tou'
|
|
|
|
|
|
+ act 'WC':gt 'city_nightclub', 'tou'
|
|
end
|
|
end
|
|
|
|
|
|
act 'Sneak into the mens toilet':
|
|
act 'Sneak into the mens toilet':
|
|
@@ -208,7 +208,7 @@ if $ARGS[0] = 'toi':
|
|
act 'Find a free cubicle':
|
|
act 'Find a free cubicle':
|
|
|
|
|
|
if TQuest = 0 and pcs_horny < 50:
|
|
if TQuest = 0 and pcs_horny < 50:
|
|
- gt 'club', 'tou'
|
|
|
|
|
|
+ gt 'city_nightclub', 'tou'
|
|
elseif TQuest = 0 and pcs_horny >= 50:
|
|
elseif TQuest = 0 and pcs_horny >= 50:
|
|
gt 'Club2', 'toilet'
|
|
gt 'Club2', 'toilet'
|
|
elseif TQuest = 1:
|
|
elseif TQuest = 1:
|
|
@@ -216,14 +216,14 @@ if $ARGS[0] = 'toi':
|
|
elseif TQuest = 2:
|
|
elseif TQuest = 2:
|
|
gt 'Club2', 'toilet2'
|
|
gt 'Club2', 'toilet2'
|
|
elseif TQuest >= 3 and rand(1, 100) < 60:
|
|
elseif TQuest >= 3 and rand(1, 100) < 60:
|
|
- gt 'club', 'tou'
|
|
|
|
|
|
+ gt 'city_nightclub', 'tou'
|
|
elseif TQuest >= 3:
|
|
elseif TQuest >= 3:
|
|
gt 'Club2', 'toilet1'
|
|
gt 'Club2', 'toilet1'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
- act 'Go back to the dancefloor':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Go back to the dancefloor':gt 'city_nightclub', 'inside'
|
|
end
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'tou':
|
|
if $ARGS[0] = 'tou':
|
|
@@ -244,7 +244,7 @@ if $ARGS[0] = 'tou':
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club3.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club3.jpg"></center>'
|
|
*nl
|
|
*nl
|
|
|
|
|
|
- act 'Leave the toilet':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Leave the toilet':gt 'city_nightclub', 'inside'
|
|
|
|
|
|
act 'Look in the mirror': gt 'mirror', 'start'
|
|
act 'Look in the mirror': gt 'mirror', 'start'
|
|
if pcs_hairbsh = 0: act 'Brush your hair': gt 'mirror', 'brush'
|
|
if pcs_hairbsh = 0: act 'Brush your hair': gt 'mirror', 'brush'
|
|
@@ -265,7 +265,7 @@ if $ARGS[0] = 'dance':
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club9.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club9.jpg"></center>'
|
|
'The club is filled to the brink with people. Most of whom are on the dance floor having a great time.'
|
|
'The club is filled to the brink with people. Most of whom are on the dance floor having a great time.'
|
|
|
|
|
|
- act 'Leave the dance floor':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Leave the dance floor':gt 'city_nightclub', 'inside'
|
|
|
|
|
|
if hour <= 3 or hour >= 18:
|
|
if hour <= 3 or hour >= 18:
|
|
act 'Dance (0:15)':
|
|
act 'Dance (0:15)':
|
|
@@ -293,7 +293,7 @@ if $ARGS[0] = 'dance':
|
|
|
|
|
|
'While you''re dancing you feel that someone is groping your ass, you turn around and see <<$boybod>>, <<$boyface>> haired guy of <<$boybody>> height. He''s <<$boyClo>>'
|
|
'While you''re dancing you feel that someone is groping your ass, you turn around and see <<$boybod>>, <<$boyface>> haired guy of <<$boybody>> height. He''s <<$boyClo>>'
|
|
|
|
|
|
- act 'Stop dancing':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Stop dancing':gt 'city_nightclub', 'inside'
|
|
|
|
|
|
act 'Dance with him':
|
|
act 'Dance with him':
|
|
*clr & cla
|
|
*clr & cla
|
|
@@ -304,7 +304,7 @@ if $ARGS[0] = 'dance':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
if pcs_horny < 90:
|
|
if pcs_horny < 90:
|
|
- act 'Go to the dance floor':gt 'club', 'dance'
|
|
|
|
|
|
+ act 'Go to the dance floor':gt 'city_nightclub', 'dance'
|
|
end
|
|
end
|
|
|
|
|
|
act 'Kiss':
|
|
act 'Kiss':
|
|
@@ -316,7 +316,7 @@ if $ARGS[0] = 'dance':
|
|
gs 'arousal', 'kiss', 15, 'sub'
|
|
gs 'arousal', 'kiss', 15, 'sub'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- if pcs_horny < 70: act 'Go to the dance floor':gt 'club', 'dance'
|
|
|
|
|
|
+ if pcs_horny < 70: act 'Go to the dance floor':gt 'city_nightclub', 'dance'
|
|
act 'Go to Vip-room with the guy':picrand = 38 & $sexloc = 'vipclub' & xgt 'sex', 'var'
|
|
act 'Go to Vip-room with the guy':picrand = 38 & $sexloc = 'vipclub' & xgt 'sex', 'var'
|
|
|
|
|
|
act 'Suggest going to his place':
|
|
act 'Suggest going to his place':
|
|
@@ -335,8 +335,8 @@ if $ARGS[0] = 'dance':
|
|
gs 'arousal', 'kiss', 15, 'sub'
|
|
gs 'arousal', 'kiss', 15, 'sub'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- if pcs_horny < 70: act 'Go to the dance floor':gt 'club', 'dance'
|
|
|
|
- act 'Go to the toilet with a guy':gt 'club', 'sex'
|
|
|
|
|
|
+ if pcs_horny < 70: act 'Go to the dance floor':gt 'city_nightclub', 'dance'
|
|
|
|
+ act 'Go to the toilet with a guy':gt 'city_nightclub', 'sex'
|
|
act 'Suggest going to his place':
|
|
act 'Suggest going to his place':
|
|
cla
|
|
cla
|
|
'You lean in and whisper: "How about we have fun at your place?". His eyes light up. Before you even notice, he grabs your hand and walk you toward the exit.'
|
|
'You lean in and whisper: "How about we have fun at your place?". His eyes light up. Before you even notice, he grabs your hand and walk you toward the exit.'
|
|
@@ -355,10 +355,10 @@ if $ARGS[0] = 'dance':
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/dancelezb.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/dancelezb.jpg"></center>'
|
|
'While you''re dancing you a hand groping your ass. You turn around to see who touched your butt, but you''re surprised to see a woman smiling at you, she is seductively biting her lip.'
|
|
'While you''re dancing you a hand groping your ass. You turn around to see who touched your butt, but you''re surprised to see a woman smiling at you, she is seductively biting her lip.'
|
|
|
|
|
|
- act 'Stop dancing':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Stop dancing':gt 'city_nightclub', 'inside'
|
|
|
|
|
|
if rand(0, 1) = 0:
|
|
if rand(0, 1) = 0:
|
|
- act '"Let''s go to the toilet, to have fun."':gt 'club', 'lezbsort'
|
|
|
|
|
|
+ act '"Let''s go to the toilet, to have fun."':gt 'city_nightclub', 'lezbsort'
|
|
else
|
|
else
|
|
act '"Let''s go to VIP-Room, to have fun."': picrand = rand(13, 17) & $sexloc = 'vipclub' & xgt 'lezbsex', 'var'
|
|
act '"Let''s go to VIP-Room, to have fun."': picrand = rand(13, 17) & $sexloc = 'vipclub' & xgt 'lezbsex', 'var'
|
|
end
|
|
end
|
|
@@ -366,7 +366,7 @@ if $ARGS[0] = 'dance':
|
|
end
|
|
end
|
|
|
|
|
|
killvar 'clrand'
|
|
killvar 'clrand'
|
|
- act 'Go away':gt 'club', 'dance'
|
|
|
|
|
|
+ act 'Go away':gt 'city_nightclub', 'dance'
|
|
end
|
|
end
|
|
|
|
|
|
act 'Go up to the DJ (0:30)':
|
|
act 'Go up to the DJ (0:30)':
|
|
@@ -393,13 +393,13 @@ if $ARGS[0] = 'dance':
|
|
'Into the booth came a man, who seems to be somewhere in forties. He has a large belly, has a bald head and is wearing glasses. Alexei greeted him and introduced you to him, his name is Alexander E. and he''s the owner of the club.'
|
|
'Into the booth came a man, who seems to be somewhere in forties. He has a large belly, has a bald head and is wearing glasses. Alexei greeted him and introduced you to him, his name is Alexander E. and he''s the owner of the club.'
|
|
'Alexander had a small talk with Alexei, then he left again.'
|
|
'Alexander had a small talk with Alexei, then he left again.'
|
|
|
|
|
|
- act 'Leave the booth':gt 'club', 'dance'
|
|
|
|
|
|
+ act 'Leave the booth':gt 'city_nightclub', 'dance'
|
|
|
|
|
|
exit
|
|
exit
|
|
end
|
|
end
|
|
|
|
|
|
if alexeyClubSex ! 3 or sashaClubQW > 0:
|
|
if alexeyClubSex ! 3 or sashaClubQW > 0:
|
|
- act 'Leave the booth':gt 'club', 'dance'
|
|
|
|
|
|
+ act 'Leave the booth':gt 'city_nightclub', 'dance'
|
|
|
|
|
|
act 'Get on your knees and give him a BJ':
|
|
act 'Get on your knees and give him a BJ':
|
|
*clr & cla
|
|
*clr & cla
|
|
@@ -429,19 +429,19 @@ if $ARGS[0] = 'dance':
|
|
gs 'arousal', 'end'
|
|
gs 'arousal', 'end'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Leave the booth':gt 'club', 'dance'
|
|
|
|
|
|
+ act 'Leave the booth':gt 'city_nightclub', 'dance'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
- act 'Leave the booth':gt 'club', 'dance'
|
|
|
|
|
|
+ act 'Leave the booth':gt 'city_nightclub', 'dance'
|
|
end
|
|
end
|
|
else
|
|
else
|
|
menu_off = 1
|
|
menu_off = 1
|
|
'It''s getting late and the music stops, looks like it might be time to go home.'
|
|
'It''s getting late and the music stops, looks like it might be time to go home.'
|
|
- act 'Leave the dance floor': gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Leave the dance floor': gt 'city_nightclub', 'inside'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
@@ -458,12 +458,12 @@ if $ARGS[0] = 'bar':
|
|
|
|
|
|
if pcs_apprnc > 56:
|
|
if pcs_apprnc > 56:
|
|
barsexrand = rand(0, 10)
|
|
barsexrand = rand(0, 10)
|
|
- if barsexrand = 1: killvar 'barsexrand' & gt 'club', 'bar0'
|
|
|
|
- if barsexrand = 2: killvar 'barsexrand' & gt 'club', 'bar1'
|
|
|
|
|
|
+ if barsexrand = 1: killvar 'barsexrand' & gt 'city_nightclub', 'bar0'
|
|
|
|
+ if barsexrand = 2: killvar 'barsexrand' & gt 'city_nightclub', 'bar1'
|
|
killvar 'barsexrand'
|
|
killvar 'barsexrand'
|
|
end
|
|
end
|
|
|
|
|
|
- act 'Go back':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Go back':gt 'city_nightclub', 'inside'
|
|
|
|
|
|
if alko >= 7:
|
|
if alko >= 7:
|
|
*clr & cla
|
|
*clr & cla
|
|
@@ -760,7 +760,7 @@ if $ARGS[0] = 'bar':
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club6.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club6.jpg"></center>'
|
|
'You found a free bar stool and sat down on it. You ordered the barkeeper to mix you a cocktail and a few moments later, you sipping on a sweet one.'
|
|
'You found a free bar stool and sat down on it. You ordered the barkeeper to mix you a cocktail and a few moments later, you sipping on a sweet one.'
|
|
|
|
|
|
- act 'Stand up':gt 'club', 'bar'
|
|
|
|
|
|
+ act 'Stand up':gt 'city_nightclub', 'bar'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -807,7 +807,7 @@ if $ARGS[0] = 'sex':
|
|
gs 'cum_manage'
|
|
gs 'cum_manage'
|
|
'You take his cock and point it away from you. He groans as he cums and most of his cum gets splattered onto the floor, with a few drips covering your hand.'
|
|
'You take his cock and point it away from you. He groans as he cums and most of his cum gets splattered onto the floor, with a few drips covering your hand.'
|
|
|
|
|
|
- act 'Stand up':gt 'club', 'tou'
|
|
|
|
|
|
+ act 'Stand up':gt 'city_nightclub', 'tou'
|
|
end
|
|
end
|
|
|
|
|
|
act 'Let him cum on your face':
|
|
act 'Let him cum on your face':
|
|
@@ -818,7 +818,7 @@ if $ARGS[0] = 'sex':
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/sex/clubfacial1.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/sex/clubfacial1.jpg"></center>'
|
|
'You grabbed his cock and point his "gun" at your face. He groans as he cums and you can feel hot streams of semen covering your face.'
|
|
'You grabbed his cock and point his "gun" at your face. He groans as he cums and you can feel hot streams of semen covering your face.'
|
|
|
|
|
|
- act 'Stand up':gt 'club', 'tou'
|
|
|
|
|
|
+ act 'Stand up':gt 'city_nightclub', 'tou'
|
|
end
|
|
end
|
|
|
|
|
|
exit
|
|
exit
|
|
@@ -831,7 +831,7 @@ if $ARGS[0] = 'sex':
|
|
'The bloke grabs your hair and cums on your face. You quickly close your eyes, but it''s too late, a few drips of semen make it into your eyes. It hurts a bit.'
|
|
'The bloke grabs your hair and cums on your face. You quickly close your eyes, but it''s too late, a few drips of semen make it into your eyes. It hurts a bit.'
|
|
end
|
|
end
|
|
|
|
|
|
- act 'Stand up':gt 'club', 'tou'
|
|
|
|
|
|
+ act 'Stand up':gt 'city_nightclub', 'tou'
|
|
end
|
|
end
|
|
|
|
|
|
act 'Swallow his cum':
|
|
act 'Swallow his cum':
|
|
@@ -846,7 +846,7 @@ if $ARGS[0] = 'sex':
|
|
gs 'arousal', 'end'
|
|
gs 'arousal', 'end'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Stand up':gt 'club', 'tou'
|
|
|
|
|
|
+ act 'Stand up':gt 'city_nightclub', 'tou'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
@@ -877,7 +877,7 @@ if $ARGS[0] = 'sex':
|
|
gs 'arousal', 'end'
|
|
gs 'arousal', 'end'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Leave cubicle':gt 'club', 'tou'
|
|
|
|
|
|
+ act 'Leave cubicle':gt 'city_nightclub', 'tou'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
@@ -890,7 +890,7 @@ if $ARGS[0] = 'bar0':
|
|
'As you sit at the bar, a woman walk up to you and begins to chat with you.'
|
|
'As you sit at the bar, a woman walk up to you and begins to chat with you.'
|
|
'During the conversation you get the feeling that she''s flirting with you and before you even can react, her hands wander over your body, giving you a sensational feeling.'
|
|
'During the conversation you get the feeling that she''s flirting with you and before you even can react, her hands wander over your body, giving you a sensational feeling.'
|
|
|
|
|
|
- act 'Move away from her':gt 'club', 'bar'
|
|
|
|
|
|
+ act 'Move away from her':gt 'city_nightclub', 'bar'
|
|
|
|
|
|
act 'Kiss her':
|
|
act 'Kiss her':
|
|
cla
|
|
cla
|
|
@@ -901,7 +901,7 @@ if $ARGS[0] = 'bar0':
|
|
gs 'arousal', 'kiss', 5, 'lesbian'
|
|
gs 'arousal', 'kiss', 5, 'lesbian'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Tell her to meet at the toilet':gt 'club', 'lezbsort'
|
|
|
|
|
|
+ act 'Tell her to meet at the toilet':gt 'city_nightclub', 'lezbsort'
|
|
|
|
|
|
act 'Strip her':
|
|
act 'Strip her':
|
|
cla
|
|
cla
|
|
@@ -943,7 +943,7 @@ if $ARGS[0] = 'bar0':
|
|
gs 'arousal', 'end'
|
|
gs 'arousal', 'end'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Leave':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Leave':gt 'city_nightclub', 'inside'
|
|
elseif dildo > 0:
|
|
elseif dildo > 0:
|
|
act 'Get dildo':
|
|
act 'Get dildo':
|
|
cla
|
|
cla
|
|
@@ -971,7 +971,7 @@ if $ARGS[0] = 'bar0':
|
|
gs 'arousal', 'end'
|
|
gs 'arousal', 'end'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Leave':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Leave':gt 'city_nightclub', 'inside'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -991,9 +991,9 @@ if $ARGS[0] = 'bar1':
|
|
|
|
|
|
act 'Turn him down':
|
|
act 'Turn him down':
|
|
if alko < 4:
|
|
if alko < 4:
|
|
- gt 'club', 'bar'
|
|
|
|
|
|
+ gt 'city_nightclub', 'bar'
|
|
else
|
|
else
|
|
- gt 'club', 'rape'
|
|
|
|
|
|
+ gt 'city_nightclub', 'rape'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
@@ -1008,15 +1008,15 @@ if $ARGS[0] = 'bar1':
|
|
'He kneels down and begins to move his tongue between your folds. You immediately begin to moan softly. You close your eyes and admit to yourself, that he''s not half bad at it.'
|
|
'He kneels down and begins to move his tongue between your folds. You immediately begin to moan softly. You close your eyes and admit to yourself, that he''s not half bad at it.'
|
|
gs 'arousal', 'cuni', 10, 'dom'
|
|
gs 'arousal', 'cuni', 10, 'dom'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
- act 'Turn him down':gt 'club', 'bar'
|
|
|
|
- act 'Suck his cock':gt 'club', 'bar2'
|
|
|
|
- act 'Let him fuck you':gt 'club', 'bar3'
|
|
|
|
|
|
+ act 'Turn him down':gt 'city_nightclub', 'bar'
|
|
|
|
+ act 'Suck his cock':gt 'city_nightclub', 'bar2'
|
|
|
|
+ act 'Let him fuck you':gt 'city_nightclub', 'bar3'
|
|
end
|
|
end
|
|
else
|
|
else
|
|
act 'Tell him to lick you (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
act 'Tell him to lick you (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
end
|
|
end
|
|
- act 'Blow job':gt 'club', 'bar2'
|
|
|
|
- act 'Let him fuck you':gt 'club', 'bar3'
|
|
|
|
|
|
+ act 'Blow job':gt 'city_nightclub', 'bar2'
|
|
|
|
+ act 'Let him fuck you':gt 'city_nightclub', 'bar3'
|
|
end
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'bar2':
|
|
if $ARGS[0] = 'bar2':
|
|
@@ -1032,7 +1032,7 @@ if $ARGS[0] = 'bar2':
|
|
gs 'arousal', 'bj', 10, 'sub'
|
|
gs 'arousal', 'bj', 10, 'sub'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Let him fuck you':gt 'club', 'bar3'
|
|
|
|
|
|
+ act 'Let him fuck you':gt 'city_nightclub', 'bar3'
|
|
|
|
|
|
act 'Continue to suck':
|
|
act 'Continue to suck':
|
|
cla
|
|
cla
|
|
@@ -1048,7 +1048,7 @@ if $ARGS[0] = 'bar2':
|
|
gs 'arousal', 'end'
|
|
gs 'arousal', 'end'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Move away':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Move away':gt 'city_nightclub', 'inside'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
@@ -1089,7 +1089,7 @@ if $ARGS[0] = 'bar3':
|
|
gs 'arousal', 'end'
|
|
gs 'arousal', 'end'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Leave':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Leave':gt 'city_nightclub', 'inside'
|
|
end
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'rape':
|
|
if $ARGS[0] = 'rape':
|
|
@@ -1122,7 +1122,7 @@ if $ARGS[0] = 'rape':
|
|
gs 'arousal', 'end'
|
|
gs 'arousal', 'end'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Leave':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Leave':gt 'city_nightclub', 'inside'
|
|
else
|
|
else
|
|
cla
|
|
cla
|
|
*clr
|
|
*clr
|
|
@@ -1139,7 +1139,7 @@ if $ARGS[0] = 'rape':
|
|
gs 'arousal', 'end'
|
|
gs 'arousal', 'end'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Leave':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Leave':gt 'city_nightclub', 'inside'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
else
|
|
else
|
|
@@ -1152,7 +1152,7 @@ if $ARGS[0] = 'rape':
|
|
gs 'arousal', 'end'
|
|
gs 'arousal', 'end'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Leave':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Leave':gt 'city_nightclub', 'inside'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
@@ -1165,9 +1165,9 @@ if $ARGS[0] = 'lezbsort':
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/sex/lezbsort.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/sex/lezbsort.jpg"></center>'
|
|
'She follows you into the womens bathroom and you lure her into one of the empty booths.'
|
|
'She follows you into the womens bathroom and you lure her into one of the empty booths.'
|
|
|
|
|
|
- act 'Lick her':gt 'club', 'lezbsort1'
|
|
|
|
- act 'Tell her to lick you':gt 'club', 'lezbsort2'
|
|
|
|
- act 'Leave her':gt 'club', 'tou'
|
|
|
|
|
|
+ act 'Lick her':gt 'city_nightclub', 'lezbsort1'
|
|
|
|
+ act 'Tell her to lick you':gt 'city_nightclub', 'lezbsort2'
|
|
|
|
+ act 'Leave her':gt 'city_nightclub', 'tou'
|
|
end
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'lezbsort1':
|
|
if $ARGS[0] = 'lezbsort1':
|
|
@@ -1182,12 +1182,12 @@ if $ARGS[0] = 'lezbsort1':
|
|
gs 'arousal', 'cuni_give', 10, 'sub', 'lesbian'
|
|
gs 'arousal', 'cuni_give', 10, 'sub', 'lesbian'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- if hour >= 15 or hour <= 3:act 'Now it''s your turn':gt 'club', 'lezbsort2'
|
|
|
|
|
|
+ if hour >= 15 or hour <= 3:act 'Now it''s your turn':gt 'city_nightclub', 'lezbsort2'
|
|
|
|
|
|
gs 'arousal', 'end'
|
|
gs 'arousal', 'end'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Leave her':gt 'club', 'tou'
|
|
|
|
|
|
+ act 'Leave her':gt 'city_nightclub', 'tou'
|
|
end
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'lezbsort2':
|
|
if $ARGS[0] = 'lezbsort2':
|
|
@@ -1203,12 +1203,12 @@ if $ARGS[0] = 'lezbsort2':
|
|
gs 'arousal', 'cuni', 10, 'sub', 'lesbian'
|
|
gs 'arousal', 'cuni', 10, 'sub', 'lesbian'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- if hour >= 15 or hour <= 3:act 'Lick her':gt 'club', 'lezbsort1'
|
|
|
|
|
|
+ if hour >= 15 or hour <= 3:act 'Lick her':gt 'city_nightclub', 'lezbsort1'
|
|
|
|
|
|
gs 'arousal', 'end'
|
|
gs 'arousal', 'end'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Leave her':gt 'club', 'tou'
|
|
|
|
|
|
+ act 'Leave her':gt 'city_nightclub', 'tou'
|
|
end
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'vip':
|
|
if $ARGS[0] = 'vip':
|
|
@@ -1233,7 +1233,7 @@ if $ARGS[0] = 'vip':
|
|
|
|
|
|
if vipday = daystart:act 'Return to the VIP area':gt 'vipclub', 'start'
|
|
if vipday = daystart:act 'Return to the VIP area':gt 'vipclub', 'start'
|
|
|
|
|
|
- act 'Leave him be and go away':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Leave him be and go away':gt 'city_nightclub', 'inside'
|
|
end
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'work':
|
|
if $ARGS[0] = 'work':
|
|
@@ -1271,10 +1271,10 @@ if $ARGS[0] = 'work':
|
|
'You hardy found anyone, Erik doesn''t seem happy, but he pays you 100 <b>₽</b> for your efforts.'
|
|
'You hardy found anyone, Erik doesn''t seem happy, but he pays you 100 <b>₽</b> for your efforts.'
|
|
end
|
|
end
|
|
if hour < 1 or hour >= 18:
|
|
if hour < 1 or hour >= 18:
|
|
- act 'Get another job from Erik':gt 'club', 'work'
|
|
|
|
|
|
+ act 'Get another job from Erik':gt 'city_nightclub', 'work'
|
|
end
|
|
end
|
|
|
|
|
|
- act 'Go to dancefloor':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Go to dancefloor':gt 'city_nightclub', 'inside'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
elseif clubr = 1:
|
|
elseif clubr = 1:
|
|
@@ -1292,9 +1292,9 @@ if $ARGS[0] = 'work':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club11.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club11.jpg"></center>'
|
|
'You hand Erik the empty bottles, he gives you 200 <b>₽</b>.'
|
|
'You hand Erik the empty bottles, he gives you 200 <b>₽</b>.'
|
|
- if hour < 1 or hour >= 18: act 'Get another job from Erik':gt 'club', 'work'
|
|
|
|
|
|
+ if hour < 1 or hour >= 18: act 'Get another job from Erik':gt 'city_nightclub', 'work'
|
|
|
|
|
|
- act 'Go to dancefloor':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Go to dancefloor':gt 'city_nightclub', 'inside'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
elseif clubr = 2:
|
|
elseif clubr = 2:
|
|
@@ -1315,13 +1315,13 @@ if $ARGS[0] = 'work':
|
|
'Erik thanks you for helping when he was short and pays you 200 <b>₽</b>, but doesn''t even mention your dancing.'
|
|
'Erik thanks you for helping when he was short and pays you 200 <b>₽</b>, but doesn''t even mention your dancing.'
|
|
end
|
|
end
|
|
gs 'stat'
|
|
gs 'stat'
|
|
- if hour < 1 or hour >= 18: act 'Get another job from Erik':gt 'club', 'work'
|
|
|
|
|
|
+ if hour < 1 or hour >= 18: act 'Get another job from Erik':gt 'city_nightclub', 'work'
|
|
|
|
|
|
- act 'Go to dancefloor':gt 'club', 'inside'
|
|
|
|
|
|
+ act 'Go to dancefloor':gt 'city_nightclub', 'inside'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
killvar 'clubr'
|
|
killvar 'clubr'
|
|
end
|
|
end
|
|
|
|
|
|
---- club ---------------------------------
|
|
|
|
|
|
+--- city_nightclub ---------------------------------
|
|
|
|
|