|
@@ -226,7 +226,7 @@ elseif $ARGS[0] = 'sleepEvents':
|
|
|
elseif ARGS[1] = 100:
|
|
|
nichRand = -1
|
|
|
|
|
|
- if nichGalaContractTarasCount >= 10: nichRand = rand(0,10)
|
|
|
+ if nichGalaContractTarasCount > 10: nichRand = rand(0,10)
|
|
|
|
|
|
if nichTarSaunaPay >= 20000:
|
|
|
'<center><img <<$set_imgh>> src="images/characters/city/gala/slave/taras/chat.jpg"></center>'
|
|
@@ -286,6 +286,7 @@ elseif $ARGS[0] = 'sleepEvents':
|
|
|
'He pushes a vibrator into your vagina and sets it to the max setting.'
|
|
|
gs 'arousal','vaginal',30,'bound'
|
|
|
gs 'arousal','end'
|
|
|
+ gs 'stat'
|
|
|
'After about half an hour Taras returns and removes the vibrator.'
|
|
|
'"I know you prefer the real deal. Don''t worry, it won''t take long before you can experience it again."'
|
|
|
'He unties you and leaves your room.'
|
|
@@ -304,7 +305,8 @@ elseif $ARGS[0] = 'sleepEvents':
|
|
|
'He unties one of your hands so you are able to remove the other ropes. Then he leaves your room without saying another word.'
|
|
|
gs 'arousal','bj',5,'bound','rough','rape'
|
|
|
gs 'arousal','end'
|
|
|
- gs 'cum_call', 'mouth', 'Taras', 1
|
|
|
+ gs 'cum_call', 'mouth', 'A513', 1
|
|
|
+ gs 'stat'
|
|
|
swallow += 1
|
|
|
nichGalaContractTarasCount += 1
|
|
|
act 'Back to sleep': gt 'bed2','dream'
|
|
@@ -322,7 +324,8 @@ elseif $ARGS[0] = 'sleepEvents':
|
|
|
'You wake up back in your bed. Apparently Taras has carried you down here after he was done with you.'
|
|
|
gs 'arousal','anal',5,'bound','rough','rape'
|
|
|
gs 'arousal','end'
|
|
|
- gs 'cum_call', 'anus', 'Taras', 1
|
|
|
+ gs 'cum_call', 'anus', 'A513', 1
|
|
|
+ gs 'stat'
|
|
|
nichGalaContractTarasCount += 1
|
|
|
act 'Back to sleep': gt 'bed2','dream'
|
|
|
elseif nichGalaContractTarasCount = 3 or nichRand = 3:
|
|
@@ -335,6 +338,7 @@ elseif $ARGS[0] = 'sleepEvents':
|
|
|
'Suddenly the vibration is off again only to kick back on about 5 minutes later. Apparently the vibrator is set to a random program.'
|
|
|
gs 'arousal','vaginal_vibe',30,'bound'
|
|
|
gs 'arousal','end'
|
|
|
+ gs 'stat'
|
|
|
'You are just to exhausted to stay awake for much longer. During another pause of the vibrator you fall asleep. You have some erotic dreams about being fucked by various guys and girls with the ongoing vibrations of the vibrator being a part of it.'
|
|
|
'You don''t know how long Taras left the vibrator inside of you, but when you wake up next you are untied and the vibrator is gone.'
|
|
|
nichGalaContractTarasCount += 1
|