|
@@ -62,7 +62,7 @@ if $ARGS[0] = 'metro_destination':
|
|
$loc_arg = 'start'
|
|
$loc_arg = 'start'
|
|
$menu_loc = 'city_nightclub'
|
|
$menu_loc = 'city_nightclub'
|
|
$menu_arg = 'start'
|
|
$menu_arg = 'start'
|
|
- menu_off = 0
|
|
|
|
|
|
+ menu_off = 1
|
|
$location_type = 'public_outdoors'
|
|
$location_type = 'public_outdoors'
|
|
$sexloc = 'city_nightclub'
|
|
$sexloc = 'city_nightclub'
|
|
katjaQW['disco_arrival'] = totminut
|
|
katjaQW['disco_arrival'] = totminut
|
|
@@ -90,10 +90,34 @@ if $ARGS[0] = 'metro_destination':
|
|
end
|
|
end
|
|
if rand(0,1) = 0:
|
|
if rand(0,1) = 0:
|
|
'"Let''s start with a dance," she says when you''re finally inside the club and drags you to the dance floor.'
|
|
'"Let''s start with a dance," she says when you''re finally inside the club and drags you to the dance floor.'
|
|
- act 'Go to the dance floor': gt 'katja_nightclub', 'dance'
|
|
|
|
|
|
+ act 'Go to the dance floor':
|
|
|
|
+ $loc = 'city_nightclub'
|
|
|
|
+ $loc_arg = 'inside'
|
|
|
|
+ $menu_loc = 'city_nightclub'
|
|
|
|
+ $menu_arg = 'inside'
|
|
|
|
+ menu_off = 1
|
|
|
|
+ $location_type = 'public_indoors'
|
|
|
|
+ killvar '$locclass'
|
|
|
|
+ minut += 5
|
|
|
|
+ frost = 0
|
|
|
|
+ gs 'themes', 'indoors'
|
|
|
|
+ gt 'katja_nightclub', 'dance'
|
|
|
|
+ end
|
|
else
|
|
else
|
|
'"Let''s start with a drink," she says when you''re finally inside the club and drags you to the bar.'
|
|
'"Let''s start with a drink," she says when you''re finally inside the club and drags you to the bar.'
|
|
- act 'Go to the bar': gt 'katja_nightclub', 'bar_arrive'
|
|
|
|
|
|
+ act 'Go to the bar':
|
|
|
|
+ $loc = 'city_nightclub'
|
|
|
|
+ $loc_arg = 'inside'
|
|
|
|
+ $menu_loc = 'city_nightclub'
|
|
|
|
+ $menu_arg = 'inside'
|
|
|
|
+ menu_off = 1
|
|
|
|
+ $location_type = 'public_indoors'
|
|
|
|
+ killvar '$locclass'
|
|
|
|
+ minut += 5
|
|
|
|
+ frost = 0
|
|
|
|
+ gs 'themes', 'indoors'
|
|
|
|
+ gt 'katja_nightclub', 'bar_arrive'
|
|
|
|
+ end
|
|
end
|
|
end
|
|
else
|
|
else
|
|
if katjaQW['on_date'] = 1:
|
|
if katjaQW['on_date'] = 1:
|