|
@@ -1,13 +1,26 @@
|
|
# mod_bestmod_gadsarai
|
|
# mod_bestmod_gadsarai
|
|
|
|
+
|
|
|
|
+$loc = 'mod_bestmod_gadsarai'
|
|
|
|
+$metka = ''
|
|
|
|
+menu_off = 1
|
|
|
|
+
|
|
if $ARGS[0] = 'bandit':
|
|
if $ARGS[0] = 'bandit':
|
|
|
|
+ if bm_bandit_setup = 0: bm_bandit_setup = 1 & gs 'mod_bestmod_bandit', 'bandit_setup'
|
|
gs 'boyStat', 'A800'
|
|
gs 'boyStat', 'A800'
|
|
sexpartkno = 1
|
|
sexpartkno = 1
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="mod/bestmod/images/locations/gadukino/village/leghump.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="mod/bestmod/images/locations/gadukino/village/leghump.jpg"></center>'
|
|
'Bandit pounces on you and pins your thigh between his front legs. He begins to persistently and significantly put pressure on you, growling menacingly...'
|
|
'Bandit pounces on you and pins your thigh between his front legs. He begins to persistently and significantly put pressure on you, growling menacingly...'
|
|
- if pcs_dom > 0 and alko < 6:
|
|
|
|
- act 'Push off': minut += 1 & gt 'Gaddvor'
|
|
|
|
|
|
+ gs 'willpower', iif(banditfrend, 'sex', 'rape')
|
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
|
+ act 'Push off (<<will_cost>> Willpower)':
|
|
|
|
+ gs 'willpower', 'resist'
|
|
|
|
+ gs 'stat'
|
|
|
|
+ minut += 1 & gt 'Gaddvor'
|
|
|
|
+ end
|
|
else
|
|
else
|
|
|
|
+ *nl
|
|
|
|
+ 'You don''t have enough willpower to resist his <<iif(banditfrend, '''', ''unwanted '')>>advances.'
|
|
act 'Submit':
|
|
act 'Submit':
|
|
*clr & cla
|
|
*clr & cla
|
|
banditknow = RAND(0,1)
|
|
banditknow = RAND(0,1)
|