|
@@ -177,7 +177,7 @@ if $ARGS[0] = 'therapyOptions':
|
|
|
minut += 30
|
|
|
pcs_childtrauma -= 1
|
|
|
gs 'stat'
|
|
|
- 'You talk about your traumatic issues, and Dr. Pavlov makes some suggestions and asks some pointed questions. Although he makes you uncomfortable, it somehow makes you feel better about yourself.'
|
|
|
+ 'You talk about your traumatic issues, and Dr. Pavlov makes some suggestions and asks some pointed questions. Although he makes you uncomfortable, it somehow makes you feel better about yourself.'
|
|
|
if pcs_childtrauma = 0:
|
|
|
'You are able to give the events a place in your life, and you are finally ready to move on.'
|
|
|
npc_rel['A217'] = 20
|
|
@@ -298,22 +298,17 @@ $therapyMethod = {
|
|
|
will_cost += (hypnoSchedule * 10)
|
|
|
will_cost += (hypnoStage * 10)
|
|
|
will_cost += hypnoTime * 3
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'Just talk (<<will_cost>> Willpower)':
|
|
|
- cls
|
|
|
- gs 'willpower', 'pay', 'resist'
|
|
|
- gs 'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/therapy1.jpg"></center>'
|
|
|
- minut += 30
|
|
|
- pcs_mood += rand(30,60)
|
|
|
- gs 'stat'
|
|
|
- '<<$therapyTalkMessage>>, and Dr. Pavlov makes some suggestions and asks some pointed questions. Although he makes you look at your own actions and desires closely, making you aware of your own issues, it somehow makes you feel better about yourself.'
|
|
|
- '"Please, visit me again if you have any further problems, I will be glad to help!" he says as he escorts you out the door.'
|
|
|
- act 'Leave':gt $loc
|
|
|
- end
|
|
|
- else
|
|
|
- act 'Just talk (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
- end
|
|
|
+ gs 'willpoweract', 'Just talk', {
|
|
|
+ cls
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/therapy1.jpg"></center>'
|
|
|
+ minut += 30
|
|
|
+ pcs_mood += rand(30,60)
|
|
|
+ gs 'stat'
|
|
|
+ '<<$therapyTalkMessage>>, and Dr. Pavlov makes some suggestions and asks some pointed questions. Although he makes you look at your own actions and desires closely, making you aware of your own issues, it somehow makes you feel better about yourself.'
|
|
|
+ '"Please, visit me again if you have any further problems, I will be glad to help!" he says as he escorts you out the door.'
|
|
|
+ act 'Leave':gt $loc
|
|
|
+ }
|
|
|
end
|
|
|
if succubusflag['therapist'] = 0:
|
|
|
act 'Hypnotherapy':gt 'therapist', 'hypno'
|
|
@@ -483,8 +478,9 @@ if $ARGS[0] = 'hypno':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'hypno2':
|
|
|
- *clr & cla
|
|
|
+ !!*clr & cla
|
|
|
$waitImg
|
|
|
+ '<font color="<<$hypnocolour>>">'
|
|
|
gs 'therapist', 'hypno3'
|
|
|
end
|
|
|
|
|
@@ -553,16 +549,11 @@ if $ARGS[0] = 'firstHypnoStage':
|
|
|
'"To have your therapy work effectively, you will need to remove your clothing. All of it. This is a perfectly normal thing to do in a clinic. Your clothes will slow things down.'
|
|
|
gs 'willpower', 'misc', 'resist', 'easy'
|
|
|
will_cost = will_cost + (hypnoTimesResistedStage * 10)
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'Resist (<<will_cost>> Willpower)':
|
|
|
- hypnoStripped = 0
|
|
|
- gs 'willpower', 'pay', 'resist'
|
|
|
- gs 'stat'
|
|
|
- gt 'therapist', 'hypnoResist', 'remove your clothing'
|
|
|
- end
|
|
|
- else
|
|
|
- act 'Resist (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
- end
|
|
|
+ gs 'willpoweract', 'Resist', {
|
|
|
+ hypnoStripped = 0
|
|
|
+ gs 'stat'
|
|
|
+ gt 'therapist', 'hypnoResist', 'remove your clothing'
|
|
|
+ }
|
|
|
act 'Strip naked':
|
|
|
*clr & cla
|
|
|
hypnoStripped = 1
|
|
@@ -762,15 +753,10 @@ if $ARGS[0] = 'secondHypnoStage':
|
|
|
end
|
|
|
gs 'willpower', 'misc', 'resist', 'easy'
|
|
|
will_cost = will_cost + (hypnoTimesResistedStage * 10)
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'Resist (<<will_cost>> Willpower)':
|
|
|
- gs 'willpower', 'pay', 'resist'
|
|
|
- gs 'stat'
|
|
|
- gt 'therapist', 'hypnoResist', 'kiss him'
|
|
|
- end
|
|
|
- else
|
|
|
- act 'Resist (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
- end
|
|
|
+ gs 'willpoweract', 'Resist', {
|
|
|
+ gs 'stat'
|
|
|
+ gt 'therapist', 'hypnoResist', 'kiss him'
|
|
|
+ }
|
|
|
|
|
|
act 'Kiss him':
|
|
|
*clr & cla
|
|
@@ -828,15 +814,10 @@ if $ARGS[0] = 'thirdHypnoStage':
|
|
|
end
|
|
|
gs 'willpower', 'misc', 'resist', 'easy'
|
|
|
will_cost = will_cost + (hypnoTimesResistedStage * 10)
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'Resist (<<will_cost>> Willpower)':
|
|
|
- gs 'willpower', 'pay', 'resist'
|
|
|
- gs 'stat'
|
|
|
- gt 'therapist', 'hypnoResist', 'suck his cock'
|
|
|
- end
|
|
|
- else
|
|
|
- act 'Resist (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
- end
|
|
|
+ gs 'willpoweract', 'Resist', {
|
|
|
+ gs 'stat'
|
|
|
+ gt 'therapist', 'hypnoResist', 'suck his cock'
|
|
|
+ }
|
|
|
|
|
|
act 'Kneel and suck his cock':
|
|
|
hypnoTimesResistedStage = 0
|
|
@@ -990,7 +971,7 @@ if $ARGS[0] = 'hypnoResist':
|
|
|
hypnoTimesResistedStage += 1
|
|
|
|
|
|
if hypnoStripped = 1:
|
|
|
- ''
|
|
|
+ '<br/>'
|
|
|
'Dress now, <i>Cunt</i>"'
|
|
|
act 'Dress':
|
|
|
gt 'therapist', 'hypnoDress'
|
|
@@ -1655,18 +1636,12 @@ if $ARGS[0] = 'hypnoRandom':
|
|
|
end
|
|
|
|
|
|
gs 'willpower', 'misc', 'resist', 'hard'
|
|
|
-
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'No, master':
|
|
|
- *clr & cla
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/sittingClothed.jpg"></center>'
|
|
|
- gs 'willpower', 'pay', 'hard'
|
|
|
- '"Thats a pitty, Well, I will ask you again in time, lets hope you say yes then" he says and turns to his desk to write something down before standing up to show you to the door, giving you a kiss and groping as you leave.'
|
|
|
- act 'Continue': gt 'therapist', 'hypnoEnd'
|
|
|
- end
|
|
|
- else
|
|
|
- act 'No, master (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
- end
|
|
|
+ gs 'willpoweract', 'No, master', {
|
|
|
+ *clr & cla
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/sittingClothed.jpg"></center>'
|
|
|
+ '"Thats a pitty, Well, I will ask you again in time, lets hope you say yes then" he says and turns to his desk to write something down before standing up to show you to the door, giving you a kiss and groping as you leave.'
|
|
|
+ act 'Continue': gt 'therapist', 'hypnoEnd'
|
|
|
+ }
|
|
|
end
|
|
|
elseif therapist_key = 1:
|
|
|
'You finish getting dressed and the doctor asks you something that you think you have heard before, "I want you to show up to this room every Saturday night. There you will find me, waiting for you. Once a week, you will be my wife. You will do whatever I ask of you and you will do it without question. This will all be automatic for you. You will not be under hypnosis for this and you will do it because you WANT to do it" he says. "Soon, you will be my wife for real and when that day comes, you must know what is expected of you, Understand?" he states.'
|
|
@@ -1680,18 +1655,12 @@ if $ARGS[0] = 'hypnoRandom':
|
|
|
end
|
|
|
|
|
|
gs 'willpower', 'misc', 'resist', 'hard'
|
|
|
-
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'No, master':
|
|
|
- *clr & cla
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/sittingClothed.jpg"></center>'
|
|
|
- gs 'willpower', 'pay', 'hard'
|
|
|
- '"Thats a pitty, Well, I will ask you again in time, lets hope you say yes then" he says and turns to his desk to write something down before standing up to show you to the door, giving you a kiss and groping as you leave.'
|
|
|
- act 'Continue': gt 'therapist', 'hypnoEnd'
|
|
|
- end
|
|
|
- else
|
|
|
- act 'No, master (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
- end
|
|
|
+ gs 'willpoweract', 'No, master', {
|
|
|
+ *clr & cla
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/sittingClothed.jpg"></center>'
|
|
|
+ '"Thats a pitty, Well, I will ask you again in time, lets hope you say yes then" he says and turns to his desk to write something down before standing up to show you to the door, giving you a kiss and groping as you leave.'
|
|
|
+ act 'Continue': gt 'therapist', 'hypnoEnd'
|
|
|
+ }
|
|
|
else
|
|
|
act 'Continue': gt 'therapist', 'hypnoEnd'
|
|
|
end
|