|
@@ -163,6 +163,22 @@ if $ARGS[0] = 'sex_chat':
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
+ gs 'willpower', 'bj', 'resist'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'No thanks (<<will_cost>> Willpower)':
|
|
|
+ cla
|
|
|
+ npc_rel['A63'] -= 1
|
|
|
+ gs 'willpower', 'bj', 'resist'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'stat'
|
|
|
+
|
|
|
+ *nl
|
|
|
+ 'You turn around and walk away from Mitka. You know it would be fun, but maybe another time...'
|
|
|
+ act 'Walk away':gt $loc
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'No thanks. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
act 'Sounds tempting, but only a blowjob.':
|
|
|
*clr & cla
|
|
|
|
|
@@ -214,22 +230,6 @@ if $ARGS[0] = 'sex_chat':
|
|
|
act 'Leave': gt $loc
|
|
|
end
|
|
|
end
|
|
|
- gs 'willpower', 'bj', 'resist'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'No thanks (<<will_cost>> Willpower)':
|
|
|
- cla
|
|
|
- npc_rel['A63'] -= 1
|
|
|
- gs 'willpower', 'bj', 'resist'
|
|
|
- gs 'willpower', 'pay', 'resist'
|
|
|
- gs 'stat'
|
|
|
-
|
|
|
- *nl
|
|
|
- 'You turn around and walk away from Mitka. You know it would be fun, but maybe another time...'
|
|
|
- act 'Walk away':gt $loc
|
|
|
- end
|
|
|
- else
|
|
|
- act 'No thanks. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
- end
|
|
|
! Sveta is not the boys slut but has had sex with Mitka and she does not know Mira likes Mitka or Mira is the boys slut
|
|
|
elseif (npc_QW['A63'] > 0 and npc_QW['A63'] < 10) and (npc_QW['A60'] < 2 or npc_QW['A60'] >= 11):
|
|
|
*nl
|
|
@@ -237,6 +237,42 @@ if $ARGS[0] = 'sex_chat':
|
|
|
mitkarand = rand(1,10)
|
|
|
if (mitkarand = 1 or (mitkarand < 5 and pcs_vag > 0)) and mesec = 0:
|
|
|
'"How about you let me fuck you today?" Mitka asks.'
|
|
|
+ if pcs_vag = 0:
|
|
|
+ gs 'willpower', 'sex', 'resist'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'No, I''m still a virgin. (<<will_cost>> Willpower)':
|
|
|
+ cla
|
|
|
+ npc_rel['A63'] -= 2
|
|
|
+ gs 'willpower', 'sex', 'resist'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'stat'
|
|
|
+
|
|
|
+ *nl
|
|
|
+ 'You tell Mitka you are not ready to lose your virginity yet. You know it would be fun, but maybe another time...'
|
|
|
+
|
|
|
+ act 'Leave': gt $loc
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'No, I''m still a virgin. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ gs 'willpower', 'sex', 'resist'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'No thanks, not today. (<<will_cost>> Willpower)':
|
|
|
+ cla
|
|
|
+ npc_rel['A63'] -= 2
|
|
|
+ gs 'willpower', 'sex', 'resist'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'stat'
|
|
|
+
|
|
|
+ *nl
|
|
|
+ 'You turn around and walk away from Mitka. You know it would be fun, but maybe another time...'
|
|
|
+
|
|
|
+ act 'Walk away': gt $loc
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'No thanks, not today. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
act 'Sure, sounds like fun':
|
|
|
*clr & cla
|
|
|
|
|
@@ -267,31 +303,14 @@ if $ARGS[0] = 'sex_chat':
|
|
|
|
|
|
act 'Leave': gt $loc
|
|
|
end
|
|
|
- if pcs_vag = 0:
|
|
|
- gs 'willpower', 'sex', 'resist'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'No, I''m still a virgin. (<<will_cost>> Willpower)':
|
|
|
- cla
|
|
|
- npc_rel['A63'] -= 2
|
|
|
- gs 'willpower', 'sex', 'resist'
|
|
|
- gs 'willpower', 'pay', 'resist'
|
|
|
- gs 'stat'
|
|
|
-
|
|
|
- *nl
|
|
|
- 'You tell Mitka you are not ready to lose your virginity yet. You know it would be fun, but maybe another time...'
|
|
|
-
|
|
|
- act 'Leave': gt $loc
|
|
|
- end
|
|
|
- else
|
|
|
- act 'No, I''m still a virgin. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
- end
|
|
|
- end
|
|
|
- gs 'willpower', 'sex', 'resist'
|
|
|
+ elseif mitkarand < 9:
|
|
|
+ 'Can you give me a blowjob today?" Mitka asks.'
|
|
|
+ gs 'willpower', 'bj', 'resist'
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'No thanks, not today. (<<will_cost>> Willpower)':
|
|
|
cla
|
|
|
npc_rel['A63'] -= 2
|
|
|
- gs 'willpower', 'sex', 'resist'
|
|
|
+ gs 'willpower', 'bj', 'resist'
|
|
|
gs 'willpower', 'pay', 'resist'
|
|
|
gs 'stat'
|
|
|
|
|
@@ -303,8 +322,6 @@ if $ARGS[0] = 'sex_chat':
|
|
|
else
|
|
|
act 'No thanks, not today. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
- elseif mitkarand < 9:
|
|
|
- 'Can you give me a blowjob today?" Mitka asks.'
|
|
|
act 'Sure, sounds like fun':
|
|
|
*clr & cla
|
|
|
|
|
@@ -357,12 +374,33 @@ if $ARGS[0] = 'sex_chat':
|
|
|
act 'Leave': gt $loc
|
|
|
end
|
|
|
end
|
|
|
- gs 'willpower', 'bj', 'resist'
|
|
|
+ else
|
|
|
+ '"I want to do anal today. What do you think?" Mitka asks.'
|
|
|
+ if pcs_ass = 0:
|
|
|
+ gs 'willpower', 'anal', 'resist'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'No, I''ve never done anal before (<<will_cost>> Willpower)':
|
|
|
+ cla
|
|
|
+ npc_rel['A63'] -= 2
|
|
|
+ gs 'willpower', 'anal', 'resist'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'stat'
|
|
|
+
|
|
|
+ *nl
|
|
|
+ 'You tell Mitka you are not ready to lose your anal virginity yet. You know it would be fun, but maybe another time...'
|
|
|
+
|
|
|
+ act 'Leave': gt $loc
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'No, I''ve never done anal before (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ gs 'willpower', 'anal', 'resist'
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'No thanks, not today. (<<will_cost>> Willpower)':
|
|
|
cla
|
|
|
npc_rel['A63'] -= 2
|
|
|
- gs 'willpower', 'bj', 'resist'
|
|
|
+ gs 'willpower', 'anal', 'resist'
|
|
|
gs 'willpower', 'pay', 'resist'
|
|
|
gs 'stat'
|
|
|
|
|
@@ -374,8 +412,6 @@ if $ARGS[0] = 'sex_chat':
|
|
|
else
|
|
|
act 'No thanks, not today. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
- else
|
|
|
- '"I want to do anal today. What do you think?" Mitka asks.'
|
|
|
act 'Sure, sounds like fun':
|
|
|
*clr & cla
|
|
|
|
|
@@ -407,42 +443,6 @@ if $ARGS[0] = 'sex_chat':
|
|
|
|
|
|
act 'Leave':gt 'gadukino'
|
|
|
end
|
|
|
- if pcs_ass = 0:
|
|
|
- gs 'willpower', 'anal', 'resist'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'No, I''ve never done anal before (<<will_cost>> Willpower)':
|
|
|
- cla
|
|
|
- npc_rel['A63'] -= 2
|
|
|
- gs 'willpower', 'anal', 'resist'
|
|
|
- gs 'willpower', 'pay', 'resist'
|
|
|
- gs 'stat'
|
|
|
-
|
|
|
- *nl
|
|
|
- 'You tell Mitka you are not ready to lose your anal virginity yet. You know it would be fun, but maybe another time...'
|
|
|
-
|
|
|
- act 'Leave': gt $loc
|
|
|
- end
|
|
|
- else
|
|
|
- act 'No, I''ve never done anal before (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
- end
|
|
|
- end
|
|
|
- gs 'willpower', 'anal', 'resist'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'No thanks, not today. (<<will_cost>> Willpower)':
|
|
|
- cla
|
|
|
- npc_rel['A63'] -= 2
|
|
|
- gs 'willpower', 'anal', 'resist'
|
|
|
- gs 'willpower', 'pay', 'resist'
|
|
|
- gs 'stat'
|
|
|
-
|
|
|
- *nl
|
|
|
- 'You turn around and walk away from Mitka. You know it would be fun, but maybe another time...'
|
|
|
-
|
|
|
- act 'Walk away': gt $loc
|
|
|
- end
|
|
|
- else
|
|
|
- act 'No thanks, not today. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
- end
|
|
|
end
|
|
|
! Sveta is not the boys slut and Sveta knows Mira likes Mitka and Mira is not the boys slut yet
|
|
|
elseif npc_QW['A63'] > 0 and npc_QW['A63'] < 11 and npc_QW['A60'] >= 2 and npc_QW['A60'] < 11:
|