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

User avatar
Trusfrated
Explorer At Heart
Explorer At Heart
Posts: 465
Joined: Mon Nov 08, 2010 8:41 am
Gender: Male

Re: Tease AI: Community-Created Scripts

Post by Trusfrated »

1885,

Did you get very far with the "Total Brat" personality? I know you're not focused on content creation now, but I'm just curious what other personalities you might have "simmering." :-P
1885 wrote: Image
ImageImage
User avatar
1885
Explorer At Heart
Explorer At Heart
Posts: 648
Joined: Fri Jul 08, 2011 4:27 am
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: Tease AI: Community-Created Scripts

Post by 1885 »

Trusfrated wrote:Did you get very far with the "Total Brat" personality? I know you're not focused on content creation now, but I'm just curious what other personalities you might have "simmering." :-P
There's three Personalities that I think about that I would like to do, but nothing substantial toward any of them. Total Brat's one of them, and I was using the idea of her to get through some initial builds. Once things started coming together and I was like "Oh shit, this is actually gonna happen" I switched to something with a little more universal appeal with Wicked Tease. I mean, cause if you know my work at all, the girls I write as dommes are all sociopaths and Total Brat isn't any different :lol:
Image
User avatar
Azureballs
Explorer At Heart
Explorer At Heart
Posts: 119
Joined: Sat Oct 28, 2006 5:30 pm
Gender: Transsexual/Transgender
Sexual Orientation: Open to new ideas!
I am a: Submissive
Location: USA

Re: Tease AI: Community-Created Scripts

Post by Azureballs »

Sociopaths can be fun :lol: as evidenced by the way I cranked wicked tease up out of the box I'm in the same camp as you 1885.
What ever happened to the post orgasm torture option? I assume those would have been stroking scripts that run right after a sub's orgasm. That was a feature I was looking forward to when I saw the early screenshots.
kopal37
Explorer
Explorer
Posts: 20
Joined: Fri Dec 07, 2012 10:43 am

Re: Tease AI: Community-Created Scripts

Post by kopal37 »

So I've been working on a pretty basic entro... I can't seem to get the Bookmark module command to work. Is it a bug or is it me?

Here's the code:

Code: Select all

How are you, #GeneralTime, #PetName?Nice and horny, I hope? #Grin[yes] Oh well, guess I'll just have to make it worse, #PetName [no] Well, maybe we can fix that? #Grin@DifferentAnswer Yes or no, Slave. #Grin@Goto(warmup)@End(warmup)@SetVar[StrokesPerImage_Kop]=[5] @SetVar[PreviousEdgeGoal_Kop]=[2]@SetVar[PrevEdgeCount_Kop]=[0]So here's the deal, #PetNameI'm going to show you some of my favorite images,And you're going to show the the proper amount of respect #GrinYou'll be stroking @ShowVar[StrokesPerImage_Kop] times on eachYou may, however, double that if you think the current image is worth it. #LolI will decide when you've had enough. Understood?[yes] Good, Let's get this engine purring! #Grin[no] Should I punish you for not paying attention? I think so. #Grin @Goto(punish)@DifferentAnswer Don't be cute.  Answer the question.Awesome, let's get started. @SetVar[EdgeGoal_Kop]=[5](loop)@Chance50(ass)@Goto(boob)(punish)So you thought you'd be cute, eh? @CBTStill think you're cute? @CBTTell me, am I the most #Sexy woman you've ever seen, #PetName?[yes] Good boy.  We can begin now. @Goto(loop)[no] Well, aren't you a glutton for punishment? #Grin@DifferentAnswer I don't like indecision. #Grin @CBT#StartStroking @StartStroking@Goto(loop)@End(ass)@LockImages#BBnB_Ass @ShowButtImage@Wait(5)#BBnB_Ass @ShowButtImage@Wait(5)#BBnB_Ass @ShowButtImage@Wait(5)@Goto(Enditer)(boob)@LockImages#BBnB_Boobs @ShowBoobsImage@Wait(5)#BBnB_Boobs @ShowBoobsImage@Wait(5)#BBnB_Boobs @ShowBoobsImage@Wait(5)@Goto(Enditer)(End)@SetVar[EndCountMax]=[PreviousEdgeGoal_Kop]@ChangeVar[PreviousEdgeGoal_Kop]=[PreviousEdgeGoal_Kop]+[1]@SetVar[CurrentCount]=[0]I think you're definitely warmed up enough. #GrinMaybe you should take a break from stroking while I look through a few more images?Don't worry... I'll be right here watching that throbbing #Cock get soft again.#StopStroking @StopStroking(loop2)@ShowBoobsImage @Wait(10)@ChangeVar[CurrentCount]=[CurrentCount]+[1]@If[CurrentCount]<=[EndCountMax]Then(loop2)Okay, I think you're nice and cooled down. #EmoteRandom#StartStroking @StartStroking @End(Enditer)@ChangeVar[PrevEdgeCount_Kop]=[PrevEdgeCount_Kop]+[1] @ShowVar[PrevEdgeCount_Kop] @UnlockImages@If[PrevEdgeCount_Kop]>=[PreviousEdgeGoal_Kop]Then(End)@BookmarkModule@End@Goto(loop)
User avatar
1885
Explorer At Heart
Explorer At Heart
Posts: 648
Joined: Fri Jul 08, 2011 4:27 am
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: Tease AI: Community-Created Scripts

Post by 1885 »

Azureballs wrote:What ever happened to the post orgasm torture option? I assume those would have been stroking scripts that run right after a sub's orgasm. That was a feature I was looking forward to when I saw the early screenshots.
I decided it was unnecessary to create a separate interrupt for it, since it's easier for scripters to include them in End scripts as part of the outcome if they wish
kopal37 wrote:So I've been working on a pretty basic entro... I can't seem to get the Bookmark module command to work. Is it a bug or is it me?
This isn't quite how Tease AI scripts work. They aren't meant to be one long script like this, they're meant to be smaller scripts that get called randomly over the course of a session with this progression:

Start -> (Taunts -> Module -> Link) -> End

The program starts with a random Start script, which all end with something like
  • Start stroking #PetName @StartStroking
    @End
So your entire Start script should look something like this:
  • Hello #PetName
    Are you nice and horny for me #GeneralTime? #Grin
    [yes] Oh well, guess I'll just have to make it worse, #PetName
    [no] Well, maybe we can fix that? #Grin
    @DifferentAnswer Yes or no, Slave. #Grin
    Start stroking @StartStroking
    @End
This should be your entire Start script. Once it reaches the end, the program automatically moves into StrokeTaunts that the domme randomly says as the user strokes. When the domme decides the user has stroked enough (or they say they're close), the program moves into a Module. Modules are where you'd want to put the bulk of the script you've written. So you could create a Module that looks like this (and I've added some notes in those cursed squiggly brackets)
  • Stop stroking for a second #PetName @StopStroking ###Note 1###
    Just relax while I get some pictures together for our next game real quick #Grin
    @NullResponse @SetVar[StrokesPerImage_Kop]=[5] ###Note 2###
    @NullResponse @SetVar[PreviousEdgeGoal_Kop]=[2]
    @NullResponse @SetVar[PrevEdgeCount_Kop]=[0]
    So here's the deal, #PetName
    I'm going to show you some of my favorite images,
    And you're going to show them the proper amount of respect #Grin
    You'll be stroking @ShowVar[StrokesPerImage_Kop] times on each
    You may, however, double that if you think the current image is worth it. #Lol
    I will decide when you've had enough. Understood?
    [yes] Good, Let's get this engine purring! #Grin
    [no] Should I punish you for not paying attention? I think so. #Grin @Goto(punish)
    @DifferentAnswer Don't be cute. Answer the question.
    Awesome, let's get started. @SetVar[EdgeGoal_Kop]=[5]
    (loop)
    @NullResponse @Chance50(ass)
    @NullResponse @Goto(boob)

    (punish)
    So you thought you'd be cute, eh? @CBT
    Still think you're cute? @CBT
    Tell me, am I the most #Sexy woman you've ever seen, #PetName?
    [yes] Good boy. We can begin now. @Goto(loop)
    [no] Well, aren't you a glutton for punishment? #Grin
    @DifferentAnswer I don't like indecision. Yes or no? ###Note 3###
    In that case let's focus specifically on abusing that #Cock @CBTCock
    And now we'll spend a little time tormenting those #Balls @CBTBalls
    And since you decided to be disrespectful, I've decided not to play this game with you right now
    Maybe if I'm in the mood for it, we'll try this again
    @End
    (boob)
    #BBnB_Boobs @ShowBoobsImage @Wait(5)
    #BBnB_Boobs @ShowBoobsImage @Wait(5)
    #BBnB_Boobs @ShowBoobsImage @Wait(5) @Goto(Enditer)
    (ass)
    #BBnB_Ass @ShowButtImage @Wait(5)
    #BBnB_Ass @ShowButtImage @Wait(5)
    #BBnB_Ass @ShowButtImage @Wait(5)
    (Enditer)
    @NullResponse @ChangeVar[PrevEdgeCount_Kop]=[PrevEdgeCount_Kop]+[1]

    That's @ShowVar[PrevEdgeCount_Kop] set of pictures so far
    @NullResponse @If[PrevEdgeCount_Kop]>=[PreviousEdgeGoal_Kop]Then(End)
    I'll have some more pictures that you can pay your respects to in a moment
    But for now you can get back to paying your respects to me #Grin @BookmarkModule ###Notice @BookmarkModule placement###
    @End
    Actually, you won't be able to stop stroking for <i>too</i> long ###Note 4###
    I do have some more pictures for you after all #Grin @Goto(loop)
    (End)
    @NullResponse @SetVar[EndCountMax]=[PreviousEdgeGoal_Kop]
    @NullResponse @ChangeVar[PreviousEdgeGoal_Kop]=[PreviousEdgeGoal_Kop]+[1]
    @NullResponse @SetVar[PrevEdgeCount_Kop]=[0]

    Okay, that's enough with all the TnA #Grin
    Besides, why settle for just boobs and butts
    When there's sp many other sexy things I can torment you with? #Grin
    @End
Note 1: The user wil always be stroking when a Module begins, so keep that in mind. Every module must include either @StopStroking or one of the @End Commands. A Module can never contain @StartStroking

Note 2: Make sure to include @NullResponse with lines that are just running Commands, otherwise the domme will spit out a blank line

Note 3: I wouldn't put Commands like @CBT here because the program will still be expecting an answer when it concludes, and it will affect the programs ability to process Responses while a Multiple Choice Branch is active

Note 4: BookmarkModule sets the domme to pick up here when the next Module starts, and she will automatically say to stop stroking before she does

I've reworked your script a bit to the above example to create something that should work with Tease AI, and point out some things about how the scripting works. This doesn't replicate the function of your script exactly, but this should be a good roadmap to getting it in working order. Let me know if you have any questions about it and I'll help any way I can. It also might not hurt to look over the Script Overview posts again, all of which are still on the first page of Art of Webteasing
Image
Tepi
Explorer
Explorer
Posts: 32
Joined: Sat Jun 07, 2014 12:14 am

Re: Tease AI: Community-Created Scripts

Post by Tepi »

If using variables are the results rounded up/down or neither? If one were to use say:

@SetVar[HitsToDo]=[10]
@ChangeVar[HitsToDo]=[HitsToDo]/[3]
@ShowVar[HitsToDo]

Printing out 3.333333... in chat would be rather odd.
snowcat22
Explorer
Explorer
Posts: 17
Joined: Sun Dec 16, 2007 8:22 pm

Re: Tease AI: Community-Created Scripts

Post by snowcat22 »

Hi folks,

So know Glitter isn't exactly scripting, but I couldn't bear to watch the same topics go by over and over, so I made some new ones.

I would appreciate it if a couple of people extracted it and made sure I bundled it correctly. If it works okay, I would be happy to make a bunch more so there is a lot of Glitter variety for all topics!

It goes in Scripts/Wicked Tease/Apps/etc....

Enjoy!

...snowcat...
Apps.rar
Glitter additions
(3.33 KiB) Downloaded 642 times
User avatar
opiate
Explorer At Heart
Explorer At Heart
Posts: 164
Joined: Thu Mar 15, 2012 5:20 am
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: Tease AI: Community-Created Scripts

Post by opiate »

@1885

It would be great if you posted a link to your Command Guides in your opening post here,
Searching the TeaseAI Open Beta topic is quickly becoming daunting, even with the search option :/
vyyr
Explorer
Explorer
Posts: 71
Joined: Tue Feb 19, 2013 5:01 pm

Re: Tease AI: Community-Created Scripts

Post by vyyr »

someone can make a ballbusting tease with tease ai? i wanna see the mistress talking about kicking your balls and do it. sorry for my english, its not my first language.
Risuld
Explorer
Explorer
Posts: 17
Joined: Mon Apr 09, 2012 4:56 am

Re: Tease AI: Community-Created Scripts

Post by Risuld »

Snowcat your Glitter additions working fine. I put them in my folder and they started showing up just fine. Thank you and looking forward to seeing more from ya.
JustBeCos
Explorer
Explorer
Posts: 5
Joined: Sun Dec 07, 2014 11:12 pm

Re: Tease AI: Community-Created Scripts

Post by JustBeCos »

Hi All

Thank you 1885 for all the hard work you have put into this.

I have been having a play with the scripts and here is a start script

Code: Select all

Oh, Hello #SubName. Sorry but I'm not in the best of moods today.As your here perhaps you can help cheer me up. #Grin @Chance25(mash)  Maybe some compliments would help.(question)If you could kiss me anywhere you liked. Where would you choose?[mouth, lips] Thats sweet and all but, well a bit fluffy. At least try to excite me. I'll ask again. @Goto(question)[ass, arse, asshole, butt, bottom, bum, hienie] That has a certianly has some appeal. @Goto(ass)[tit, tits, breast, breasts, nipple, nipples, boobs, boob] My #Boobs are rather good. @Goto(tits)[pussy, cunt, vagina, clit, clitoris] Now that is an answer I like, my #pussy could with some attention. @Goto(pussy) @AcceptAnswer Okay, not what I was expecting.But there again what ever floats your boatThis hasn't cheered me up though. @Goto(mash)(mash)I know what always cheers me up, but first tell meWho does that #cock and those #balls between your legs belong too?[you, your, yours] That's right. #Grin[my, mine, me] Oh well, not sure your going to want them soon. #Grin @Goto(cbt)@DifferentAnswer Well are they mine or yours #SubName?I think the best way to cheer me up is to take out my frustration on something.Something that belongs to me. (1cbt)Where shall we start?@Chance50(1cock)Lets start with your #Balls@NullResponse @CBTBallsYou know what its working. Starting to feel much better. #GrinStill not feeling quite right thought lets try again @Chance50(2cock)The amount of pain in you #balls seemed to equal the improvement of my moodSo I thing that we should increase the pain@NullResponse @CBTBallsNow I feel better.I'm so lucky to have you #SubName.You know just how to take my pain away.By inflicting it on yourself #grin @Goto(end)(1cock) Lets start with your #Cock@NullResponse @CBTCockYou know what its working. Starting to feel much better. #GrinStill not feeling quite right thought lets try again @Chance50(2balls)The amount of pain in you #Cock seemed to equal the improvement of my moodSo I thing that we should increase the pain@NullResponse @CBTCockNow I feel better.I'm so lucky to have you #SubName.You know just how to take my pain away.By inflicting it on yourself #grin @Goto(end)(2cock)The amount of pain in you #balls seemed to equal the improvement of my moodSo I thing that we should apply the pain to your #Cock too. #grin@NullResponse @CBTCockNow I feel better.I'm so lucky to have you #SubName.You know just how to take my pain away.By inflicting it on yourself #grin @Goto(end)(2balls)The amount of pain in you #Cock seemed to equal the improvement of my moodSo I thing that we should apply the pain to your #Balls too. #grin@NullResponse @CBTBallsNow I feel better.I'm so lucky to have you #SubName.You know just how to take my pain away.By inflicting it on yourself #grin @Goto(end)(cbt)Oh dear #SubName, you seem to be a bit deluded.You know lies in wait for you here.But still you come, I don't make you.You can't help yourself. Why?Because you know that you belong to me.Not just your #Cock and #Balls.But all of you mind body and soul. So now. @Goto(cbt1) (ass)My adoring #PetName on his knees worshiping my #Ass.@NullResponse @SetVar[yesass_cos]=[0]@NullResponse @SetVar[noass_cos]=[0](2ass)Tell me the truth, is my #Ass better than hers? @ShowButtImage[yes] I'm glad you think so. @Goto(1ass)[no] Really? @DifferentAnswer Yes or no #petname@NullResponse @ChangeVar[noass_cos]=[noass_cos]+[1]@NullResponse @If[noass_cos]=[1]Then(1noass)@NullResponse @If[noass_cos]=[2]Then(2noass)@NullResponse @If[noass_cos]=[3]Then(3noass)(1ass)@NullResponse @ChangeVar[yesass_cos]=[yesass_cos]+[1]@NullResponse @If[yesass_cos]=[3]Then(1yesass) @NullResponse @Goto(2ass) (1noass)You sure know how to upset a lady. @CBT@NullResponse @Goto(2ass) (2noass)Actually I don't care it's more fun to punish you anyway. @CBT@NullResponse @Goto(2ass) (3noass)You've made be realise something.Its sometimes more fun when your naughty. @Goto(end) (1yesass)You say the nicest things. @Chance40(2yesass)@NullResponse @Goto(end)(2yesass)But I think your just telling me what you think I want to here.And I am still in a bad mood.@Goto(mash)(tits)@NullResponse @SetVar[yestits_cos]=[0]@NullResponse @SetVar[notits_cos]=[0](2tits)Tell me the truth, are my #Boobs better than hers? @ShowBoobsImage[yes] I'm glad you think so. @Goto(1tits) [no] Really?@DifferentAnswer Yes or no #petname@NullResponse @ChangeVar[notits_cos]=[notits_cos]+[1]@NullResponse @If[notits_cos]=[1]Then(1notits)@NullResponse @If[notits_cos]=[2]Then(2notits)@NullResponse @If[notits_cos]=[3]Then(3notits)(1tits)@NullResponse @ChangeVar[yestits_cos]=[yestits_cos]+[1]@NullResponse @If[yestits_cos]=[3]Then(1yestits) @NullResponse @Goto(2tits) (1notits)You sure know how to upset a lady. @CBT@NullResponse @Goto(2tits) (2notits)Actually I don't care it's more fun to punish you anyway. @CBT@NullResponse @Goto(2tits) (3notits)You've made be realise something.Its sometimes more fun when your naughty. @Goto(end) (1yestits)You say the nicest things. @Chance40(2yestits)@NullResponse @Goto(end)(2yestits)Hhmm I dont believe you.And I am still in a bad mood.@Goto(mash)(pussy)Would you kiss and lick my #pussy till I have a screaming orgasm?Just thinking about about it makes me all wet and juciy.(end)Thank you #SubNameNow I'm feeling better shall we get down business.Which of course is making you ache Time to start Stroking. @StartStroking@End


hope someone likes it
User avatar
ark235
Explorer
Explorer
Posts: 48
Joined: Tue Jul 19, 2011 8:27 am
Gender: Male
Sexual Orientation: Straight
I am a: Switch
Location: Somewhere!

Re: Tease AI: Community-Created Scripts

Post by ark235 »

edit
Last edited by ark235 on Fri May 10, 2024 8:48 pm, edited 1 time in total.
User avatar
ark235
Explorer
Explorer
Posts: 48
Joined: Tue Jul 19, 2011 8:27 am
Gender: Male
Sexual Orientation: Straight
I am a: Switch
Location: Somewhere!

Re: Tease AI: Community-Created Scripts

Post by ark235 »

JustBeCos wrote:Hi All

Thank you 1885 for all the hard work you have put into this.
I have been having a play with the scripts and here is a start script

hope someone likes it
Seems pretty good to me! I noticed you have an error with a @Goto(cbt1) that I think should be @Goto(1cbt) however.
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 »

JustBeCos wrote:Hi All

Thank you 1885 for all the hard work you have put into this.

I have been having a play with the scripts and here is a start script

Code: Select all

Oh, Hello #SubName. Sorry but I'm not in the best of moods today.As your here perhaps you can help cheer me up. #Grin @Chance25(mash)  Maybe some compliments would help.(question)If you could kiss me anywhere you liked. Where would you choose?[mouth, lips] Thats sweet and all but, well a bit fluffy. At least try to excite me. I'll ask again. @Goto(question)[ass, arse, asshole, butt, bottom, bum, hienie] That has a certianly has some appeal. @Goto(ass)[tit, tits, breast, breasts, nipple, nipples, boobs, boob] My #Boobs are rather good. @Goto(tits)[pussy, cunt, vagina, clit, clitoris] Now that is an answer I like, my #pussy could with some attention. @Goto(pussy) @AcceptAnswer Okay, not what I was expecting.But there again what ever floats your boatThis hasn't cheered me up though. @Goto(mash)(mash)I know what always cheers me up, but first tell meWho does that #cock and those #balls between your legs belong too?[you, your, yours] That's right. #Grin[my, mine, me] Oh well, not sure your going to want them soon. #Grin @Goto(cbt)@DifferentAnswer Well are they mine or yours #SubName?I think the best way to cheer me up is to take out my frustration on something.Something that belongs to me. (1cbt)Where shall we start?@Chance50(1cock)Lets start with your #Balls@NullResponse @CBTBallsYou know what its working. Starting to feel much better. #GrinStill not feeling quite right thought lets try again @Chance50(2cock)The amount of pain in you #balls seemed to equal the improvement of my moodSo I thing that we should increase the pain@NullResponse @CBTBallsNow I feel better.I'm so lucky to have you #SubName.You know just how to take my pain away.By inflicting it on yourself #grin @Goto(end)(1cock) Lets start with your #Cock@NullResponse @CBTCockYou know what its working. Starting to feel much better. #GrinStill not feeling quite right thought lets try again @Chance50(2balls)The amount of pain in you #Cock seemed to equal the improvement of my moodSo I thing that we should increase the pain@NullResponse @CBTCockNow I feel better.I'm so lucky to have you #SubName.You know just how to take my pain away.By inflicting it on yourself #grin @Goto(end)(2cock)The amount of pain in you #balls seemed to equal the improvement of my moodSo I thing that we should apply the pain to your #Cock too. #grin@NullResponse @CBTCockNow I feel better.I'm so lucky to have you #SubName.You know just how to take my pain away.By inflicting it on yourself #grin @Goto(end)(2balls)The amount of pain in you #Cock seemed to equal the improvement of my moodSo I thing that we should apply the pain to your #Balls too. #grin@NullResponse @CBTBallsNow I feel better.I'm so lucky to have you #SubName.You know just how to take my pain away.By inflicting it on yourself #grin @Goto(end)(cbt)Oh dear #SubName, you seem to be a bit deluded.You know lies in wait for you here.But still you come, I don't make you.You can't help yourself. Why?Because you know that you belong to me.Not just your #Cock and #Balls.But all of you mind body and soul. So now. @Goto(cbt1) (ass)My adoring #PetName on his knees worshiping my #Ass.@NullResponse @SetVar[yesass_cos]=[0]@NullResponse @SetVar[noass_cos]=[0](2ass)Tell me the truth, is my #Ass better than hers? @ShowButtImage[yes] I'm glad you think so. @Goto(1ass)[no] Really? @DifferentAnswer Yes or no #petname@NullResponse @ChangeVar[noass_cos]=[noass_cos]+[1]@NullResponse @If[noass_cos]=[1]Then(1noass)@NullResponse @If[noass_cos]=[2]Then(2noass)@NullResponse @If[noass_cos]=[3]Then(3noass)(1ass)@NullResponse @ChangeVar[yesass_cos]=[yesass_cos]+[1]@NullResponse @If[yesass_cos]=[3]Then(1yesass) @NullResponse @Goto(2ass) (1noass)You sure know how to upset a lady. @CBT@NullResponse @Goto(2ass) (2noass)Actually I don't care it's more fun to punish you anyway. @CBT@NullResponse @Goto(2ass) (3noass)You've made be realise something.Its sometimes more fun when your naughty. @Goto(end) (1yesass)You say the nicest things. @Chance40(2yesass)@NullResponse @Goto(end)(2yesass)But I think your just telling me what you think I want to here.And I am still in a bad mood.@Goto(mash)(tits)@NullResponse @SetVar[yestits_cos]=[0]@NullResponse @SetVar[notits_cos]=[0](2tits)Tell me the truth, are my #Boobs better than hers? @ShowBoobsImage[yes] I'm glad you think so. @Goto(1tits) [no] Really?@DifferentAnswer Yes or no #petname@NullResponse @ChangeVar[notits_cos]=[notits_cos]+[1]@NullResponse @If[notits_cos]=[1]Then(1notits)@NullResponse @If[notits_cos]=[2]Then(2notits)@NullResponse @If[notits_cos]=[3]Then(3notits)(1tits)@NullResponse @ChangeVar[yestits_cos]=[yestits_cos]+[1]@NullResponse @If[yestits_cos]=[3]Then(1yestits) @NullResponse @Goto(2tits) (1notits)You sure know how to upset a lady. @CBT@NullResponse @Goto(2tits) (2notits)Actually I don't care it's more fun to punish you anyway. @CBT@NullResponse @Goto(2tits) (3notits)You've made be realise something.Its sometimes more fun when your naughty. @Goto(end) (1yestits)You say the nicest things. @Chance40(2yestits)@NullResponse @Goto(end)(2yestits)Hhmm I dont believe you.And I am still in a bad mood.@Goto(mash)(pussy)Would you kiss and lick my #pussy till I have a screaming orgasm?Just thinking about about it makes me all wet and juciy.(end)Thank you #SubNameNow I'm feeling better shall we get down business.Which of course is making you ache Time to start Stroking. @StartStroking@End


hope someone likes it
Line #72. But all of you(r) mind body and soul. So now. @Goto(cbt1)

Should be... @Goto(1cbt) ?
Datta. Dayadhvam. Damyata.
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 »

JustBeCos wrote:Hi All

Thank you 1885 for all the hard work you have put into this.

I have been having a play with the scripts and here is a start script

Code: Select all

Oh, Hello #SubName. Sorry but I'm not in the best of moods today.As your here perhaps you can help cheer me up. #Grin @Chance25(mash)  Maybe some compliments would help.(question)If you could kiss me anywhere you liked. Where would you choose?[mouth, lips] Thats sweet and all but, well a bit fluffy. At least try to excite me. I'll ask again. @Goto(question)[ass, arse, asshole, butt, bottom, bum, hienie] That has a certianly has some appeal. @Goto(ass)[tit, tits, breast, breasts, nipple, nipples, boobs, boob] My #Boobs are rather good. @Goto(tits)[pussy, cunt, vagina, clit, clitoris] Now that is an answer I like, my #pussy could with some attention. @Goto(pussy) @AcceptAnswer Okay, not what I was expecting.But there again what ever floats your boatThis hasn't cheered me up though. @Goto(mash)(mash)I know what always cheers me up, but first tell meWho does that #cock and those #balls between your legs belong too?[you, your, yours] That's right. #Grin[my, mine, me] Oh well, not sure your going to want them soon. #Grin @Goto(cbt)@DifferentAnswer Well are they mine or yours #SubName?I think the best way to cheer me up is to take out my frustration on something.Something that belongs to me. (1cbt)Where shall we start?@Chance50(1cock)Lets start with your #Balls@NullResponse @CBTBallsYou know what its working. Starting to feel much better. #GrinStill not feeling quite right thought lets try again @Chance50(2cock)The amount of pain in you #balls seemed to equal the improvement of my moodSo I thing that we should increase the pain@NullResponse @CBTBallsNow I feel better.I'm so lucky to have you #SubName.You know just how to take my pain away.By inflicting it on yourself #grin @Goto(end)(1cock) Lets start with your #Cock@NullResponse @CBTCockYou know what its working. Starting to feel much better. #GrinStill not feeling quite right thought lets try again @Chance50(2balls)The amount of pain in you #Cock seemed to equal the improvement of my moodSo I thing that we should increase the pain@NullResponse @CBTCockNow I feel better.I'm so lucky to have you #SubName.You know just how to take my pain away.By inflicting it on yourself #grin @Goto(end)(2cock)The amount of pain in you #balls seemed to equal the improvement of my moodSo I thing that we should apply the pain to your #Cock too. #grin@NullResponse @CBTCockNow I feel better.I'm so lucky to have you #SubName.You know just how to take my pain away.By inflicting it on yourself #grin @Goto(end)(2balls)The amount of pain in you #Cock seemed to equal the improvement of my moodSo I thing that we should apply the pain to your #Balls too. #grin@NullResponse @CBTBallsNow I feel better.I'm so lucky to have you #SubName.You know just how to take my pain away.By inflicting it on yourself #grin @Goto(end)(cbt)Oh dear #SubName, you seem to be a bit deluded.You know lies in wait for you here.But still you come, I don't make you.You can't help yourself. Why?Because you know that you belong to me.Not just your #Cock and #Balls.But all of you mind body and soul. So now. @Goto(cbt1) (ass)My adoring #PetName on his knees worshiping my #Ass.@NullResponse @SetVar[yesass_cos]=[0]@NullResponse @SetVar[noass_cos]=[0](2ass)Tell me the truth, is my #Ass better than hers? @ShowButtImage[yes] I'm glad you think so. @Goto(1ass)[no] Really? @DifferentAnswer Yes or no #petname@NullResponse @ChangeVar[noass_cos]=[noass_cos]+[1]@NullResponse @If[noass_cos]=[1]Then(1noass)@NullResponse @If[noass_cos]=[2]Then(2noass)@NullResponse @If[noass_cos]=[3]Then(3noass)(1ass)@NullResponse @ChangeVar[yesass_cos]=[yesass_cos]+[1]@NullResponse @If[yesass_cos]=[3]Then(1yesass) @NullResponse @Goto(2ass) (1noass)You sure know how to upset a lady. @CBT@NullResponse @Goto(2ass) (2noass)Actually I don't care it's more fun to punish you anyway. @CBT@NullResponse @Goto(2ass) (3noass)You've made be realise something.Its sometimes more fun when your naughty. @Goto(end) (1yesass)You say the nicest things. @Chance40(2yesass)@NullResponse @Goto(end)(2yesass)But I think your just telling me what you think I want to here.And I am still in a bad mood.@Goto(mash)(tits)@NullResponse @SetVar[yestits_cos]=[0]@NullResponse @SetVar[notits_cos]=[0](2tits)Tell me the truth, are my #Boobs better than hers? @ShowBoobsImage[yes] I'm glad you think so. @Goto(1tits) [no] Really?@DifferentAnswer Yes or no #petname@NullResponse @ChangeVar[notits_cos]=[notits_cos]+[1]@NullResponse @If[notits_cos]=[1]Then(1notits)@NullResponse @If[notits_cos]=[2]Then(2notits)@NullResponse @If[notits_cos]=[3]Then(3notits)(1tits)@NullResponse @ChangeVar[yestits_cos]=[yestits_cos]+[1]@NullResponse @If[yestits_cos]=[3]Then(1yestits) @NullResponse @Goto(2tits) (1notits)You sure know how to upset a lady. @CBT@NullResponse @Goto(2tits) (2notits)Actually I don't care it's more fun to punish you anyway. @CBT@NullResponse @Goto(2tits) (3notits)You've made be realise something.Its sometimes more fun when your naughty. @Goto(end) (1yestits)You say the nicest things. @Chance40(2yestits)@NullResponse @Goto(end)(2yestits)Hhmm I dont believe you.And I am still in a bad mood.@Goto(mash)(pussy)Would you kiss and lick my #pussy till I have a screaming orgasm?Just thinking about about it makes me all wet and juciy.(end)Thank you #SubNameNow I'm feeling better shall we get down business.Which of course is making you ache Time to start Stroking. @StartStroking@End


hope someone likes it
marspank wrote: Line #72. But all of you(r) mind body and soul. So now. @Goto(cbt1)
Should be... @Goto(1cbt) ?
Also #petname needed to be changed to #PetName

and a spelling mistake at line 138 "juciy",

I fixed the errors and thought it was good, thanks
Post Reply