|
@@ -21,6 +21,91 @@ if $ARGS[0] = '':
|
|
|
'The room looks like a study room, appearing warm and inviting. There is a desk with a chair at one end of the room, but it appears to be seldom used. On the desk, there is an older <a href="exec: VIEW ''images/locations/pavlovsk/clinic/therapist/pavlovfamily.jpg''">photograph of Dr. Pavlov''s family</a> in which he appears to be about two decades younger.'
|
|
|
'"Come in, Miss <<$pcs_lastname>>! Please, tell me what can I help you with today?"'
|
|
|
gs 'stat'
|
|
|
+
|
|
|
+ gs 'therapist', 'hypnoGreet'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'hypnoGreet':
|
|
|
+ if hypnoFlashGreet = 1 and hypnoAskFuck = 0:
|
|
|
+ act 'Show Dr. Pavlov your bare pussy':
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ '<center><img width=700 src="images/locations/pavlovsk/clinic/therapist/showPussy<<rand(1,6)>>.jpg"></center>'
|
|
|
+ 'You show your bare pussy to Dr. Pavlov and wait for his response.'
|
|
|
+ '...'
|
|
|
+ if pcs_horny >= 75:
|
|
|
+ 'Miss <<$pcs_lastname>>, your pussy is very wet... How can I help you today?'
|
|
|
+ else
|
|
|
+ randomFlashGreetResponse = rand(1,3)
|
|
|
+ if randomFlashGreetResponse = 1:
|
|
|
+ '"Ah, very nice pussy Miss <<$pcs_lastname>> and what was it you wanted help with today?"'
|
|
|
+ elseif randomFlashGreetResponse = 2 and $pantyworntype ! 'none':
|
|
|
+ '"I see you didn''t wear panties today Miss <<$pcs_lastname>>, very good, and what was it you wanted help with today?"'
|
|
|
+ elseif randomFlashGreetResponse = 3:
|
|
|
+ '"Well done Miss <<$pcs_lastname>>, your pussy looks great, and what was it you wanted help with today?"'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ gs 'therapist', 'therapyOptions'
|
|
|
+ end
|
|
|
+ elseif hypnoAskFuck = 1:
|
|
|
+ act 'Show Dr. Pavlov your bare pussy and ask him to fuck you':
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ if rand(0,1) = 0:
|
|
|
+ '<center><img width=700 src="images/locations/pavlovsk/clinic/therapist/showPussy<<rand(1,1)>>.jpg"></center>'
|
|
|
+ 'You kneel forward on the couch and present your bare pussy to Dr. Pavlov. You ask him to fuck you.'
|
|
|
+ ''
|
|
|
+ 'He wastes no time and quickly has his dick out, positioned to penetrate your pussy.'
|
|
|
+ act 'Get fucked by Dr. Pavlov':
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ gs 'arousal', 'vaginal', 20, 'unaware'
|
|
|
+ gs 'stat'
|
|
|
+ '<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/sex/schoolDoggy<<rand(1,4)>>.mp4"></video></center>'
|
|
|
+ 'Dr. Pavlov spends some time fucking your pussy.'
|
|
|
+ ''
|
|
|
+ 'After some time, he pulls out of you. "Alright Miss <<$pcs_lastname>>, lets get to your session. Sit down and tell me what you need."'
|
|
|
+
|
|
|
+ act 'Sit down':
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ '<center><img width=700 src="images/locations/pavlovsk/clinic/therapist/sett.jpg"></center>'
|
|
|
+ ''
|
|
|
+ gs 'therapist', 'therapyOptions'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ else
|
|
|
+ '<center><img width=700 src="images/locations/pavlovsk/clinic/therapist/showPussy<<rand(3,6)>>.jpg"></center>'
|
|
|
+ 'You lay back on the couch and present your bare pussy to Dr. Pavlov. You ask him to fuck you.'
|
|
|
+ ''
|
|
|
+ 'He wastes no time and quickly has his dick out, positioned to penetrate your pussy.'
|
|
|
+ act 'Get fucked by Dr. Pavlov':
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ gs 'arousal', 'vaginal', 20, 'unaware'
|
|
|
+ gs 'stat'
|
|
|
+ '<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/sex/schoolFuckCouchBack<<rand(1,3)>>.mp4"></video></center>'
|
|
|
+ 'Dr. Pavlov spends some time fucking your pussy.'
|
|
|
+ ''
|
|
|
+ 'After some time, he pulls out of you. "Alright Miss <<$pcs_lastname>>, lets get to your session. Sit down and tell me what you need."'
|
|
|
+
|
|
|
+ act 'Sit down':
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ '<center><img width=700 src="images/locations/pavlovsk/clinic/therapist/sett.jpg"></center>'
|
|
|
+ ''
|
|
|
+ gs 'therapist', 'therapyOptions'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ else
|
|
|
+ gs 'therapist', 'therapyOptions'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'therapyOptions':
|
|
|
if hypnoStage < 2:
|
|
|
act 'Change your mind and leave':gt $loc
|
|
|
end
|
|
@@ -98,8 +183,9 @@ if $ARGS[0] = '':
|
|
|
end
|
|
|
else
|
|
|
gs 'willpower', 'misc', 'resist', 'easy'
|
|
|
- will_cost += (hypnoSchoolGirl * 10)
|
|
|
+ will_cost += (hypnoSchedule * 10)
|
|
|
will_cost += (hypnoStage * 10)
|
|
|
+ will_cost += hypnoTime * 3
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'Just talk (<<will_cost>> Willpower)':
|
|
|
cls
|
|
@@ -142,8 +228,9 @@ if $ARGS[0] = '':
|
|
|
end
|
|
|
else
|
|
|
gs 'willpower', 'misc', 'resist', 'easy'
|
|
|
- will_cost += (hypnoSchoolGirl * 10)
|
|
|
+ will_cost += (hypnoSchedule * 10)
|
|
|
will_cost += (hypnoStage * 10)
|
|
|
+ will_cost += hypnoTime * 3
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'Just talk (<<will_cost>> Willpower)':
|
|
|
cls
|
|
@@ -186,8 +273,9 @@ if $ARGS[0] = '':
|
|
|
end
|
|
|
else
|
|
|
gs 'willpower', 'misc', 'resist', 'easy'
|
|
|
- will_cost += (hypnoSchoolGirl * 10)
|
|
|
+ will_cost += (hypnoSchedule * 10)
|
|
|
will_cost += (hypnoStage * 10)
|
|
|
+ will_cost += hypnoTime * 3
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'Just talk (<<will_cost>> Willpower)':
|
|
|
cls
|
|
@@ -227,8 +315,9 @@ if $ARGS[0] = '':
|
|
|
end
|
|
|
else
|
|
|
gs 'willpower', 'misc', 'resist', 'easy'
|
|
|
- will_cost += (hypnoSchoolGirl * 10)
|
|
|
+ will_cost += (hypnoSchedule * 10)
|
|
|
will_cost += (hypnoStage * 10)
|
|
|
+ will_cost += hypnoTime * 3
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'Just talk (<<will_cost>> Willpower)':
|
|
|
cls
|
|
@@ -447,13 +536,6 @@ if $ARGS[0] = 'hypno':
|
|
|
end
|
|
|
end
|
|
|
'While you do this, Dr. Pavlov opens up his pants and takes out his dick, slowly masturbating as he watches you. After a while, he stops and motions you closer to him.'
|
|
|
-
|
|
|
- if hypnoPanty = 1 and rand(1,2) = 1:
|
|
|
- hypnoPanty = 2
|
|
|
- '<br><font color="brown">"From now on, when you come in for therapy you will feel that it is common courtesy to show your therapist your bare pussy. You will think this is perfectly normal behavior. It is simply the polite thing to do.</font> Understand, <i>Cunt</i>?"'
|
|
|
- '"Yes, <i>Master</i>."'
|
|
|
- '"Good, now ..."<br>'
|
|
|
- end
|
|
|
|
|
|
'"Come here, <i>Cunt</i>, <<$hypnoact>>"</font>'
|
|
|
end
|
|
@@ -1131,17 +1213,17 @@ if $ARGS[0] = 'hypnoFuck':
|
|
|
if PCloStyle2 = 4:
|
|
|
if randpos = 0:
|
|
|
!on your back
|
|
|
- '<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/sex/schoolFuckCouchBack<<rand(1,2)>>.mp4"></video></center>'
|
|
|
+ '<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/sex/schoolFuckCouchBack<<rand(1,3)>>.mp4"></video></center>'
|
|
|
$hypnofuck = 'You walk to him, and he takes your hand and pushes you onto your back.<br>"You look beautiful. I will fuck your tight hole raw," he says. "You will enjoy it even if it''s painfull. Unfortunately, my wife lost all of her appeal, so I have to satisfy myself with your wet cunt."<br>He grabs your legs and gently pushes them apart then, kneeling between them, he forces his dick into your folds.'
|
|
|
$hypnofuck2 = 'He pounds deep into your body, and the hard surface does not make it comfortable for you. You wince a few times while his balls rhythmically slap your ass as he is laboring above you. You feel his sweat dripping down on your tits as you spread your legs as wide as possible to give him as much access as possible.'
|
|
|
elseif randpos = 1:
|
|
|
!on your back, couch
|
|
|
- '<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/sex/schoolFuckCouchBack<<rand(1,2)>>.mp4"></video></center>'
|
|
|
+ '<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/sex/schoolFuckCouchBack<<rand(1,3)>>.mp4"></video></center>'
|
|
|
$hypnofuck = 'You walk to him, but he changes his mind.<br>"No, lie back on the couch, I will fuck you there."<br>Doing as he says, you watch him as he walks up to you and looks down on your naked body, examining you possessively.<br>"You have a beautiful body. Unfortunately, my wife lost all of her appeal, so I have to satisfy myself with girls like you."<br>He grabs your legs and gently pushes them apart then, kneeling between them, he forces his dick into your body.'
|
|
|
$hypnofuck2 = 'He pounds you deep into the couch, his balls rhythmically slapping your ass as he labors above you. You feel his sweat dripping down on your tits as you spread your legs as wide as possible to give him as much access as possible.'
|
|
|
elseif randpos = 2:
|
|
|
!kneel, couch
|
|
|
- '<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/sex/schoolDoggy<<rand(1,3)>>.mp4"></video></center>'
|
|
|
+ '<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/sex/schoolDoggy<<rand(1,4)>>.mp4"></video></center>'
|
|
|
$hypnofuck = '"Stop, just kneel on the couch. I want to fuck you from behind."<br>You turn back, kneeling on the couch and placing your hands on the backrest, and wait for <i>Master</i> to take your body. You soon feel his hands touching your breasts, your neck, your back and your legs, playing a little with your pussy.<br>"Good girl, stay like this."<br>He pushes his fingers into your pussy, playing with your clit for a few minutes, causing you to get aroused.'
|
|
|
$hypnofuck2 = 'You cry out from the pain as he starts to fuck you, fast, deep and hard, without any regard for the fact that his girth is massive and you need some adjustment time.'
|
|
|
else
|
|
@@ -1226,6 +1308,7 @@ if $ARGS[0] = 'hypnoFuck':
|
|
|
'<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/sex/creampie<<rand(1,3)>>.mp4"></video></center>'
|
|
|
'"Oh yes, my little <i>Cunt</i>, I am so close! I will blow a huge wad of sperm in your tight pussy! And you won''t even know about it!"<br><<$therapistDoneFuckingDesc0>> <<$therapistDoneFuckingDesc1>> <<$therapistDoneCumDesc1>>'
|
|
|
'Finally he is done, and he pulls out of you. <<$therapistDoneFuckingDesc3>>'
|
|
|
+ therapistFuckedPussy = 1
|
|
|
therapistFuckedPussyStage += 1
|
|
|
act 'Continue':
|
|
|
cls
|
|
@@ -1290,15 +1373,17 @@ if $ARGS[0] = 'hypnoDress':
|
|
|
if hypnoTime < 10:
|
|
|
'"Get dressed, <i>Cunt</i>. Do it erotically, as much as you can."'
|
|
|
'He watches you getting dressed with a small smile on his face.</font>'
|
|
|
- elseif $pantyworntype = 'none' and hypnoPanty < 1:
|
|
|
- '"Get dressed, <i>Cunt</i>. I see you didn''t wear underwear. Very good, you do not like to wear them. You enjoy the thought that people may notice that you do not wear underwear, maybe catch a glimpse of your naked pussy or ass."'
|
|
|
+ elseif $pantyworntype = 'none' and hypnoPanty > 0:
|
|
|
+ '"Get dressed, <i>Cunt</i>. I see you didn''t wear underwear. Very good."'
|
|
|
'He watches you getting dressed with a small smile on his face.'
|
|
|
- hypnoPanty = 1
|
|
|
bedPanty = 2
|
|
|
elseif $pantyworntype ! 'none' and hypnoPanty < 1:
|
|
|
'"Get dressed, <i>Cunt</i>, but forget the underwear. You didn''t wear any when you came, and you do not like to wear them. You enjoy the thought that people may notice that you do not wear underwear, maybe catch a glimpse of your naked pussy or ass."'
|
|
|
'He watches you getting dressed with a small smile on his face, especially enjoying the sight of you completely ignoring your underwear.</font>'
|
|
|
- gs 'underwear', 'remove'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/removePanties.jpg"></center>'
|
|
|
+ gs 'panties', 'dispose'
|
|
|
+
|
|
|
+ 'He chucks your panties into the garbage.'
|
|
|
hypnoPanty = 1
|
|
|
bedPanty = 2
|
|
|
else
|
|
@@ -1319,19 +1404,6 @@ if $ARGS[0] = 'hypnoEnd':
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/room.jpg"></center>'
|
|
|
'<font color=brown>"All right, <i>Cunt</i>, now listen to me. You will not remember any of this. You do not feel any discomfort from any of our activities, and you do not notice anything related to what happened here. No taste, no smell, no aches, no fluids. Nothing. You will not respond to Cunt while you are Awake, just while you are Under. You will wake up feeling good, but responsive to all of my commands. Understand, <i>Cunt</i>?"</font>'
|
|
|
'"Yes, <i>Master</i>."'
|
|
|
- if therapistFuckedPussyStage = 1:
|
|
|
- therapistFuckedPussyStage += 1
|
|
|
- tabletki = 1
|
|
|
- tabletkiold = 0
|
|
|
- tabletkifert = 1
|
|
|
- tabletkirej = 0
|
|
|
- tabletkifake = 0
|
|
|
- tabletkisug = 0
|
|
|
- tabletkicheck = 1
|
|
|
- '<font color=brown>"Good. Although you won''t consciously know my cum is inside of you, you will subconsciously feel it. Everytime I cum inside of you, your body will crave my seed more. You will keep your pussy clenched so my cum doesn''t leak out."</font>'
|
|
|
- '<font color=brown>Also, take these." He hands you a package of pills. "You will take one every day. If you have any birth control pills, you will throw them away. You won''t think about buying more. You won''t notice anything wrong with this and you will think these are simply normal birth control pills. Understand, <i>Cunt</i>?"</font>'
|
|
|
- '"Yes, <i>Master</i>."'
|
|
|
- end
|
|
|
if therapistFuckedPussyStage > 1 and pillsleft[5] < 5 and tabletkifert ! 1:
|
|
|
'<font color=brown>"You are probably low on pills by now." he hands you a new box of unknown pills. "Continue taking them just like before, Understand, <i>Cunt</i>?"</font>'
|
|
|
'"Yes, <i>Master</i>."'
|
|
@@ -1344,13 +1416,6 @@ if $ARGS[0] = 'hypnoEnd':
|
|
|
tabletkicheck = 1
|
|
|
end
|
|
|
|
|
|
- if hypnoStage = 3 and hypnoSchoolGirl = 0 and StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0:
|
|
|
- ''
|
|
|
- 'Now that I''ve sufficiently broken your resistence, it''s time we have you come in before school. <font color=brown>"From now on, you will come directly to my office before school and you will feel that you <b>need</b> my hypnotism treatment.</font> And soon, I will have you walking in to school with your pussy full of my cum."'
|
|
|
- ''
|
|
|
- hypnoSchoolGirl = 1
|
|
|
- end
|
|
|
-
|
|
|
'"Now, you are sitting in the black room. Stand up, and start walking through the door. As you close the door of the black room, you forget..."'
|
|
|
'...'
|
|
|
'...'
|
|
@@ -1359,12 +1424,6 @@ if $ARGS[0] = 'hypnoEnd':
|
|
|
'"How do you feel, Miss <<$pcs_lastname>>?"'
|
|
|
'You have a nagging feeling that you have forgotten something you should remember, but it is quickly forgotten when you realize that you feel better about your problem. The therapy helped you a lot.'
|
|
|
if therapistFuckedMouth = 1: 'You certainly do not notice that your mouth tastes like sperm.'
|
|
|
- if firstTimeSchoolLate = 0 and cameFromSchool = 1:
|
|
|
- ''
|
|
|
- '"Before you go. If you are late for your classes. Take this note and give it to your teacher. It should keep you out of any trouble."'
|
|
|
- hasTherapistNote = 1
|
|
|
- firstTimeSchoolLate = 1
|
|
|
- end
|
|
|
''
|
|
|
'The doctor smiles jovially, his hand on your shoulder as he slowly escort you out of his office.'
|
|
|
'"Please, visit me again if you have any further problems, I will be glad to help!" says Dr. Pavlov as a goodbye, taking your hands in his, patting them, then closing his door.'
|
|
@@ -1409,12 +1468,6 @@ if $ARGS[0] = 'hypnoEnd':
|
|
|
elseif pc_hypno_rand_end = 4:
|
|
|
'The doctor smiles jovially, his hand on your hip as he slowly escorts you out of his office. You aren''t sure why, but something about what''s happening right now is strange, but you can''t remember why.'
|
|
|
End
|
|
|
- if firstTimeSchoolLate = 0 and cameFromSchool = 1:
|
|
|
- ''
|
|
|
- '"Before you go. If you are late for your classes. Take this note and give it to your teacher. It should keep you out of any trouble."'
|
|
|
- hasTherapistNote = 1
|
|
|
- firstTimeSchoolLate = 1
|
|
|
- end
|
|
|
''
|
|
|
'"Please, visit me again if you have any further problems, I will be glad to help!" says Dr. Pavlov as a goodbye, taking your hands in his, patting them, then closes his door.'
|
|
|
'What a nice old man, you think to yourself.'
|
|
@@ -1429,12 +1482,6 @@ if $ARGS[0] = 'hypnoEnd':
|
|
|
'"Miss <<$pcs_lastname>>, how do you feel right now?"'
|
|
|
'Without hesitation, you reply, "I feel wonderful, Dr. Pavlov."'
|
|
|
'"Good, just as expected," nods the doctor as he escorts you out of his office.'
|
|
|
- if firstTimeSchoolLate = 0 and cameFromSchool = 1:
|
|
|
- ''
|
|
|
- '"Before you go. If you are late for your classes. Take this note and give it to your teacher. It should keep you out of any trouble."'
|
|
|
- hasTherapistNote = 1
|
|
|
- firstTimeSchoolLate = 1
|
|
|
- end
|
|
|
''
|
|
|
if therapistFuckedMouth = 1:
|
|
|
'You certainly do not notice that your mouth tastes like sperm. In fact, something tastes great.'
|
|
@@ -1493,33 +1540,137 @@ if $ARGS[0] = 'hypnoEnd':
|
|
|
if therapistFuckedPussy > 0 and rand(1,2) = 1:
|
|
|
'A bit of cum dribbles from your well fucked cunt. You involuntarily clench your pussy; your body trying to keep more from leaking out.'
|
|
|
end
|
|
|
- if cameFromSchool = 0:
|
|
|
- act 'Leave':gt $loc
|
|
|
- else
|
|
|
- act 'Leave':gt 'therapist', 'toSchool'
|
|
|
- end
|
|
|
+
|
|
|
+ act 'Leave':gt $loc
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'beforeSchool':
|
|
|
- cameFromSchool = 1
|
|
|
- '<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/schoolWalk.mp4"></video></center>'
|
|
|
- ''
|
|
|
- 'You were heading to school, but realized you need to stop by the clinic to see your therapist first.'
|
|
|
+if $ARGS[0] = 'hypnoRandom':
|
|
|
+ newHypno = 0
|
|
|
+ ! sveta will now have scheduled sessions
|
|
|
+ if hypnoStage >= 3 and hypnoSchedule = 0:
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ newHypno = 1
|
|
|
+ ''
|
|
|
+ 'Now that I''ve sufficiently broken your resistence, it''s time we set you up on a more regular schedule. <font color=brown>"From now on, you will feel that you <b>need</b> my hypnotism treatment. You believe that you have scheduled therapy sessions every day at 18:00.</font>"'
|
|
|
+ ''
|
|
|
+ hypnoSchedule = 1
|
|
|
+ end
|
|
|
+ if therapistFuckedPussyStage = 1:
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ newHypno = 1
|
|
|
+ therapistFuckedPussyStage += 1
|
|
|
+ tabletki = 1
|
|
|
+ tabletkiold = 0
|
|
|
+ tabletkifert = 1
|
|
|
+ tabletkirej = 0
|
|
|
+ tabletkifake = 0
|
|
|
+ tabletkisug = 0
|
|
|
+ tabletkicheck = 1
|
|
|
+ '<font color=brown>"Good. Although you won''t consciously know my cum is inside of you, you will subconsciously feel it. Everytime I cum inside of you, your body will crave my seed more. You will keep your pussy clenched so my cum doesn''t leak out."</font>'
|
|
|
+ '<font color=brown>Also, take these." He hands you a package of pills. "You will take one every day. If you have any birth control pills, you will throw them away. You won''t think about buying more. You won''t notice anything wrong with this and you will think these are simply normal birth control pills. Understand, <i>Cunt</i>?"</font>'
|
|
|
+ '"Yes, <i>Master</i>."'
|
|
|
+ end
|
|
|
+ ! sveta will now hate wearing panties.
|
|
|
+ if hypnoPanty ! 1:
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ newHypno = 1
|
|
|
+ '"Listen <i>Cunt</i><font color=brown>You do not like to wear panties. You enjoy the thought that people may notice that you do not wear them, maybe catch a glimpse of your naked pussy or ass. You won''t even think of putting them on anymore."'
|
|
|
+ if $pantyworntype ! 'none':
|
|
|
+ 'He commands you to strip off your panties and hand them to him. You do so without question.'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/removePanties.jpg"></center>'
|
|
|
+ gs 'panties', 'dispose'
|
|
|
|
|
|
- act 'Walk to the clinic':gt 'therapist'
|
|
|
-end
|
|
|
+ 'He chucks your panties into the garbage.'
|
|
|
+ else
|
|
|
+ '"I see you are already bare. Good. <font color=brown>Keep it that way.</font>"'
|
|
|
+ end
|
|
|
|
|
|
-if $ARGS[0] = 'toSchool':
|
|
|
- cameFromSchool = 0
|
|
|
- if therapistFuckedMouth = 1:
|
|
|
- '<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/schoolWalk.mp4"></video></center>'
|
|
|
- else
|
|
|
- '<center><video autoplay loop src="images/locations/pavlovsk/clinic/therapist/toSchool.mp4"></video></center>'
|
|
|
+ hypnoPanty = 1
|
|
|
+ bedPanty = 2
|
|
|
+ act 'Continue':
|
|
|
+ gt 'therapist', 'hypnoEnd'
|
|
|
+ end
|
|
|
end
|
|
|
- ''
|
|
|
- 'Feeling refreshed, you make your way back to school.'
|
|
|
+ ! sveta will now hate wearing bras.
|
|
|
+ if hypnoBra ! 1 and rand(1,2) = 1:
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ newHypno = 1
|
|
|
+ '"Listen <i>Cunt</i><font color=brown>You do not like to wear bras. You enjoy the thought that people may notice that you do not wear them, maybe see the outline of your nipples. You won''t even think of putting them on anymore."'
|
|
|
+ if $pantyworntype ! 'none':
|
|
|
+ 'He commands you to strip off your bra and hand it to him. You do so without question.'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/removePanties.jpg"></center>'
|
|
|
+ gs 'bras', 'dispose'
|
|
|
|
|
|
- act 'Walk to school':gt 'gschool_grounds', 'main'
|
|
|
+ 'He chucks your bra into the garbage.'
|
|
|
+ else
|
|
|
+ '"I see you are already not wearing one. Good. <font color=brown>Keep it that way.</font>"'
|
|
|
+ end
|
|
|
+
|
|
|
+ hypnoBra = 1
|
|
|
+ act 'Continue':
|
|
|
+ gt 'therapist', 'hypnoEnd'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ ! sveta will now think it''s common courtesy to show her pussy to pavlov as a greeting.
|
|
|
+ if hypnoFlashGreet ! 1 and rand(1,2) = 1:
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ '<br><font color="brown">"From now on, when you come in for therapy you will feel that it is common courtesy to show me your bare pussy. You will think this is perfectly normal behavior. It is simply the polite thing to do. Any comments I make about your bare pussy will also be normal.</font> Understand, <i>Cunt</i>?"'
|
|
|
+ '"Yes, <i>Master</i>."'
|
|
|
+ '"Good ..."<br>'
|
|
|
+ newHypno = 1
|
|
|
+ hypnoFlashGreet = 1
|
|
|
+ act 'Continue':
|
|
|
+ gt 'therapist', 'hypnoEnd'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ ! sveta now thinks it''s normal for pavlov to touch her innapropriatly
|
|
|
+ if hypnoTouchWhenever ! 1 and rand(1,2) = 1:
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ newHypno = 1
|
|
|
+ hypnoTouchWhenever = 1
|
|
|
+ act 'Continue':
|
|
|
+ gt 'therapist', 'hypnoEnd'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ ! sveta will now think it''s normal to give pavlov a kiss as goodbye
|
|
|
+ if hypnoKissGoodbye ! 1 and rand(1,2) = 1:
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ newHypno = 1
|
|
|
+ hypnoKissGoodbye = 1
|
|
|
+ act 'Continue':
|
|
|
+ gt 'therapist', 'hypnoEnd'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ ! sveta will have a much harder time cumming without pavlov''s cock
|
|
|
+ if hypnoHardToCum ! 1:
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ newHypno = 1
|
|
|
+ hypnoHardToCum = 1
|
|
|
+ act 'Continue':
|
|
|
+ gt 'therapist', 'hypnoEnd'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ ! sveta will ask pavlov to fuck her instead of therapy
|
|
|
+ if hypnoAskFuck ! 1 and hypnoHardToCum = 1 and hypnoKissGoodbye = 1 and hypnoTouchWhenever = 1 and hypnoFlashGreet = 1 and hypnoNoBra = 1:
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ newHypno = 1
|
|
|
+ hypnoAskFuck = 1
|
|
|
+ act 'Continue':
|
|
|
+ gt 'therapist', 'hypnoEnd'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ if newHypno = 0:
|
|
|
+ gt 'therapist', 'hypnoEnd'
|
|
|
+ end
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'hypnoPerv':
|
|
@@ -1657,13 +1808,8 @@ if $ARGS[0] = 'hypnoPerv':
|
|
|
! TODO something else should happen here if he already made you his slave. Right now it just flips back to the end so you can continue.
|
|
|
gt 'therapist', 'hypnoEnd'
|
|
|
else
|
|
|
- if cameFromSchool = 0:
|
|
|
- $numHypnoProst = 'some guys'
|
|
|
- numHypnoProst = rand(4,6)
|
|
|
- else
|
|
|
- $numHypnoProst = 'a guy'
|
|
|
- numHypnoProst = 1
|
|
|
- end
|
|
|
+ $numHypnoProst = 'some guys'
|
|
|
+ numHypnoProst = rand(4,6)
|
|
|
'"Today, you will make me some money. Go out to the gas station and ask men to fuck you for money. A girl like you probably isn''t worth much, so just take whatever they are willing to pay. Return here with the money once you''ve fucked <<$numHypnoProst>>. Understand, <i>Cunt</i>?"'
|
|
|
'"Yes, <i>Master</i>." You turn and start to leave the room completely naked.'
|
|
|
'"Stop! You stupid bitch. If you walk out there naked you''ll just end up in jail and I''ll make nothing. Here put this on." He hands you a small bundle of clothes and some high heels.'
|