[Tease AI] Miss Blue [v3.7]

Webteases are great, but what if you're in the mood for a slightly more immersive experience? Chat about Tease AI and other offline tease software.

Moderator: 1885

User avatar
LegalizeRanch
Explorer
Explorer
Posts: 68
Joined: Wed Aug 02, 2017 3:58 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: [Tease AI] Miss Blue v1.06

Post by LegalizeRanch »

sotherbee wrote: Sun Nov 26, 2017 4:08 pm Hi. I've tried new features.
The idea is very interesting but script not works correctly.
For example:
07:00 Malena: I see you modified your chances to cum since last time
===
It happens even if I did't touch settings. In fact -every session.

How to correct this?

Best regards,
Soth
Tried to figure it out, still nothing, sorry bratan :-D
but I`m pretty sure it`s in
Spoiler: show
@NullResponse @If[orgAllow]<>[orgAllowSet]Then(orgAllowChangeNot)
@NullResponse @If[orgRuin]<>[orgRuinSet]Then(orgRuinChangeNot)
@NullResponse @ChangeVar[setCheckNoChange]=[setCheckNoChange]+[1] @Goto(setOrgReturn)
(orgAllowChangeNot)
I see you @RT(modified,changed,changed up,switched) your @RT(orgasm settings,chances to cum,orgasm chance) since @RT(last time,last session,our last meeting) @SetVar[setCheckNoChange]=[0]
@NullResponse @RT(That's not ok,You don't get to do that,I told you not to do that anymore)
maybe some syntax error

Also, seems like a bug in chastity system
Spoiler: show
Speaking of which... @SetDate(pvChastityMaxReached, 10 minutes) @RapidCodeOn
was missing space before 10 minutes in "pvCr_ChastityDecision..."
User avatar
avatarbr
Experimentor
Experimentor
Posts: 1185
Joined: Fri Aug 18, 2006 3:33 am
Gender: Male
Sexual Orientation: Straight

Re: [Tease AI] Miss Blue v1.06

Post by avatarbr »

LegalizeRanch wrote: Mon Nov 27, 2017 8:38 pm
sotherbee wrote: Sun Nov 26, 2017 4:08 pm Hi. I've tried new features.
The idea is very interesting but script not works correctly.
For example:
07:00 Malena: I see you modified your chances to cum since last time
===
It happens even if I did't touch settings. In fact -every session.

How to correct this?

Best regards,
Soth
Tried to figure it out, still nothing, sorry bratan :-D
but I`m pretty sure it`s in
Spoiler: show
@NullResponse @If[orgAllow]<>[orgAllowSet]Then(orgAllowChangeNot)
@NullResponse @If[orgRuin]<>[orgRuinSet]Then(orgRuinChangeNot)
@NullResponse @ChangeVar[setCheckNoChange]=[setCheckNoChange]+[1] @Goto(setOrgReturn)
(orgAllowChangeNot)
I see you @RT(modified,changed,changed up,switched) your @RT(orgasm settings,chances to cum,orgasm chance) since @RT(last time,last session,our last meeting) @SetVar[setCheckNoChange]=[0]
@NullResponse @RT(That's not ok,You don't get to do that,I told you not to do that anymore)
maybe some syntax error

Also, seems like a bug in chastity system
Spoiler: show
Speaking of which... @SetDate(pvChastityMaxReached, 10 minutes) @RapidCodeOn
was missing space before 10 minutes in "pvCr_ChastityDecision..."
Interesting, I checked the code, and looks like PtheV created a system(with system flags) to check if the orgasm chances were changed since the last session.

But I think the problem is, some scripts can change that (@DecreaseOrgasmChance and @IncreaseOrgasmChance), even without the user knowing. Not sure if he used that in MissBlue (HoT have a few), but this can cause that line to show up too.
User avatar
LegalizeRanch
Explorer
Explorer
Posts: 68
Joined: Wed Aug 02, 2017 3:58 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: [Tease AI] Miss Blue v1.06

Post by LegalizeRanch »

avatarbr wrote: Tue Nov 28, 2017 12:42 am
Interesting, I checked the code, and looks like PtheV created a system(with system flags) to check if the orgasm chances were changed since the last session.

But I think the problem is, some scripts can change that (@DecreaseOrgasmChance and @IncreaseOrgasmChance), even without the user knowing. Not sure if he used that in MissBlue (HoT have a few), but this can cause that line to show up too.
Don`t think so. I found @increaseOrgasmChance only in pvCr_BeggingDecide and never found @decreaseOrgasmChance. But yeah, maybe he begs too much hehe. I think you should add a line there
Spoiler: show
(yes)
@NullResponse @IncreaseOrgasmChance @ChangeVar[orgAllowSet]=[orgAllowSet]+[1] @TempFlag(pvIncreasedOrgasmChance) @AFKOff
@End
Also, can anybody (preferrably author =)) explain, is this meant to look like that?
Spoiler: show
pvCr_OrgasmChanceLock.txt #PetName we've been doing this for a while @DeleteFlag(pvLockOrgasmChance) @SetFlag(pvAccessLD)
I dont understand connection between long denial and lock my orgasm setting from change? What if it set to "Always allows"?
PtheV
Explorer At Heart
Explorer At Heart
Posts: 202
Joined: Sat May 30, 2015 10:18 am
Gender: Male
Sexual Orientation: Straight

Re: [Tease AI] Miss Blue v1.06

Post by PtheV »

sotherbee wrote: Sun Nov 26, 2017 4:08 pm Hi. I've tried new features.
The idea is very interesting but script not works correctly.
For example:
07:00 Malena: I see you modified your chances to cum since last time
===
It happens even if I did't touch settings. In fact -every session.

How to correct this?

Best regards,
Soth
Did this start appearing immediately when you started using 1.06? Also, can you check in your MissBluev1.06/System/Flags folder if you have the following flags: pvCheckOrgasmChance, pvLockOrgasmChance, pvAccessLD? If you have any of those flags, deleting them should reset the feature.
This is from a fairly complex script (written originally by BoundSquirrel, though I made some minor changes for better integration with MB), so I wouldn't be surprised if there was a bug somewhere. On the other hand, it *seemed* to work fine when I tested it. It's going to take some time to go through and test it again. Is anyone else having this problem?
LegalizeRanch wrote: Tue Nov 28, 2017 8:10 am
avatarbr wrote: Tue Nov 28, 2017 12:42 am
Interesting, I checked the code, and looks like PtheV created a system(with system flags) to check if the orgasm chances were changed since the last session.

But I think the problem is, some scripts can change that (@DecreaseOrgasmChance and @IncreaseOrgasmChance), even without the user knowing. Not sure if he used that in MissBlue (HoT have a few), but this can cause that line to show up too.
Don`t think so. I found @increaseOrgasmChance only in pvCr_BeggingDecide and never found @decreaseOrgasmChance. But yeah, maybe he begs too much hehe. I think you should add a line there
Spoiler: show
(yes)
@NullResponse @IncreaseOrgasmChance @ChangeVar[orgAllowSet]=[orgAllowSet]+[1] @TempFlag(pvIncreasedOrgasmChance) @AFKOff
@End
With Miss Blue, there's only a chance of @IncreaseOrgasmChance, like you said. But it's reset at the end of the session, unless of course the session did not end properly (i.e. Teas AI crashed or you closed the program before the session ended). But yes, if you've added other scripts that change the orgasm settings it screws up this particular feature of the personality, unless you manually reset the orgasm settings before the next session.
LegalizeRanch wrote: Tue Nov 28, 2017 8:10 am Also, can anybody (preferrably author =)) explain, is this meant to look like that?
Spoiler: show
pvCr_OrgasmChanceLock.txt #PetName we've been doing this for a while @DeleteFlag(pvLockOrgasmChance) @SetFlag(pvAccessLD)
I dont understand connection between long denial and lock my orgasm setting from change? What if it set to "Always allows"?
The thing is, both the Long Denial and the Lock Orgasm Chance features bypass the native Tease AI orgasm settings. Some users may want the program to stick to those settings, in other words do not want the personality to say, you know what, I'm going to ignore your "always allow" setting and deny you for X days. That's why Miss Blue asks you at the beginning (in earlier versions it was at a later stage) whether you want to give her *complete* control of your orgasms. If you said yes, then both LD and LOC are unlocked. If you say no, Miss Blue will always stick to whatever your settings are. Note that outside of LD and LOC Miss Blue still uses your orgasm settings to determine your chance to cum, even if you said yes.

Maybe the script should be more clear about all this. I'd love some feedback here too, should this be made more obvious? Would you prefer an explicit warning about the consequences of the "complete control" decision?
pv
User avatar
LegalizeRanch
Explorer
Explorer
Posts: 68
Joined: Wed Aug 02, 2017 3:58 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: [Tease AI] Miss Blue v1.06

Post by LegalizeRanch »

But at first she says that she will often or always allow orgasm and in next callteturn she restrict orgasm for 2 weeks without notice =)
I think if you control orgasm settings you should not enable long denial. I think los made for you not to cheat and set “always allows” after some period of denial, but it shouldn’t force you to longer period than you like. Please think of separation of los from lda =)
GodDragon
Explorer At Heart
Explorer At Heart
Posts: 790
Joined: Sun Jun 11, 2017 4:30 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: [Tease AI] Miss Blue v1.06

Post by GodDragon »

LegalizeRanch wrote: Tue Nov 28, 2017 6:42 pm But at first she says that she will often or always allow orgasm and in next callteturn she restrict orgasm for 2 weeks without notice =)
I think if you control orgasm settings you should not enable long denial. I think los made for you not to cheat and set “always allows” after some period of denial, but it shouldn’t force you to longer period than you like. Please think of separation of los from lda =)
Issue in Chmod05:
Spoiler: show
Because you know you want to #JerkOff to this... @PlayVideo[15] @JumpVideo
But you can't...
@HasChastity You can't because I locked up your #Cock #Grin
@DoesNotHaveChastity You can't because I'm not letting you #Smile
@NullResponse @PlayVideo[30] @JumpVideo
Video (file) 15/30 does not exist obviously.
User avatar
sotherbee
Explorer
Explorer
Posts: 29
Joined: Wed Aug 09, 2017 5:53 am
Gender: Male
Sexual Orientation: Straight
Location: Rus

Re: [Tease AI] Miss Blue v1.06

Post by sotherbee »

Deleted all flags, reinstall that script and... nothing changed :\
Spoiler: show
12:01 Sly: Hello
12:01 Malena: Good afternoon Sly
12:01 Malena: There's just no way way out for you is there?
12:01 Malena: I got stuck in your mind
12:01 Malena: And there's nothing you can do about it
12:01 Malena: I probably pop into your thoughts at the most inappropriate times, right?
12:01 Sly: Yes Mistress
12:01 Malena: You just can't get me out of your mind
12:02 Malena: Great timing, I just got out of the shower
12:02 Malena: All fresh and rosy :)
12:02 Malena: It's funny, I was just thinking about you while soaping up
12:02 Malena: How hard it must be knowing you're not allowed to cum
12:02 Malena: Do you ever masturbate in the shower?
12:02 Sly: Yes Mistress
12:02 Malena: Me too! :)
12:02 Malena: Sex in the shower is fun too, but a bit of a hassle haha
12:02 Malena: You must be aching to start stroking now
12:02 Malena: You know what, maybe I won't let you stroke at all today
12:02 Malena: Make it a no-stroke-day...
12:02 Malena: In fact, go take a cold shower right now .slave
12:03 Malena: Just kidding
12:03 Malena: You didn't actually leave to take a shower did you?
12:03 Sly: Yes Mistress
12:03 Malena: ROFL I really was just kidding Sly
12:03 Malena: Wouldn't it be funny if you were actually taking a shower now?
12:03 Malena: Anyway... I'm glad you didn't because you've got some stroking and edging to do *Wicked grin*
12:03 Malena: I see you changed your orgasm chance since last session
12:04 Malena: I've reset your orgasm chance to where I want it
12:04 Malena: If I want it changed I'll change it to whatever I think is appropriate
12:04 Malena: Don't change it again
12:04 Malena: Before we get started you should de punished
12:04 Malena: Down on your knees, right now .slut
12:05 Malena: In a moment I want you go to a corner of your room
12:05 Malena: Make sure your back is turned to your computer
12:05 Malena: Your nose should almost touch the wall
12:05 Malena: And no touching, hands off your dick
12:05 Malena: When I think it's enough I'm going to ring this bell
12:05 Malena: So make sure you can hear me
12:05 Malena: Understood?
Any suggestions?

Best regards,
Soth
PtheV
Explorer At Heart
Explorer At Heart
Posts: 202
Joined: Sat May 30, 2015 10:18 am
Gender: Male
Sexual Orientation: Straight

Re: [Tease AI] Miss Blue v1.06

Post by PtheV »

sotherbee wrote: Sat Dec 02, 2017 9:12 am Deleted all flags, reinstall that script and... nothing changed :\
Spoiler: show
12:01 Sly: Hello
12:01 Malena: Good afternoon Sly
12:01 Malena: There's just no way way out for you is there?
12:01 Malena: I got stuck in your mind
12:01 Malena: And there's nothing you can do about it
12:01 Malena: I probably pop into your thoughts at the most inappropriate times, right?
12:01 Sly: Yes Mistress
12:01 Malena: You just can't get me out of your mind
12:02 Malena: Great timing, I just got out of the shower
12:02 Malena: All fresh and rosy :)
12:02 Malena: It's funny, I was just thinking about you while soaping up
12:02 Malena: How hard it must be knowing you're not allowed to cum
12:02 Malena: Do you ever masturbate in the shower?
12:02 Sly: Yes Mistress
12:02 Malena: Me too! :)
12:02 Malena: Sex in the shower is fun too, but a bit of a hassle haha
12:02 Malena: You must be aching to start stroking now
12:02 Malena: You know what, maybe I won't let you stroke at all today
12:02 Malena: Make it a no-stroke-day...
12:02 Malena: In fact, go take a cold shower right now .slave
12:03 Malena: Just kidding
12:03 Malena: You didn't actually leave to take a shower did you?
12:03 Sly: Yes Mistress
12:03 Malena: ROFL I really was just kidding Sly
12:03 Malena: Wouldn't it be funny if you were actually taking a shower now?
12:03 Malena: Anyway... I'm glad you didn't because you've got some stroking and edging to do *Wicked grin*
12:03 Malena: I see you changed your orgasm chance since last session
12:04 Malena: I've reset your orgasm chance to where I want it
12:04 Malena: If I want it changed I'll change it to whatever I think is appropriate
12:04 Malena: Don't change it again
12:04 Malena: Before we get started you should de punished
12:04 Malena: Down on your knees, right now .slut
12:05 Malena: In a moment I want you go to a corner of your room
12:05 Malena: Make sure your back is turned to your computer
12:05 Malena: Your nose should almost touch the wall
12:05 Malena: And no touching, hands off your dick
12:05 Malena: When I think it's enough I'm going to ring this bell
12:05 Malena: So make sure you can hear me
12:05 Malena: Understood?
Any suggestions?

Best regards,
Soth
Has the flag (pvCheckOrgasmChance) reappeared? Because the script starting with the line "I see you changed..." is in a callreturn that ONLY runs if that particular flag exists. Also, the line "Don't change it again" is actually supposed to be "Please don't change it again", which makes me suspect that you're somehow running a different version of that script. Are you sure you have an unedited MissBlue v1.06 as your active personality? And that you removed the flags I mentioned from the right system folder? BTW. in addition, could you check what the value of the variable [settingsCheck] is? It could still be that there's a mistake in the script somewhere, but at the moment I really don't see how you could get the "I see you changed..." script if the flag (pvCheckOrgasmChance) does not exist.
GodDragon wrote: Wed Nov 29, 2017 2:20 pm Issue in Chmod05:
Spoiler: show
Because you know you want to #JerkOff to this... @PlayVideo[15] @JumpVideo
But you can't...
@HasChastity You can't because I locked up your #Cock #Grin
@DoesNotHaveChastity You can't because I'm not letting you #Smile
@NullResponse @PlayVideo[30] @JumpVideo
Video (file) 15/30 does not exist obviously.
Yeah that's supposed to be () instead of []... thanks for catching that.
LegalizeRanch wrote: Tue Nov 28, 2017 6:42 pm But at first she says that she will often or always allow orgasm and in next callteturn she restrict orgasm for 2 weeks without notice =)
I think if you control orgasm settings you should not enable long denial. I think los made for you not to cheat and set “always allows” after some period of denial, but it shouldn’t force you to longer period than you like. Please think of separation of los from lda =)
I see your point and I'll think about it. Also, maybe I should write a guide to how certain things work in Miss Blue, because there's some stuff that you'd probably never guess was possible. One of those things is that if a "long denial" script is running, you can actually get out of it by begging for an orgasm. If you beg often enough, she'll talk to you about ending the denial period. That way, you ultimately retain control over how long the denial period lasts, even as the domme tries to convince you to keep it going.
pv
Spielers
Explorer At Heart
Explorer At Heart
Posts: 301
Joined: Mon Jan 09, 2017 8:26 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: [Tease AI] Miss Blue v1.06

Post by Spielers »

For what is the MissBlue_v1.06\Custom\Modules\Custem-Snelkoppeling.Ink
I can't extract it from the folder
PtheV
Explorer At Heart
Explorer At Heart
Posts: 202
Joined: Sat May 30, 2015 10:18 am
Gender: Male
Sexual Orientation: Straight

Re: [Tease AI] Miss Blue v1.06

Post by PtheV »

Spielers wrote: Sat Dec 02, 2017 4:19 pm For what is the MissBlue_v1.06\Custom\Modules\Custem-Snelkoppeling.Ink
I can't extract it from the folder
Doesn't do anything and can be deleted.
pv
User avatar
Bluelow
Explorer
Explorer
Posts: 56
Joined: Mon Feb 08, 2010 1:33 pm
I am a: Switch

Re: [Tease AI] Miss Blue v1.06

Post by Bluelow »

Thank you for the great script! Noticed probably a bug in pvCr_BigCock:

@NullResponse @CheckFlag(pvMs_BigCockF1)
@NullResponse @CheckFlag(pvMs_BigCockF2)

When like this pvMs_BigCockF2 doesn't ever get called. Maybe it should be like:

@NullResponse @CheckFlag(pvMs_BigCockF2)
@NullResponse @CheckFlag(pvMs_BigCockF1)
GodDragon
Explorer At Heart
Explorer At Heart
Posts: 790
Joined: Sun Jun 11, 2017 4:30 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: [Tease AI] Miss Blue v1.06

Post by GodDragon »

PtheV wrote: Sat Dec 02, 2017 12:36 pm
sotherbee wrote: Sat Dec 02, 2017 9:12 am Deleted all flags, reinstall that script and... nothing changed :\
Spoiler: show
12:01 Sly: Hello
12:01 Malena: Good afternoon Sly
12:01 Malena: There's just no way way out for you is there?
12:01 Malena: I got stuck in your mind
12:01 Malena: And there's nothing you can do about it
12:01 Malena: I probably pop into your thoughts at the most inappropriate times, right?
12:01 Sly: Yes Mistress
12:01 Malena: You just can't get me out of your mind
12:02 Malena: Great timing, I just got out of the shower
12:02 Malena: All fresh and rosy :)
12:02 Malena: It's funny, I was just thinking about you while soaping up
12:02 Malena: How hard it must be knowing you're not allowed to cum
12:02 Malena: Do you ever masturbate in the shower?
12:02 Sly: Yes Mistress
12:02 Malena: Me too! :)
12:02 Malena: Sex in the shower is fun too, but a bit of a hassle haha
12:02 Malena: You must be aching to start stroking now
12:02 Malena: You know what, maybe I won't let you stroke at all today
12:02 Malena: Make it a no-stroke-day...
12:02 Malena: In fact, go take a cold shower right now .slave
12:03 Malena: Just kidding
12:03 Malena: You didn't actually leave to take a shower did you?
12:03 Sly: Yes Mistress
12:03 Malena: ROFL I really was just kidding Sly
12:03 Malena: Wouldn't it be funny if you were actually taking a shower now?
12:03 Malena: Anyway... I'm glad you didn't because you've got some stroking and edging to do *Wicked grin*
12:03 Malena: I see you changed your orgasm chance since last session
12:04 Malena: I've reset your orgasm chance to where I want it
12:04 Malena: If I want it changed I'll change it to whatever I think is appropriate
12:04 Malena: Don't change it again
12:04 Malena: Before we get started you should de punished
12:04 Malena: Down on your knees, right now .slut
12:05 Malena: In a moment I want you go to a corner of your room
12:05 Malena: Make sure your back is turned to your computer
12:05 Malena: Your nose should almost touch the wall
12:05 Malena: And no touching, hands off your dick
12:05 Malena: When I think it's enough I'm going to ring this bell
12:05 Malena: So make sure you can hear me
12:05 Malena: Understood?
Any suggestions?

Best regards,
Soth
Has the flag (pvCheckOrgasmChance) reappeared? Because the script starting with the line "I see you changed..." is in a callreturn that ONLY runs if that particular flag exists. Also, the line "Don't change it again" is actually supposed to be "Please don't change it again", which makes me suspect that you're somehow running a different version of that script. Are you sure you have an unedited MissBlue v1.06 as your active personality? And that you removed the flags I mentioned from the right system folder? BTW. in addition, could you check what the value of the variable [settingsCheck] is? It could still be that there's a mistake in the script somewhere, but at the moment I really don't see how you could get the "I see you changed..." script if the flag (pvCheckOrgasmChance) does not exist.
Same issue here. And it says "Please don't change it again " for me.
akds1337
Explorer
Explorer
Posts: 58
Joined: Thu Oct 25, 2012 9:48 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: [Tease AI] Miss Blue v1.06

Post by akds1337 »

How do I fix this? It should be last orgasm on 12/5/17 last ruined 12/7/17 :(
I vote/suggest for a confirmation before the system just buggers all of my files and denial period. IF this can be fixed, I want to thank you in advance for your help. I'm not even sure how that statement triggered the "HadAnOrgasm" txt. and I'd swear I had asked that already and she usually just says something like "You'll find out soon enough" or some other similar taunt.
08:40 AM akds1337: hi
08:40 AM Veronica: Good morning akds1337
08:40 AM Veronica: Back so soon, sweetie?
08:41 AM Veronica: Maybe you should allow yourself a moment to regain your strength
08:41 AM Veronica: Too much teasing and my toy could fall apart...
08:41 AM Veronica: Do you want to continue?
08:41 AM akds1337: yes
08:41 AM Veronica: Well... game on then *Wicked grin*
08:41 AM akds1337: I want to ache for you
08:41 AM Veronica: We'll see sweetie. Who knows when I'll actually let you out of that cage ROFL
08:41 AM Veronica: So tell me, are you still wearing your chastity cage?
08:41 AM akds1337: yes
08:41 AM Veronica: Very good :)
08:42 AM akds1337: When will you allow me to have an orgasm?
08:42 AM Veronica: I'm not going to let you unlock it yet
08:42 AM Veronica: Oh no no
08:42 AM Veronica: Stop stroking
08:42 AM Veronica: Dammit, akds1337
08:43 AM Veronica: Did you at least ruin it?
08:43 AM akds1337: did not cum
08:43 AM Veronica: Yes or no cuck?
08:43 AM akds1337: no
08:43 AM Veronica: You should ruin your orgasm when you cum without permission
08:43 AM Veronica: You should lick it up, loser
08:43 AM akds1337: Misunderstood
08:44 AM Veronica: You should ALWAYS swallow every single drop if you cum without permission
08:44 AM akds1337: I did NOT cum
08:44 AM Veronica: Get down on your knees
GodDragon
Explorer At Heart
Explorer At Heart
Posts: 790
Joined: Sun Jun 11, 2017 4:30 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: [Tease AI] Miss Blue v1.06

Post by GodDragon »

akds1337 wrote: Mon Dec 11, 2017 3:03 pm How do I fix this? It should be last orgasm on 12/5/17 last ruined 12/7/17 :(
I vote/suggest for a confirmation before the system just buggers all of my files and denial period. IF this can be fixed, I want to thank you in advance for your help. I'm not even sure how that statement triggered the "HadAnOrgasm" txt. and I'd swear I had asked that already and she usually just says something like "You'll find out soon enough" or some other similar taunt.
08:40 AM akds1337: hi
08:40 AM Veronica: Good morning akds1337
08:40 AM Veronica: Back so soon, sweetie?
08:41 AM Veronica: Maybe you should allow yourself a moment to regain your strength
08:41 AM Veronica: Too much teasing and my toy could fall apart...
08:41 AM Veronica: Do you want to continue?
08:41 AM akds1337: yes
08:41 AM Veronica: Well... game on then *Wicked grin*
08:41 AM akds1337: I want to ache for you
08:41 AM Veronica: We'll see sweetie. Who knows when I'll actually let you out of that cage ROFL
08:41 AM Veronica: So tell me, are you still wearing your chastity cage?
08:41 AM akds1337: yes
08:41 AM Veronica: Very good :)
08:42 AM akds1337: When will you allow me to have an orgasm?
08:42 AM Veronica: I'm not going to let you unlock it yet
08:42 AM Veronica: Oh no no
08:42 AM Veronica: Stop stroking
08:42 AM Veronica: Dammit, akds1337
08:43 AM Veronica: Did you at least ruin it?
08:43 AM akds1337: did not cum
08:43 AM Veronica: Yes or no cuck?
08:43 AM akds1337: no
08:43 AM Veronica: You should ruin your orgasm when you cum without permission
08:43 AM Veronica: You should lick it up, loser
08:43 AM akds1337: Misunderstood
08:44 AM Veronica: You should ALWAYS swallow every single drop if you cum without permission
08:44 AM akds1337: I did NOT cum
08:44 AM Veronica: Get down on your knees
Strange. It should only trigger if any of this is in the sentence: "[had an orgasm,i came,i orgasm]" Well what exactly do you want to fix now? I guess the punishment is over anyway.
akds1337
Explorer
Explorer
Posts: 58
Joined: Thu Oct 25, 2012 9:48 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: [Tease AI] Miss Blue v1.06

Post by akds1337 »

GodDragon wrote: Mon Dec 11, 2017 3:15 pm
Strange. It should only trigger if any of this is in the sentence: "[had an orgasm,i came,i orgasm]" Well what exactly do you want to fix now? I guess the punishment is over anyway.
I panicked and closed the program hoping it wouldn't save the orgasm / reset the denial period. So I'm hoping to find the setting to at least reset my denial back to what it was. I don't think any of the punishment stuff got flagged yet, but I'm not sure. I'm not sure if this is saved under the main program or only in my scripts, but I noticed that in the "Sub settings" it changed last orgasm to this morning. I think if it changes it directly in Tease AI I'm screwed... but if it's only in the script settings somewhere I'd be okay to just change a couple dates? I don't really know how this all works.
Post Reply

Who is online

Users browsing this forum: No registered users and 28 guests