Tease AI: Community-Created Scripts

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

JustBeCos
Explorer
Explorer
Posts: 5
Joined: Sun Dec 07, 2014 11:12 pm

Re: Tease AI: Community-Created Scripts

Post by JustBeCos »

I thought I had changed the the (cbt1) already so sorry.

I just have 2 other things to say and they are

1. Opps

2. Take pity on me, I'm typing this all left handed as I had surgery on the other last week.

:-D
png
Explorer At Heart
Explorer At Heart
Posts: 157
Joined: Tue Jun 02, 2015 4:34 pm

Re: Tease AI: Community-Created Scripts

Post by png »

Ok I played quite a bit with the scripts and here the first one that work already well...

My focus is less predictability, more pain and chastity ! :)

Some more will come once the bugs on the writing task and the bookmarking are fixed :) I'll probably package it under a "wicked tease with more pain and chastity" nomination :p

The loop of suffering. the dom will make you edge then CBT then start a loop with a random chance of either edge or CBT. the length of the loop is random between the level of the dom and level od the dom / ampathy. Meaning for a level 3 dom with 4 empathy between 3 and 12 rounds.
Spoiler: show

Code: Select all

 @Info The loop of suffering. the dom will make you edge then CBT then start a loop with a random chance of either edge or CBT. the length of the loop is random between the level of the dom and level od the dom / ampathy. Meaning for a level 3 dom with 4 empathy between 3 and 12 rounds.@NullResponse @SetVar[rounds]=[#DomLevel]@NullResponse @SetVar[max_rounds]=[rounds] @GotoDommeApathy(ApathyLevel1)@NullResponse @ChangeVar[max_rounds]=[rounds]*[1]@NullResponse @Chance50(inc_rounds)@NullResponse @Goto(start_suffer)(ApathyLevel2)@NullResponse @ChangeVar[max_rounds]=[rounds]*[2]@NullResponse @Chance50(inc_rounds)@NullResponse @Goto(start_suffer)(ApathyLevel3)@NullResponse @ChangeVar[max_rounds]=[rounds]*[3]@NullResponse @Chance50(inc_rounds)@NullResponse @Goto(start_suffer)(ApathyLevel4)@NullResponse @ChangeVar[max_rounds]=[rounds]*[4]@NullResponse @Chance50(inc_rounds)@NullResponse @Goto(start_suffer)(ApathyLevel5)@NullResponse @ChangeVar[max_rounds]=[rounds]*[5]@NullResponse @Chance66(inc_rounds)@NullResponse @Goto(start_suffer)(inc_rounds)@NullResponse @If[rounds]=[max_rounds]Then(start_suffer)@NullResponse @ChangeVar[rounds]=[rounds]+[1]@NullResponse @Chance33(inc_rounds)@NullResponse @Goto(start_suffer)(start_suffer)I think you are enjoying yourself a bit too much right now...Let's #Play together instead #GrinWell it will be fun for me at least... #lolDon't be #Nervous. You know I only give you what you want... #EmoteHappyLet's start with an edge @Edge#LetTheEdgeFadeNow let's see you suffer a bit for me @CBT#EmoteMoan it feels so right when your #Hurt yourself for me like that! #EmoteSuch a good #PetNameTo reward you let's... @Chance50(cbt_again)do another edge! #Grin @Edge#LetTheEdgeFadeI am such a #Kind #DomHonorific @Goto(before_loop)(cbt_again)make you please me by #Hurting yourself a bit more #lol @CBTI am such a #Mean #DomHonorific #Grin @Goto(before_loop)(before_loop)Time to #RelaxAndBreathe a bit and check a few of your lewd #Picture #PetName, you can stroke slowly if you want to @ShowLocalImage @Wait(20) Interesting what you can find on a pervert's computer... @ShowLocalImage @Wait(20)I #Love looking around like that #lol @ShowLocalImage @Wait(20)Ok enough rest ! @Goto(edge_cbt_loop)(edge_cbt_loop)@NullResponse @ChangeVar[rounds]=[rounds]-[1]@NullResponse @If[rounds]<[0]Then(stop_loop)#pgn_LoopRounds @Chance25(edge_cbt_loop_cbt)#StartStroking and #ReachTheEdge @Edge#LetTheEdgeFade @Goto(edge_cbt_loop)(edge_cbt_loop_cbt)@NullResponse @CBT @Goto(edge_cbt_loop)(stop_loop)#ThatsEnough for now let's get back to where we were... #Grin@End 
It can be quite extreme but it's very fun since you cannot predict the loop, then in CBT mode the torture is also random since the program is designed that way (had up to 10 in a row in a single round at one point) and if you edge will she make you hold it or not :)

It's pretty complex because there is no way to retrieve the dom ampathy like there is for her level so I had to avoid that to make it work as I wanted :)

Edit : correct the typos in the script (tx Mat)
Last edited by png on Wed Jun 03, 2015 12:02 am, edited 3 times in total.
Mat
Explorer At Heart
Explorer At Heart
Posts: 429
Joined: Sun Feb 26, 2012 8:34 pm
Gender: Male
Sexual Orientation: Straight
Location: UK

Re: Tease AI: Community-Created Scripts

Post by Mat »

png wrote:Ok I played quite a bit with the scripts and here the first one that work already well...
Thanks for this, I can't wait to see the others.
Mat
Explorer At Heart
Explorer At Heart
Posts: 429
Joined: Sun Feb 26, 2012 8:34 pm
Gender: Male
Sexual Orientation: Straight
Location: UK

Re: Tease AI: Community-Created Scripts

Post by Mat »

One problem I have with scripts in general is that you have to read through them to see if you like them or just a quick proof read to fix spelling and other small mistakes, and by reading them you ruin the surprise, so when you notice the new script starting you then now exactly what's going to happen..

To be fair it's probably my fault.. the smaller the error the more it drives me mad :-P

And it annoys me because they are petty mistakes and shouldn't bother me, yet they do, and it usually breaks my immersion..
For example,
png wrote:The loop of suffering. the dom will make you edge then CBT then start a loop with a random chance of either edge or CBT. the length of the loop is random between the level of the dom and level od the dom / ampathy. Meaning for a level 3 dom with 4 empathy between 3 and 12 rounds.
On line 34 "You now I only gives you what you want".. "now" should be "know," "gives" should be "give," you/your doesn't need to be capitalised (on the other lines) and all the exclamation marks shouldn't have spaces before them...

Forgive me, it's just that when 1885 does an excellent job with spelling, errors seem to stand out more..

*hangs head in shame* I didn't choose to be a grammar nazi.. :-) :lol:
User avatar
marspank
Explorer At Heart
Explorer At Heart
Posts: 840
Joined: Mon Sep 19, 2011 12:11 am
Gender: Male
Sexual Orientation: Straight
I am a: Submissive
Location: East Coast US

Re: Tease AI: Community-Created Scripts

Post by marspank »

Mat wrote:One problem I have with scripts in general is that you have to read through them to see if you like them or just a quick proof read to fix spelling and other small mistakes, and by reading them you ruin the surprise, so when you notice the new script starting you then now exactly what's going to happen..

To be fair it's probably my fault.. the smaller the error the more it drives me mad :-P

And it annoys me because they are petty mistakes and shouldn't bother me, yet they do, and it usually breaks my immersion..
For example,
png wrote:The loop of suffering. the dom will make you edge then CBT then start a loop with a random chance of either edge or CBT. the length of the loop is random between the level of the dom and level od the dom / ampathy. Meaning for a level 3 dom with 4 empathy between 3 and 12 rounds.
On line 34 "You now I only gives you what you want".. "now" should be "know," "gives" should be "give," you/your doesn't need to be capitalised (on the other lines) and all the exclamation marks shouldn't have spaces before them...

Forgive me, it's just that when 1885 does an excellent job with spelling, errors seem to stand out more..

*hangs head in shame* I didn't choose to be a grammar nazi.. :-) :lol:
I am right there with you on that. Though I tend to be able to run through it once then go back and correct stuff
Datta. Dayadhvam. Damyata.
png
Explorer At Heart
Explorer At Heart
Posts: 157
Joined: Tue Jun 02, 2015 4:34 pm

Re: Tease AI: Community-Created Scripts

Post by png »

Mat wrote:One problem I have with scripts in general is that you have to read through them to see if you like them or just a quick proof read to fix spelling and other small mistakes, and by reading them you ruin the surprise, so when you notice the new script starting you then now exactly what's going to happen..

To be fair it's probably my fault.. the smaller the error the more it drives me mad :-P

And it annoys me because they are petty mistakes and shouldn't bother me, yet they do, and it usually breaks my immersion..
For example,
png wrote:The loop of suffering. the dom will make you edge then CBT then start a loop with a random chance of either edge or CBT. the length of the loop is random between the level of the dom and level od the dom / ampathy. Meaning for a level 3 dom with 4 empathy between 3 and 12 rounds.
On line 34 "You now I only gives you what you want".. "now" should be "know," "gives" should be "give," you/your doesn't need to be capitalised (on the other lines) and all the exclamation marks shouldn't have spaces before them...

Forgive me, it's just that when 1885 does an excellent job with spelling, errors seem to stand out more..

*hangs head in shame* I didn't choose to be a grammar nazi.. :-) :lol:
Damn thank for the errors I try to proof read myself but I always miss some :(

For the exclamation marks (and the question marks) since I'm french you'll need to get used to it as in french there is a space before them and I probably will have hard time fixing that habit ;)

All my scripts aim to break the "alright it's this one so it will go like that" effect. Well at best it replaces it with a "alright it's this one, damn I hope I won't have this path or that one..." which is a lot better

one of the most complex (162 lines with ampathy playing a small part) I made has the following possibilities :

Dom goes afk and let you jerk on a joi video (afk for the duration of the video)
Dom goes afk for 30min and tells you to jerk by yourself in the meantime
Dom goes afk and gives you lines (3 set of lines all with #tags in them to make them changes)
Dom has to go indefinitly and gives you a chance to cum based on your orgasm setup
Dom has to go and put you in chastity without giving a chance to cum
+ a 50% chance the script skip and tells you to edge before going to the next one

Since the writing lines feature is broken it's pointless for the moment :(

Another exemple, the one that ask you if you'd rather be in chastity or stroke was too basic, so I changed it and now :
if you answer chastity a good enough chance that she takes you to your word or let you stroke
if you answer stroke for now she let you stroke but I'll probably change it to give it a small chance of chastity cause hell who are you to order yout mistress around ?
if you answer choice there is a small chance that she puts you in chastity
and for all the chastity path she can change her mind at the last second and decide to hurt your cock instead just for fun

Here is the script :
Spoiler: show

Code: Select all

If you had the choice right nowWould you rather lock yourself up in a chastity cageOr start stroking that #Cock again? [first, chastity, cage] You'd really rather get locked up than have to touch yourself one more time?[second, stroke, stroking, jerk, masturbate, last] That works for me #Grin @Goto(Start Stroking)[you rather, youd rather, youd prefer, you prefer, please, pleases, your choice, you choose] You'd choose whichever one pleases me the most? @Goto(Pleases Me)@DifferentAnswer Chastity or stroking #PetName?Wow @Chance50(chastity)Knowing that is going to turn me on so much more now #Grin @Goto(Start Stroking)(Pleases Me)Well since it's up to me #Grin Maybe I will lock you up... #EmoteHappy @Chance25(chastity)No, nothing give me more pleasure than the thought of your cockAching in your grasp as I make you suffer for meI guess what I'm saying is(Start Stroking)Start stroking #PetName @StartStroking@End(chastity)#EmoteMoan the thought of your #Cock in that cage is so tempting right now !!! @Chance33(hurt)#Yes Let's do that ! Put on your cage for me !!! #LolLet me know when it's on... #Grin [yes,done,put,on]Good #PetName ! But the fun for me is not over yet #EmoteHappy @ChastityOn@StartTaunts@End(hurt)No, on second thought let's #Hurt this #Cock instead ! @CBTCockI can be such a #Mean #DomHonorific sometimes...But that's why you #Love me, don't you ? #Grin[yes,of course,love you]Of course you #Love me ! #Emote@DifferentAnswer Well it doesn't matter what you think, as long as I have fun #hurting you ! #LolStart stroking #PetName @StartStroking@End@Info Domme taunts you by asking if chastity would be preferable to more stroking. Written by 1885.
I wrote it, I know the odds perfectly but each time I get it my heart starts to beat because I know there is a slight chance I met end up in a cage :p

So far the main problem with the default persona is that she is too predictable and except a few CBT on the way all she does is make you stroke and edge so it's boring quite fast.

And as I made the script with another name than the original one, I never know which one it is as the start is the same. So it add to the odds.

What we miss the most for now is a probably a true randomizer for the @Chance to add more impredictability (is that a word ? :p) but in the end it's just a program and not a real dom...

But with enough scripts I pretty sure you won't be able to memorize all the paths and odds possible and by making scripts with the same starts but different things inside we can mix the card even more
Mat
Explorer At Heart
Explorer At Heart
Posts: 429
Joined: Sun Feb 26, 2012 8:34 pm
Gender: Male
Sexual Orientation: Straight
Location: UK

Re: Tease AI: Community-Created Scripts

Post by Mat »

I always find it hard proof reading your own work, espescially when programming. I had an error that took 3 days to fix because I capitalised the U in User in one place and not others..

I must say you speak very good english, I wouldn't have known it was a 2nd language if you hadn't said (or without the french in the bug reports) :-)

With the "damn I hope I won't have this path or that one..." you may have seen my post in the other thread, having the hentai keep/delete script (cbt or edging if you keep an image) last an hour.. normally I find that script really easy but by the end of that one I'd deleted a couple I liked just to save myself the pain :\'-( and then when I said I gave up to be told to shut up and take it.. :blush: I guess it's slightly different as it was more "I know this is random and I'm being stupidly unlucky please let it end soon"
png wrote: Dom goes afk and let you jerk on a joi video (afk for the duration of the video)
Dom goes afk for 30min and tells you to jerk by yourself in the meantime
Dom goes afk and gives you lines (3 set of lines all with #tags in them to make them changes)
Dom has to go indefinitly and gives you a chance to cum based on your orgasm setup
Dom has to go and put you in chastity without giving a chance to cum
+ a 50% chance the script skip and tells you to edge before going to the next one

Since the writing lines feature is broken it's pointless for the moment :(
Is the 1st one the same as the joi one that 1885's put in?

The others sound really good.. Have you put in for options if you don't have a chastitiy cage? So if you say you don't have one you get cbt or something?

Then the same for the other script you posted in the other thread, with nipple play, is there going to be an option for if you don't have any clamps? I was hoping for something with nipple play, the more soft/sensual kind, not that I don't like the clamps :-) but for more of a build up and teasing.. possibly a starting script,

I was looking forward to a writing task, mostly because I haven't really done any before, I imagine they could be an effective tease if used correctly :-)

Again with the chastity or stroking, there should probably be an option for if you dont have a device. Or what would be good would be a tab in the settings with checkboxes for a list of toys, or have it simmilar to how the program checks for if CBT is allowed, but instead have it check the module files for a flag like "ToysRequired..." and it adds them dynamically to the list of checkboxes if it isn't there already.. althought that could take a little while to program in

I wouldn't say it was too predictable, but I'd say it's more a case of the scripts need more variance and unpredictability (you nearly got it :p), when I get a script I don't feel like doing and know the outcome of I ask to stroke and it skips it, likewise being able to ask to stroke to skip modules kind of ruins it, especially you when you know there's a quick way out of a cbt one

I've not looked at the code much, how random is it, I'd have thought the program would be using a secure random generator, or is it seeded wrong and gives the same repeating order of numbers out?

And thanks for another script :-D
png
Explorer At Heart
Explorer At Heart
Posts: 157
Joined: Tue Jun 02, 2015 4:34 pm

Re: Tease AI: Community-Created Scripts

Post by png »

Nope missed your post about the delete picture I'll check that later :)

So far I have not checked if the user has something or not I assume that if he doesn't he just deactivates the script :lol:

But the next thing I'll play with are the flags to emulate that kind of behavior in a link :

Code: Select all

 if no feminination flag  Do you like feminization pet ?  Yes -> set flag feminization on  No -> set flag feminisation offelse if femnization flag on  Do you have xxx element of clothing and set appropriate flagelse  Still don't want to try some feminization ? It might be fun you know ;)endif 
And then a module that do femnization stuff depending on the flags or just edge you if you don't have them

For the nipple clamps I assumed everybody had some clothpins at home :D

There is an option to check if you have a cage in the sub tab and I asked for custom checklist too in the main thread but I pretty sure I can manage to emulate it with flags alone even if it's more complex

And for the predictability here is the v2 of the chastoty or stroke
Spoiler: show

Code: Select all

 If you had the choice right nowWould you rather lock yourself up in a chastity cageOr start stroking that #Cock again? [first, chastity, cage] You'd really rather get locked up than have to touch yourself one more time?[second, stroke, stroking, jerk, masturbate, last] That works for me #Grin @Goto(Start Stroking)[you rather, youd rather, youd prefer, you prefer, please, pleases, your choice, you choose] You'd choose whichever one pleases me the most? @Goto(Pleases Me)@DifferentAnswer Chastity or stroking #PetName?Wow @Chance50(chastity)Knowing that is going to turn me on so much more now #Grin @Chance10(chastity_after_chastity_choice_and_let_stroke)@NullResponse @Goto(Start Stroking for real)(Pleases Me)Well since it's up to me #Grin Maybe I will lock you up... #EmoteHappy @Chance25(chastity)No, nothing give me more pleasure than the thought of your cockAching in your grasp as I make you suffer for meI guess what I'm saying is @Chance20(hurt2)(Start Stroking)@NullResponse @Chance10(chastity_after_stroke)(Start Stroking for real)Start stroking #PetName @StartStroking@End(chastity)#EmoteMoan the thought of your #Cock in that cage is so tempting right now!!! @Chance25(hurt)@NullResponse @Chance10(change_her_mind)#Yes Let's do that! Put on your cage for me!!! #LolLet me know when it's on... #Grin [yes,done,put,on]Good #PetName! But the fun for me is not over yet #EmoteHappy @ChastityOn @StartTaunts[no]Then put it on #now! @LoopAnswer@DifferentAnswer Is it on or not?@End(hurt)No, on second thought let's #Hurt this #Cock instead! @Goto(do_hurt)(hurt2)It's time to hurt your cock! #lol @Goto(do_hurt)(do_hurt)@NullResponse @CBTCockI can be such a #Mean #DomHonorific sometimes...But that's why you #Love me, don't you? #Grin[yes,of course,love you]Of course you #Love me! #Emote@DifferentAnswer Well it doesn't matter what you think, as long as I have fun #hurting you! #LolStart stroking #PetName @StartStroking@End(change_her_mind)But I think it's still more fun to make you stroke #PetName @Goto(Start Stroking for real)(chastity_after_stroke)Start stroking #PetName @StartStroking @BookmarkLink@EndSo you would choose stroking over chastityAnd you believed that I would let you choose your fate like that? #GrinSince I indulged your selfishness earlier it's time to pay the price #PetName @Chance25(hurt2)So grab that cage... #Grin @Goto(chastity)(chastity_after_chastity_choice_and_let_stroke)But I think it's still more fun to make you stroke #PetName Start stroking #PetName @StartStroking @BookmarkLink@EndHmmm you know what?Earlier you choose chastity and I ended up letting you stroke...But I am starting to think I shouldn't have been so #Kind to youSo grab that cage... #Grin @Goto(chastity)@Info Domme taunts you by asking if chastity would be preferable to more stroking. Written by 1885. 
I am super proud of this one it's twisted and should be very fun (I have tested it to make sure everything works but not in a real tease yet)

Ok so she asks the same question : stroke or chastity and you can let her choose like the original one
On each case you might end up either stroking, in chastity or CBT but the odds change depending on your answer

Where it's really twisted is that she can change her mind at the last second several times and she might even let youy stroke and change your mind after and make you either chastity or CBT

Try to predict this one !!! Mouhahaha :w00t:
Mat
Explorer At Heart
Explorer At Heart
Posts: 429
Joined: Sun Feb 26, 2012 8:34 pm
Gender: Male
Sexual Orientation: Straight
Location: UK

Re: Tease AI: Community-Created Scripts

Post by Mat »

I really like the script but I don't have a chastity cage.. also I'd change the info at the bottom, you've kept the "written by 1885" when it's been modified by you,

I'll put part of my post in a spoiler tag in case people don't want the chances spoiling..
Spoiler: show
Doesn't @BookmarkLink resume after the next module, which would mean it immediately goes to chastity (with a 25% then a 10% chance of avoiding) straight after the next module..
That is pretty evil :evil:

You are certainly right though, no chance of predicting that :-D

I think I'll add it anyway, I can always be on "no-touching," you could add that as an option, saying if they don't have a cage then they just can't touch..

Also you should add that nipple play one here, and I think you mentioned you were thinking of doing one for cumming early, I think that's one major part that's missing as I've gone too far sometimes when the teasing got too much to bear, although there should be a friendly one, as with the start script starting with "were you good while you were away" doesn't do anything if you weren't.. then again.. there could be a chance of a more.. unfriendly one

As a thought, with the responses, is there a way for two people to make different responses for the same input and have them chosen randomly, if I remember rightly it just checks the files alphabetically, so I might add that to the suggestion pile in the other thread..
png
Explorer At Heart
Explorer At Heart
Posts: 157
Joined: Tue Jun 02, 2015 4:34 pm

Re: Tease AI: Community-Created Scripts

Post by png »

It's not that radical. See even by reading this one it's hard to predict ;-)
Spoiler: show
When she lets you stroke you have a slight chance (10%) to come back there after the next module and either end up in chastity or hurting yourself
The thing is chastity in the program is udge as it change the stroking part and the modules/link/ending that will be played so if it's very complex to make it work for people who have and don't have a cage.

The premise of the script themselves doesn't make sense if you don't have a cage... :-/

The nipple script uses BookmarkModule which is broken so you can't use it yet and I haven't tested it fully that's why I'm not releasing it yet.

For the early cumming thing I was talking about it's the dom letting you cum earlier than expected either in the "i have to leave" scripts or to make you have multiple orgasms not punishment when you cum early. But indeed the actual punishment is way too nice for early release but I'm waiting for the mood system to work on that.

I haven't played much with the interrupt and response yet I just made one for when you are in chastity and ask to be released so not very complex
png
Explorer At Heart
Explorer At Heart
Posts: 157
Joined: Tue Jun 02, 2015 4:34 pm

Re: Tease AI: Community-Created Scripts

Post by png »

Ok stroke or chastity v3, now the dom ask you if you have a cage, if you don't she will try to convince you to buy one. If you accept to buy one she'll ask you if it arrived and tease you if it didn't

If you refuse to buy one she sould torture your cock to try to convince you to do it anyway but there is a bug somewhere so I deleted the @CBTCock instruction for now and just post it to have feedback on the idea/execution

What do you think of it Mat ? Closer to what'd like ?
Spoiler: show

Code: Select all

 @NullResponse @CheckFlag(png__no_chastity,png__buying_cage,png__has_chastity) Seeing you #Hurt yourself like that gives me so many ideas... #GrinLike...Do you happen to have a chastity cage #PetName?[yes] #Yay that will be fun then @Goto(set_has_cage)[no] Damn so many wasted fun potential :(@DifferentAnswer Yes or no?You should really get one so I can have even more fun with you and this #Cock! #lolWould you consider do that for me?[yes] That's so great! I can't wait for you to have one!!! #Grin @Goto(set_buy_cage)[no] That's ok we can have fun some other way #Emote @Goto(set_no_cage)@DifferentAnswer Yes or no?(set_has_cage)@NullResponse @SetFlag(png__has_chastity)@NullResponse @Goto(png__has_chastity)(set_no_cage)@NullResponse @SetFlag(png__no_chastity) @NullResponse @Goto(Start Stroking for real)(set_buy_cage)@NullResponse @SetFlag(png__buying_cage)@NullResponse @Goto(Start Stroking for real)(png__no_chastity)Since you will not let me lock this #Cock awayI'm #Gonna make it suffer instead *evil*-- there will be some CBTCock once a bug is fixed... --Did that make you change your mind ? #Grin[yes] That's so great! I can't wait for you to have one!!! #Grin @Goto(set_buy_cage)[no] Damn maybe I should be even harsher with you next time in that case #lol @Goto(Start Stroking for real)@DifferentAnswer Yes or no?(png__buying_cage)Did this chastity cage arrive yet?[yes] #Yay @Goto(set_has_cage)[no] Damn, I'm so impatient to start teasing you with it... #Grin@DifferentAnswer Yes or no?I guess I'll just make you edge while waiting @Edge#LetTheEdgeFadeAnd now is it there yet??? #lolI know, I know...Alright give me another edge then @Edge#LetTheEdgeFade @Goto(Start Stroking for real)(png__has_chastity)If you had the choice right nowWould you rather lock yourself up in a chastity cageOr start stroking that #Cock again? [first, chastity, cage] You'd really rather get locked up than have to touch yourself one more time?[second, stroke, stroking, jerk, masturbate, last] That works for me #Grin @Goto(Start Stroking)[you rather, youd rather, youd prefer, you prefer, please, pleases, your choice, you choose] You'd choose whichever one pleases me the most? @Goto(Pleases Me)@DifferentAnswer Chastity or stroking #PetName?Wow @Chance50(chastity)Knowing that is going to turn me on so much more now #Grin @Chance10(chastity_after_chastity_choice_and_let_stroke)@NullResponse @Goto(Start Stroking for real)(Pleases Me)Well since it's up to me #Grin Maybe I will lock you up... #EmoteHappy @Chance25(chastity)No, nothing give me more pleasure than the thought of your cockAching in your grasp as I make you suffer for meI guess what I'm saying is @Chance20(hurt2)(Start Stroking)@NullResponse @Chance10(chastity_after_stroke)(Start Stroking for real)Start stroking #PetName @StartStroking@End(chastity)#EmoteMoan the thought of your #Cock in that cage is so tempting right now!!! @Chance25(hurt)@NullResponse @Chance10(change_her_mind)#Yes Let's do that! Put on your cage for me!!! #LolLet me know when it's on... #Grin [yes,done,put,on]Good #PetName! But the fun for me is not over yet #EmoteHappy @ChastityOn @StartTaunts[no]Then put it on #now! @LoopAnswer@DifferentAnswer Is it on or not?@End(hurt)No, on second thought let's #Hurt this #Cock instead! @Goto(do_hurt)(hurt2)It's time to hurt your cock! #lol @Goto(do_hurt)(do_hurt)@NullResponse @CBTCockI can be such a #Mean #DomHonorific sometimes...But that's why you #Love me, don't you? #Grin[yes,of course,love you]Of course you #Love me! #Emote@DifferentAnswer Well it doesn't matter what you think, as long as I have fun #hurting you! #LolStart stroking #PetName @StartStroking@End(change_her_mind)But I think it's still more fun to make you stroke #PetName @Goto(Start Stroking for real)(chastity_after_stroke)Start stroking #PetName @StartStroking @BookmarkLink@EndSo you would choose stroking over chastityAnd you believed that I would let you choose your fate like that? #GrinSince I indulged your selfishness earlier it's time to pay the price #PetName @Chance25(hurt2)So grab that cage... #Grin @Goto(chastity)(chastity_after_chastity_choice_and_let_stroke)But I think it's still more fun to make you stroke #PetName Start stroking #PetName @StartStroking @BookmarkLink@EndHmmm you know what?Earlier you choose chastity and I ended up letting you stroke...But I am starting to think I shouldn't have been so #Kind to youSo grab that cage... #Grin @Goto(chastity)@Info Based on the same link written by 1885. But add more impredictability whatever your answer you might end up stroking, in chastity or hurting your cock. The odds change depending on your response and the Dom might change her mind at any moment. If you don't have a cage, the dom will try to convince one to buy one and check if it's arrived if you accept to buy it 
User avatar
marspank
Explorer At Heart
Explorer At Heart
Posts: 840
Joined: Mon Sep 19, 2011 12:11 am
Gender: Male
Sexual Orientation: Straight
I am a: Submissive
Location: East Coast US

Re: Tease AI: Community-Created Scripts

Post by marspank »

Not sure if this is something wrong with the new patch, but I ran the open script you posted png and had this happen:

02:59 PM Amy: Swat that poor little dick with your palm a few times
02:59 PM John: done
03:00 PM Amy: Give me 5 good slaps on the head of your cock, make it sting
03:00 PM John: slapped Miss
03:00 PM Amy: Give your cock a few good smacks
03:00 PM John: done Miss
03:00 PM Amy: Oh, Hello John.
03:00 PM Amy: Sorry but I'm not in the best of moods today.
03:01 PM Amy: As your here perhaps you can help cheer me up. *smiles innocently*

It restarted the script after the first round of CBTCock in the (mash) section
Datta. Dayadhvam. Damyata.
png
Explorer At Heart
Explorer At Heart
Posts: 157
Joined: Tue Jun 02, 2015 4:34 pm

Re: Tease AI: Community-Created Scripts

Post by png »

marspank wrote:Not sure if this is something wrong with the new patch, but I ran the open script you posted png and had this happen:

02:59 PM Amy: Swat that poor little dick with your palm a few times
02:59 PM John: done
03:00 PM Amy: Give me 5 good slaps on the head of your cock, make it sting
03:00 PM John: slapped Miss
03:00 PM Amy: Give your cock a few good smacks
03:00 PM John: done Miss
03:00 PM Amy: Oh, Hello John.
03:00 PM Amy: Sorry but I'm not in the best of moods today.
03:01 PM Amy: As your here perhaps you can help cheer me up. *smiles innocently*

It restarted the script after the first round of CBTCock in the (mash) section
Are you it's my script ? I only posted the stroke or chastity variation script and it's a link not a start script and I don't have a (mash) session in it :p

But I also had bugs where the program looped after a CBT session and submited it as a bug in the main thread so might be linked somehow. i think the program loose its way to where it should continue in some conditions

If it's indeed the stroke or chastity script I posted and I misunderstood you tell me what answers you gave and which of the 3 versions I posted you used and I'll check it
User avatar
marspank
Explorer At Heart
Explorer At Heart
Posts: 840
Joined: Mon Sep 19, 2011 12:11 am
Gender: Male
Sexual Orientation: Straight
I am a: Submissive
Location: East Coast US

Re: Tease AI: Community-Created Scripts

Post by marspank »

oh sorry. it was a different user, the one JustBeCos posted.
Datta. Dayadhvam. Damyata.
vyyr
Explorer
Explorer
Posts: 71
Joined: Tue Feb 19, 2013 5:01 pm

Re: Tease AI: Community-Created Scripts

Post by vyyr »

marspank wrote:Not sure if this is something wrong with the new patch, but I ran the open script you posted png and had this happen:

02:59 PM Amy: Swat that poor little dick with your palm a few times
02:59 PM John: done
03:00 PM Amy: Give me 5 good slaps on the head of your cock, make it sting
03:00 PM John: slapped Miss
03:00 PM Amy: Give your cock a few good smacks
03:00 PM John: done Miss
03:00 PM Amy: Oh, Hello John.
03:00 PM Amy: Sorry but I'm not in the best of moods today.
03:01 PM Amy: As your here perhaps you can help cheer me up. *smiles innocently*

It restarted the script after the first round of CBTCock in the (mash) section
same for me
Post Reply