New scripts ideas

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

Post Reply
Yan34
Explorer
Explorer
Posts: 10
Joined: Mon Sep 24, 2018 3:40 pm

New scripts ideas

Post by Yan34 »

Hi, I've been thinking about things that I would personally add to personalities. First of all I would love to see a module, where you are teased by your dome with full downloaded Hentai. Ofc she can comment action etc. Second one is bondage stuff, for exemple Domme ask you to tie harness, or just your legs, or just any other selfbondage technique. I have some scenarios in mind, but I can't code, so if someone would want to help me with those scripts, it would be awesome.
Temeya
Explorer
Explorer
Posts: 6
Joined: Wed Apr 08, 2020 5:23 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: New scripts ideas

Post by Temeya »

I'm assuming you're asking for TAI and not Java (I don't know how to code in Java).

I wrote a simple tease that is essentially picture imitation. I saved several images of various bondage positions in a folder and the module loads a picture at random. Then the dom teases me with slideshows and/or videos from my files while I'm tied up. Safety is super important with bondage and by having the bondage tied to pictures that I've picked out, I can ensure that I'll be safe.

Other than that, it would be easy to write a link in which the dom asks you to add some sort of bondage before continuing the session. If you have something simple in mind I could probably talk you through how to write it. A lot of coding for TeaseAI is simple text (at least in modules and links). You can do a lot of cool things with commands, but writing a simple module should be quite doable even if you have little to no programming experience.

As far as your question about hentai, I'm not sure exactly what you're looking for, but it's not hard to write a script that chooses random images/videos from select folders on your computer. You could then simply write lines for the dom to say to tease you between images/videos. I'm pretty sure there's a way for the dom to talk during a video too but I haven't entirely figured that out yet.

Below are a couple examples that might help.
Spoiler: show
Example from part of my picture imitation script:

Now, get those hands secure while I pick out the perfect video for you! @Wait(180)
Okay, you should be done by now. If not, close your eyes!
I'm going to start the video but you're not allowed to watch until those hands properly secured
Enjoy! I'll be back in a bit @AfkOn @PlayVideo["File path here\*.*] @Chance10(endBondage)
@PlayVideo["File path here\*.*] @Chance30(endBondage)
@PlayVideo["File path here\*.*] @Chance50(endBondage)
@PlayVideo["File path here\*.*] @Chance60(endBondage)
@PlayVideo["File path here\*.*] @Chance75(endBondage)
@PlayVideo["File path here\*.*] @Goto(endBondage)
(endBondage)
You can get out of your bondage now
Let me know when you're ready to continue

Everything not preceded by '@' is normal text, except for (endBondage) which is used as a point to jump to from an earlier line. Otherwise, this pretty much just uses @PlayVideo as well as @ChanceXX and @Goto to psuedo-randomly decide how long the bondage will last (after each @Chance the number is the % chance of going to (endBondage)). Sure, you can do things way fancier than this, but this still works pretty well.
Spoiler: show
Example of a link from Wicked (I didn't write this one):

You have no idea how much I love this
The thought of making you squirm in your chair
Desperate to touch
Desperate <i>not</i> to touch
Driving you so crazy that you don't know if you're coming or going
Well I can help with that a little bit #PetName
You're definitely not coming #EmoteRandom
Start stroking @StartStroking
@End

The <i> and </i> are just formatting. Otherwise, this simply contains a few vocabulary words (#PetName, #EmoteRandom), the @StartStroking command (start taunt cycle), and @End, which tells TeaseAI that it should move on to the next script. Again, you can do things way fancier than this, but simple scripts like this work really well too and may be ideal for something like adding an ankle tie during one of your breaks from stroking.
User avatar
markus
Explorer At Heart
Explorer At Heart
Posts: 663
Joined: Tue Nov 18, 2008 11:09 pm

Re: New scripts ideas

Post by markus »

Temeya wrote: Mon Aug 31, 2020 4:42 pmI'm pretty sure there's a way for the dom to talk during a video too but I haven't entirely figured that out yet.
A simple example:

Code: Select all

Why don't we take a look at what can be found in your porn video folders... 
@NullResponse @PlayVideoNoWait(All)
@NullResponse @Wait(30)
Mhhh, looks nice.
But the best parts of such clips are mostly not in the beginning, so let's fast forward a bit. 
@NullResponse @JumpVideo(70) 
That is much better. @Wait(10)
I can understand why you saved this clip. @Chance60(ButThatsEnough)
Let's watch this clip till the end, shall we?! #Grin

(CheckIfVideoHasEnded)
@NullResponse @CheckPlayVideo @Goto(CheckIfVideoHasEnded)

(ButThatsEnough)
But that's enough @StopVideo
Let's continue our session now ...
@End

(Video Ended)
Ok, the video has ended.
Let's continue our session now ...
@End
Some infos from the patch-notes:
Spoiler: show



@PlayVideoNoWait(X)
X = Videocategory
That function can be used the same way as @PlayVideo(X)
I.e.:
Let's watch a video @PlayVideoNoWait(FEMSUB)
The script will keep on running, without waiting for the video to be played till it's end.



@JumpVideo(X)
X = Percent of the video
I.e.:
@NullResponse @PlayVideoNoWait(Lesbian) @JumpVideo(30)



@StopVideo
If you have used the command '@PlayVideoNoWait(X)' you can stop that video before it has ended.
This works also for the new command @PlayVideoNoWait[X]



@CheckPlayVideo:
Quote from the Sweet-Patch:
"if @PlayVideoNoWait is used, sometimes you need to know during the script if the video keeps playing or not.
When you called this function, if the video is ended,
the script goes to the Goto tag (Video Ended) you must have inserted in the script.
If not ended, the scripts keeps going normally"



Just ask if you need more explanation about that example. :-)

Best greetings,
Markus
Temeya
Explorer
Explorer
Posts: 6
Joined: Wed Apr 08, 2020 5:23 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: New scripts ideas

Post by Temeya »

That answers a few questions I had, actually. I've been relying on the command guide in TeaseAI as well as miscellaneous scripts that are already written, but I didn't think to check the patch notes for additional commands. Thanks so much!!
Post Reply

Who is online

Users browsing this forum: Edants and 12 guests