|
@@ -745,7 +745,7 @@ if $ARGS[0] = 'section1_pick':
|
|
|
if mas_dec = 1:
|
|
|
'<center><video autoplay loop src="images/locations/shared/brothel/placeholder.mp4"></video></center>'
|
|
|
'The client puts the small shock device on the table in the center of the room. <font color=#'+$mas_font+'>This should give you a healthy glow in no time, slut.</font>'
|
|
|
- act 'Begin the session': gt 'brothel', 'section1_play_tied'
|
|
|
+ act 'Begin the session': gt 'brothel', 'section1_play_electro'
|
|
|
elseif mas_dec = 2:
|
|
|
'<center><video autoplay loop src="images/locations/shared/brothel/placeholder.mp4"></video></center>'
|
|
|
'The client grabs a box full of smaller tools from a shelf and fetches a few wooden sticks. <font color=#'+$mas_font+'>Let''s make your tits beatiful, slut.</font>'
|
|
@@ -753,7 +753,7 @@ if $ARGS[0] = 'section1_pick':
|
|
|
elseif mas_dec = 3:
|
|
|
'<center><video autoplay loop src="images/locations/shared/brothel/placeholder.mp4"></video></center>'
|
|
|
'The client grabs a box full of smaller tools from a shelf, with several ropes hanging out of it. <font color=#'+$mas_font+'>Sluts like you are much more agreeable when properly tied up. Don''t you think, slave?</font>'
|
|
|
- act 'Begin the session': gt 'brothel', 'section1_play_electro'
|
|
|
+ act 'Begin the session': gt 'brothel', 'section1_play_tied'
|
|
|
elseif mas_dec = 4:
|
|
|
'<center><video autoplay loop src="images/locations/shared/brothel/placeholder.mp4"></video></center>'
|
|
|
'<font color=#'+$mas_font+'>Let us start nice and slow, little whore. I''ll have my fun, either way.</font> The clients proclaims, while undressing himself.'
|
|
@@ -775,41 +775,39 @@ if $ARGS[0] = 'section1_play_tied':
|
|
|
gt 'brothel', 'section1_ragefinish'
|
|
|
end
|
|
|
|
|
|
- if $actType = 'boundPlay':
|
|
|
analplay = 0
|
|
|
|
|
|
- if orgasmMeter = 100:
|
|
|
- !!Text here is never diplayed, standard continue breaks the sequence, fix later
|
|
|
- 'He finally builds up the orgasm and is ready to deliver his seed!'
|
|
|
- fin = rand (1, 4)
|
|
|
- if fin = 1:
|
|
|
- $finType = 'missionary:anal'
|
|
|
- elseif fin = 2:
|
|
|
- $finType = 'missionary:vaginal'
|
|
|
- elseif fin = 3:
|
|
|
- $finType = 'face_mouth'
|
|
|
- elseif fin = 4:
|
|
|
- $finType = 'face_face'
|
|
|
- end
|
|
|
- gt 'brothel', 'section1_finish'
|
|
|
+ if orgasmMeter = 100:
|
|
|
+ !!Text here is never diplayed, standard continue breaks the sequence, fix later
|
|
|
+ 'He finally builds up the orgasm and is ready to deliver his seed!'
|
|
|
+ fin = rand (1, 4)
|
|
|
+ if fin = 1:
|
|
|
+ $finType = 'missionary:anal'
|
|
|
+ elseif fin = 2:
|
|
|
+ $finType = 'missionary:vaginal'
|
|
|
+ elseif fin = 3:
|
|
|
+ $finType = 'face_mouth'
|
|
|
+ elseif fin = 4:
|
|
|
+ $finType = 'face_face'
|
|
|
end
|
|
|
+ gt 'brothel', 'section1_finish'
|
|
|
+ end
|
|
|
|
|
|
- if stage = 1:
|
|
|
- stage = 2
|
|
|
- gt 'brothel', 'section1_lieOnBack'
|
|
|
- elseif stage = 2:
|
|
|
- stage = 3
|
|
|
- gt 'brothel', 'section1_tiedOnBack'
|
|
|
- elseif stage = 3:
|
|
|
- actionRand = rand (1, 7)
|
|
|
- if actionRand = 1:gt 'brothel', 'section1_tied_mouth'
|
|
|
- if actionRand = 2:gt 'brothel', 'section1_tied_anal'
|
|
|
- if actionRand = 3:gt 'brothel', 'section1_tied_vaginal'
|
|
|
- if actionRand = 4:gt 'brothel', 'section1_tied_tease'
|
|
|
- if actionRand = 5:gt 'brothel', 'section1_tied_analfisting'
|
|
|
- if actionRand = 6:gt 'brothel', 'section1_tied_vibrate'
|
|
|
- if actionRand = 7:gt 'brothel', 'section1_tied_whip'
|
|
|
- end
|
|
|
+ if stage = 1:
|
|
|
+ stage = 2
|
|
|
+ gt 'brothel', 'section1_lieOnBack'
|
|
|
+ elseif stage = 2:
|
|
|
+ stage = 3
|
|
|
+ gt 'brothel', 'section1_tiedOnBack'
|
|
|
+ elseif stage = 3:
|
|
|
+ actionRand = rand (1, 7)
|
|
|
+ if actionRand = 1:gt 'brothel', 'section1_tied_mouth'
|
|
|
+ if actionRand = 2:gt 'brothel', 'section1_tied_anal'
|
|
|
+ if actionRand = 3:gt 'brothel', 'section1_tied_vaginal'
|
|
|
+ if actionRand = 4:gt 'brothel', 'section1_tied_tease'
|
|
|
+ if actionRand = 5:gt 'brothel', 'section1_tied_analfisting'
|
|
|
+ if actionRand = 6:gt 'brothel', 'section1_tied_vibrate'
|
|
|
+ if actionRand = 7:gt 'brothel', 'section1_tied_whip'
|
|
|
end
|
|
|
end
|
|
|
|