|
@@ -1,18 +1,22 @@
|
|
|
# bdsm_bedeast
|
|
|
|
|
|
-if $ARGS[0] = 'guestB':
|
|
|
+if $ARGS[0] = 'start':
|
|
|
$location_type = 'private'
|
|
|
$locclass = 'bedr'
|
|
|
$loc = 'bdsm_bedeast'
|
|
|
- $loc_arg = 'guestB'
|
|
|
+ $loc_arg = 'start'
|
|
|
$menu_loc = 'bdsm_bedeast'
|
|
|
- $menu_arg = 'guestB'
|
|
|
+ $menu_arg = 'start'
|
|
|
menu_off = 0
|
|
|
*clr & cla
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/bedb.jpg"></center>'
|
|
|
- 'Guest bedroom B'
|
|
|
- act 'Go to the east wing landing': gt 'bdsm_landing', 'east'
|
|
|
+ 'Guest bedroom 2'
|
|
|
+ act 'Go to the landing': gt 'bdsm_landing'
|
|
|
+ gs 'bdsm_bedeast', 'events'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'events':
|
|
|
if rand (0,100) < 3:
|
|
|
menu_off = 1
|
|
|
*clr & cla
|
|
@@ -23,7 +27,7 @@ if $ARGS[0] = 'guestB':
|
|
|
gs 'arousal', 'voyeur_sex', 5
|
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Return':gt 'bdsm_bedeast', 'guestB'
|
|
|
+ act 'Return':gt 'bdsm_bedeast', 'start'
|
|
|
elseif rand (0,100) < 3:
|
|
|
menu_off = 1
|
|
|
*clr & cla
|
|
@@ -34,7 +38,7 @@ if $ARGS[0] = 'guestB':
|
|
|
gs 'arousal', 'voyeur', 5
|
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Return':gt 'bdsm_bedeast', 'guestB'
|
|
|
+ act 'Return':gt 'bdsm_bedeast', 'start'
|
|
|
elseif rand (0,100) < 3:
|
|
|
menu_off = 1
|
|
|
*clr & cla
|
|
@@ -45,7 +49,7 @@ if $ARGS[0] = 'guestB':
|
|
|
gs 'arousal', 'voyeur_sex', 5
|
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Return':gt 'bdsm_bedeast', 'guestB'
|
|
|
+ act 'Return':gt 'bdsm_bedeast', 'start'
|
|
|
if bdsmclub['role'] = 'sub':
|
|
|
act 'Join them':
|
|
|
*clr & cla
|
|
@@ -61,26 +65,10 @@ if $ARGS[0] = 'guestB':
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Return':gt 'bdsm_bedeast', 'guestB'
|
|
|
+ act 'Return':gt 'bdsm_bedeast', 'start'
|
|
|
end
|
|
|
end
|
|
|
- end
|
|
|
-end
|
|
|
-
|
|
|
-if $ARGS[0] = 'guestC':
|
|
|
- $location_type = 'private'
|
|
|
- $locclass = 'bedr'
|
|
|
- $loc = 'bdsm_bedeast'
|
|
|
- $loc_arg = 'guestC'
|
|
|
- $menu_loc = 'bdsm_bedeast'
|
|
|
- $menu_arg = 'guestC'
|
|
|
- menu_off = 0
|
|
|
- *clr & cla
|
|
|
- gs 'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/bedc.jpg"></center>'
|
|
|
- 'Guest bedroom C'
|
|
|
- act 'Go to the east wing landing':gt 'bdsm_landing', 'east'
|
|
|
- if rand (0,100) < 3:
|
|
|
+ elseif rand (0,100) < 3:
|
|
|
menu_off = 1
|
|
|
*clr & cla
|
|
|
gs 'stat'
|
|
@@ -90,7 +78,7 @@ if $ARGS[0] = 'guestC':
|
|
|
gs 'arousal', 'voyeur_sex', 5
|
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Return':gt 'bdsm_bedeast', 'guestC'
|
|
|
+ act 'Return':gt 'bdsm_bedeast', 'start'
|
|
|
if bdsmclub['role'] = 'sub':
|
|
|
act 'Join them':
|
|
|
*clr & cla
|
|
@@ -105,7 +93,7 @@ if $ARGS[0] = 'guestC':
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Return':gt 'bdsm_bedeast', 'guestC'
|
|
|
+ act 'Return':gt 'bdsm_bedeast', 'start'
|
|
|
end
|
|
|
end
|
|
|
elseif rand (0,100) < 3:
|
|
@@ -119,7 +107,7 @@ if $ARGS[0] = 'guestC':
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Return':gt 'bdsm_bedeast', 'guestC'
|
|
|
+ act 'Return':gt 'bdsm_bedeast', 'start'
|
|
|
elseif rand (0,100) < 3:
|
|
|
menu_off = 1
|
|
|
*clr & cla
|
|
@@ -131,24 +119,8 @@ if $ARGS[0] = 'guestC':
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Return':gt 'bdsm_bedeast', 'guestC'
|
|
|
- end
|
|
|
-end
|
|
|
-
|
|
|
-if $ARGS[0] = 'guestD':
|
|
|
- $location_type = 'private'
|
|
|
- $locclass = 'bedr'
|
|
|
- $loc = 'bdsm_bedeast'
|
|
|
- $loc_arg = 'guestD'
|
|
|
- $menu_loc = 'bdsm_bedeast'
|
|
|
- $menu_arg = 'guestD'
|
|
|
- menu_off = 0
|
|
|
- *clr & cla
|
|
|
- gs 'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/bedd.jpg"></center>'
|
|
|
- 'Guest bedroom D'
|
|
|
- act 'Go to the east wing landing':gt 'bdsm_landing', 'east'
|
|
|
- if rand (0,100) < 3:
|
|
|
+ act 'Return':gt 'bdsm_bedeast', 'start'
|
|
|
+ elseif rand (0,100) < 3:
|
|
|
menu_off = 1
|
|
|
*clr & cla
|
|
|
gs 'stat'
|
|
@@ -158,7 +130,7 @@ if $ARGS[0] = 'guestD':
|
|
|
gs 'arousal', 'voyeur_sex', 5
|
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Return':gt 'bdsm_bedeast', 'guestD'
|
|
|
+ act 'Return':gt 'bdsm_bedeast', 'start'
|
|
|
elseif rand (0,100) < 3:
|
|
|
menu_off = 1
|
|
|
*clr & cla
|
|
@@ -169,7 +141,7 @@ if $ARGS[0] = 'guestD':
|
|
|
gs 'arousal', 'voyeur_sex', 5
|
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Return':gt 'bdsm_bedeast', 'guestD'
|
|
|
+ act 'Return':gt 'bdsm_bedeast', 'start'
|
|
|
if bdsmclub['role'] = 'sub':
|
|
|
act 'Watch':
|
|
|
*clr & cla
|
|
@@ -191,7 +163,7 @@ if $ARGS[0] = 'guestD':
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Return':gt 'bdsm_bedeast', 'guestD'
|
|
|
+ act 'Return':gt 'bdsm_bedeast', 'start'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -206,7 +178,7 @@ if $ARGS[0] = 'guestD':
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Return':gt 'bdsm_bedeast', 'guestD'
|
|
|
+ act 'Return':gt 'bdsm_bedeast', 'start'
|
|
|
elseif rand (0,100) < 3:
|
|
|
menu_off = 1
|
|
|
*clr & cla
|
|
@@ -218,7 +190,7 @@ if $ARGS[0] = 'guestD':
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
|
|
|
- act 'Return':gt 'bdsm_bedeast', 'guestD'
|
|
|
+ act 'Return':gt 'bdsm_bedeast', 'start'
|
|
|
end
|
|
|
end
|
|
|
|