|
@@ -18,6 +18,17 @@ if $ARGS[0] = '':
|
|
|
'You drink the vodka as you were told, and feel a shiver run down your spine. Your throat burns when you swallow it, but soon after a pleasant warmth spreads throughout your body. A few minutes later, you feel absolutely hammered.'
|
|
|
act'Continue':gt 'belpicknick', '1'
|
|
|
end
|
|
|
+ gs 'willpower', 'drink', 'resist', 'hard'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Run away from them (<<will_cost>> Willpower)':
|
|
|
+ gs 'willpower', 'drink', 'resist', 'hard'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ nroad = rand(1,19)
|
|
|
+ gt 'road'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Run away from them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = '1':
|
|
@@ -42,6 +53,25 @@ if $ARGS[0] = '1':
|
|
|
end
|
|
|
if pcs_danc >= 40:gt 'belpicknick', 'dance'
|
|
|
end
|
|
|
+ if pcs_danc < 40:
|
|
|
+ gs 'willpower', 'mast', 'resist', 'hard'
|
|
|
+ else
|
|
|
+ gs 'willpower', 'voyeur', 'resist', 'hard'
|
|
|
+ end
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Run away from them (<<will_cost>> Willpower)':
|
|
|
+ if pcs_danc < 40:
|
|
|
+ gs 'willpower', 'mast', 'resist', 'hard'
|
|
|
+ else
|
|
|
+ gs 'willpower', 'voyeur', 'resist', 'hard'
|
|
|
+ end
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ nroad = rand(1,19)
|
|
|
+ gt 'road'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Run away from them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'vb_light':
|
|
@@ -55,18 +85,39 @@ if $ARGS[0] = 'vb_light':
|
|
|
if rand(1,100) <= 10:
|
|
|
'Even though the criminals seem enthralled by your show, one of them is getting frustrated: "Whatever. You shouldn''t be putting bottles up there, but our cocks! Get over here whore, it''s time you get fucked."'
|
|
|
act'Continue':gt 'belpicknick', 'gang'
|
|
|
+ gs 'willpower', 'gangbang', 'resist', 'hard'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Run away from them (<<will_cost>> Willpower)':
|
|
|
+ gs 'willpower', 'gangbang', 'resist', 'hard'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ nroad = rand(1,19)
|
|
|
+ gt 'road'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Run away from them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
else
|
|
|
'The guys are not impressed however. "What kind of weak shit is this? You''d better put some more effort into it, otherwise we''re going to do it for you."'
|
|
|
act'Shove the bottom into your vagina':gt 'belpicknick', 'vb_hard'
|
|
|
act'Shove the neck into your ass':gt 'belpicknick', 'ab_light'
|
|
|
act'Shove the bottom into your ass':gt 'belpicknick', 'ab_hard'
|
|
|
+ gs 'willpower', 'mast', 'resist', 'hard'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Run away from them (<<will_cost>> Willpower)':
|
|
|
+ gs 'willpower', 'mast', 'resist', 'hard'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ nroad = rand(1,19)
|
|
|
+ gt 'road'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Run away from them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'vb_hard':
|
|
|
cls
|
|
|
dick1 = 40
|
|
|
- prevdance = 0
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/vadim/sex/bottle2.jpg"></center>'
|
|
|
gs 'dinsex2', 'd_vag_sex_bottle', 5, 'dick1'
|
|
@@ -78,17 +129,38 @@ if $ARGS[0] = 'vb_hard':
|
|
|
if rand(1,100) <= 80:
|
|
|
'Even though the criminals seem enthralled by your show, one of them is getting frustrated: "Whatever. You shouldn''t be putting bottles up there, but our cocks! Get over here whore, it''s time you get fucked."'
|
|
|
act'Continue':gt 'belpicknick', 'gang'
|
|
|
+ gs 'willpower', 'gangbang', 'resist', 'hard'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Run away from them (<<will_cost>> Willpower)':
|
|
|
+ gs 'willpower', 'gangbang', 'resist', 'hard'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ nroad = rand(1,19)
|
|
|
+ gt 'road'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Run away from them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
else
|
|
|
'The bandits look at each other for a second, and then shake their heads: "Not good enough, slut. Put it in your ass and be quick about it, otherwise we''re doing it for you."'
|
|
|
act'Shove the neck into your ass':gt 'belpicknick', 'ab_light'
|
|
|
act'Shove the bottom into your ass':gt 'belpicknick', 'ab_hard'
|
|
|
+ gs 'willpower', 'mast', 'resist', 'hard'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Run away from them (<<will_cost>> Willpower)':
|
|
|
+ gs 'willpower', 'mast', 'resist', 'hard'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ nroad = rand(1,19)
|
|
|
+ gt 'road'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Run away from them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'ab_light':
|
|
|
cls
|
|
|
dick1 = 10
|
|
|
- prevdance = 0
|
|
|
gs'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/vadim/sex/bottle3.jpg"></center>'
|
|
|
gs 'dinsex2', 'd_analsex_bottle',5,'dick1'
|
|
@@ -100,9 +172,31 @@ if $ARGS[0] = 'ab_light':
|
|
|
if rand(1,100) <= 70:
|
|
|
'Even though the criminals seem enthralled by your show, one of them is getting frustrated: "Whatever. You shouldn''t be putting bottles up there, but our cocks! Get over here whore, it''s time you get fucked."'
|
|
|
act'Continue':gt 'belpicknick', 'gang'
|
|
|
+ gs 'willpower', 'gangbang', 'resist', 'hard'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Run away from them (<<will_cost>> Willpower)':
|
|
|
+ gs 'willpower', 'gangbang', 'resist', 'hard'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ nroad = rand(1,19)
|
|
|
+ gt 'road'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Run away from them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
else
|
|
|
'The bandits look at each other for a second, and then shake their heads: "Not good enough, slut. Use the other end and be quick about it, otherwise we''re doing it for you."'
|
|
|
act'Shove the bottom into your ass':gt 'belpicknick', 'ab_hard'
|
|
|
+ gs 'willpower', 'mast', 'resist', 'hard'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Run away from them (<<will_cost>> Willpower)':
|
|
|
+ gs 'willpower', 'mast', 'resist', 'hard'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ nroad = rand(1,19)
|
|
|
+ gt 'road'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Run away from them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -119,6 +213,17 @@ if $ARGS[0] = 'ab_hard':
|
|
|
end
|
|
|
'The guys slap each other on the back, thoroughly impressed: "What an ass, look at it stretch! It''s gonna take all of our cocks combined in there to even feel something!"'
|
|
|
act'Continue':gt 'belpicknick', 'gang'
|
|
|
+ gs 'willpower', 'gangbang', 'resist', 'hard'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Run away from them (<<will_cost>> Willpower)':
|
|
|
+ gs 'willpower', 'gangbang', 'resist', 'hard'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ nroad = rand(1,19)
|
|
|
+ gt 'road'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Run away from them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'dance':
|
|
@@ -150,6 +255,17 @@ if $ARGS[0] = 'dance':
|
|
|
'Suddenly the cock you''re currently sucking on is pulled away from you, and <<$boydesc>> tells you to get on all fours saying he wants to try another hole now.'
|
|
|
act'Get on your hands and knees':gt 'belpicknick', 'doggy'
|
|
|
end
|
|
|
+ gs 'willpower', 'sex', 'resist', 'hard'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Run away from them (<<will_cost>> Willpower)':
|
|
|
+ gs 'willpower', 'sex', 'resist', 'hard'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ nroad = rand(1,19)
|
|
|
+ gt 'road'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Run away from them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -191,6 +307,17 @@ if $ARGS[0] = 'missionary':
|
|
|
'You stay in position for the next guy.'
|
|
|
act'Continue':gt 'belpicknick', 'missionary'
|
|
|
end
|
|
|
+ gs 'willpower', 'sex', 'resist', 'hard'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Run away from them (<<will_cost>> Willpower)':
|
|
|
+ gs 'willpower', 'sex', 'resist', 'hard'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ nroad = rand(1,19)
|
|
|
+ gt 'road'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Run away from them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -246,6 +373,17 @@ if $ARGS[0] = 'doggy':
|
|
|
'You stay in position for the next guy.'
|
|
|
act'Continue':gt 'belpicknick', 'doggy'
|
|
|
end
|
|
|
+ gs 'willpower', 'sex', 'resist', 'hard'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Run away from them (<<will_cost>> Willpower)':
|
|
|
+ gs 'willpower', 'sex', 'resist', 'hard'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ nroad = rand(1,19)
|
|
|
+ gt 'road'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Run away from them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
end
|
|
|
end
|
|
|
end
|