Tease Ai scripting: The HELP CORNER
Moderator: 1885
-
smargerbarg
- Explorer At Heart

- Posts: 110
- Joined: Sat Jan 16, 2016 6:17 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: Tease Ai scripting: The HELP CORNER
I am struggling to even open tease AI. opened the download link nothing happens... please help me.
-
Daragorn
- Explorer At Heart

- Posts: 587
- Joined: Fri Nov 06, 2015 1:16 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Tease Ai scripting: The HELP CORNER
you can use a loop inside a script to do that, something likeflying1 wrote: Wed Nov 15, 2017 4:52 pm
- When there is used Slideshow or pictures are changing too fast, the whole Tease AI is lagging. How can I show random pictures at high speed without lagging, what is the best way to do it? (local and urls mixed)
@NullResponse @SetVar[picsToShow]=[100]
(chooseLoop)
@NullResponse @Goto(loop1,loop2)
(loop1)
@NullResponse @ShowBlogImage
@NUllResponse @Goto(loopCheck)
(loop2)
@NullResponse @ShowImage
@NUllResponse @Goto(loopCheck)
(loopCheck)
@NullResponse @ChangeVar[picsToShow]=[picsToShow]-[1]
@If[picsToShow]>[0]Then(chooseLoop)
Ok we're done with pics now!
This will loop picsToShow times before ending.
I don't get what you mean....
- If I want smth like objects or records, what should I use to replace them? (as I know, there are problems even with string variables in the last version)
Btw, there is not a real issue with string variables... the issue is just if you try to do something like @SetVar[myVar]=[myText]
because wars (unless they are @InputVar[]) are not supposed to be a string, but a value (@InputVar[] instead works fine with a string, since that is something that the user writes).
What's the use for hard-coding a string inside a var? Why not using a #Vocab? in anycase, your string value is preset by you when you write the script, so why using a var?
- avatarbr
- Experimentor

- Posts: 1239
- Joined: Fri Aug 18, 2006 3:33 am
- Gender: Male
- Sexual Orientation: Straight
Re: Tease Ai scripting: The HELP CORNER
One thing I noticed is online images need 1 oe 2 seconds to load (not sure if my connection problem) so, fast slideshows will cause a problem. Works fine with local images.
I don't know if is possible to pre-load online images.
I don't know if is possible to pre-load online images.
Re: Tease Ai scripting: The HELP CORNER
To create something like objectDaragorn wrote: Thu Dec 14, 2017 7:28 pmWhat's the use for hard-coding a string inside a var? Why not using a #Vocab? in anycase, your string value is preset by you when you write the script, so why using a var?
-
Daragorn
- Explorer At Heart

- Posts: 587
- Joined: Fri Nov 06, 2015 1:16 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Tease Ai scripting: The HELP CORNER
Objects? I can't get what you mean, honestly.... Can you give me an example? I really can't understand what you'd like to achieve..flying1 wrote: Wed Dec 20, 2017 10:06 amTo create something like objectDaragorn wrote: Thu Dec 14, 2017 7:28 pmWhat's the use for hard-coding a string inside a var? Why not using a #Vocab? in anycase, your string value is preset by you when you write the script, so why using a var?I am not good at programming so I use strings for it
![]()
Re: Tease Ai scripting: The HELP CORNER
Example: If SomeFuckingVariable = SomeFuckingMeaning then ThisVariable=ThisOption. ThatVariable=ThatOption and so on...Daragorn wrote: Wed Dec 20, 2017 1:55 pm Objects? I can't get what you mean, honestly.... Can you give me an example? I really can't understand what you'd like to achieve..
-
Daragorn
- Explorer At Heart

- Posts: 587
- Joined: Fri Nov 06, 2015 1:16 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Tease Ai scripting: The HELP CORNER
But that kind of logic can't be used in teaseAI in any case....it is not a programing language...the only thing you can do with the @if command is to compare values and then goto somewhere in the script, you can't modify the value of something based on the @if result: @If[VarName]>[varName2]Then(Goto Line)flying1 wrote: Wed Jan 03, 2018 9:57 pm Example: If SomeFuckingVariable = SomeFuckingMeaning then ThisVariable=ThisOption. ThatVariable=ThatOption and so on...![]()
Since the value of "SomeFuckingVariable" is hardcoded by you, the if statement will be pointless since it will always be true....you can achieve the same result by setting flags instead.
Instead of doing something like:
@SetVar[SomeFuckingVariable]=[vibrator]
And then do an
@If[SomeFuckingVariable]=[vibrator]Then(goHere)
(goHere)
so your stuff if the var was set to "vibrator"
You can do the same (and much easier) with flags:
@SetFlag(SomeFuckingVariable)
And then
@Flag(SomeFuckingVariable) do your stuff if the flag is present
-
Harry2stroke
- Explorer

- Posts: 53
- Joined: Wed Nov 16, 2011 6:50 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Tease Ai scripting: The HELP CORNER
Hi everyone
I have a question or some kind of idea to avatar and PtheV for the updates of MissBlue and HoT
I like your personalities a lot, but i would like to implement some "options" at the start of a session and actually i have no glue, where and how i can implement such kind of things.
In fact nearly all personalities get to the stroking rhythm without asking, if the sub is alone or if he/she is already undressed.
or ask how much time you have, actually i dont have that much time always to complete a whole session
ok you can set the session time in the settings, but i think it would feel better, if domme is asking for that specially and you can reply, whether you have 10 minutes or 3 hours or no time limit .....
also I think a little start up conversation would give this whole thing some more real feelings.
for example some kind of small talk about the last session (would be great, if domme would have some kind of memory/flags of the last session ..... but actually i really dont know, how to script this kind of things
or as mentioned above to clearify, if the sub is alone at home, or for example girlfriend/wife/parents/kids are also there ?
maybe sitting in the room next to you ....
if someone is home the session should be some kind of more "carefully" (maybe you cannot undress fully or something like that)
if you are not alone, domme is asking maybe for some kind of quicky (define session time at this point) maybe ask sub, how much time he has, and then set the session time together.
or the other way round, if you are alone and have time, domme could decide to have an extra long session for example ....
maybe you have some ideas where and how to use this kind of ideas.
cheers
I have a question or some kind of idea to avatar and PtheV for the updates of MissBlue and HoT
I like your personalities a lot, but i would like to implement some "options" at the start of a session and actually i have no glue, where and how i can implement such kind of things.
In fact nearly all personalities get to the stroking rhythm without asking, if the sub is alone or if he/she is already undressed.
or ask how much time you have, actually i dont have that much time always to complete a whole session
ok you can set the session time in the settings, but i think it would feel better, if domme is asking for that specially and you can reply, whether you have 10 minutes or 3 hours or no time limit .....
also I think a little start up conversation would give this whole thing some more real feelings.
for example some kind of small talk about the last session (would be great, if domme would have some kind of memory/flags of the last session ..... but actually i really dont know, how to script this kind of things
or as mentioned above to clearify, if the sub is alone at home, or for example girlfriend/wife/parents/kids are also there ?
maybe sitting in the room next to you ....
if someone is home the session should be some kind of more "carefully" (maybe you cannot undress fully or something like that)
if you are not alone, domme is asking maybe for some kind of quicky (define session time at this point) maybe ask sub, how much time he has, and then set the session time together.
or the other way round, if you are alone and have time, domme could decide to have an extra long session for example ....
maybe you have some ideas where and how to use this kind of ideas.
cheers
- avatarbr
- Experimentor

- Posts: 1239
- Joined: Fri Aug 18, 2006 3:33 am
- Gender: Male
- Sexual Orientation: Straight
Re: Tease Ai scripting: The HELP CORNER
About the time, there are a command to increase or decrease the session range, but will add or remove time, not set a specific time. Ex: you can add 10 or 30 minutes to a session, but can't set a 30 minutes session (maybe you can remove 120 minutes to be sure to have 0 minutes, and then add 30 minutes, but I don't know if it's works like that).Harry2stroke wrote: Mon Jan 08, 2018 7:49 pm Hi everyone
I have a question or some kind of idea to avatar and PtheV for the updates of MissBlue and HoT
I like your personalities a lot, but i would like to implement some "options" at the start of a session and actually i have no glue, where and how i can implement such kind of things.
In fact nearly all personalities get to the stroking rhythm without asking, if the sub is alone or if he/she is already undressed.
or ask how much time you have, actually i dont have that much time always to complete a whole session
ok you can set the session time in the settings, but i think it would feel better, if domme is asking for that specially and you can reply, whether you have 10 minutes or 3 hours or no time limit .....
also I think a little start up conversation would give this whole thing some more real feelings.
for example some kind of small talk about the last session (would be great, if domme would have some kind of memory/flags of the last session ..... but actually i really dont know, how to script this kind of things
or as mentioned above to clearify, if the sub is alone at home, or for example girlfriend/wife/parents/kids are also there ?
maybe sitting in the room next to you ....
if someone is home the session should be some kind of more "carefully" (maybe you cannot undress fully or something like that)
if you are not alone, domme is asking maybe for some kind of quicky (define session time at this point) maybe ask sub, how much time he has, and then set the session time together.
or the other way round, if you are alone and have time, domme could decide to have an extra long session for example ....
maybe you have some ideas where and how to use this kind of ideas.
cheers
The memory about the last session it's possible with flags, just need to put the flag on the [orgasm allowed/denied] parts. Just make sure to delete after using in the next session.
The other ideas can be done, but require editing every file where some conflict can happens, like finding any line where she mention you are naked, when you are not.
-
Spielers
- Explorer At Heart

- Posts: 309
- Joined: Mon Jan 09, 2017 8:26 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Tease Ai scripting: The HELP CORNER
Is it possible to open a link in a browser for a video or can I view a Video from xhamster youporn ... in tease AI
-
Harry2stroke
- Explorer

- Posts: 53
- Joined: Wed Nov 16, 2011 6:50 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Tease Ai scripting: The HELP CORNER
Hey guys
Is there any command for Random Glitter ?
Something like #RandomGlitter(Contact1, Contact2, Contact3) or something similar ?
To choose the glitters randomly
Thanks
Is there any command for Random Glitter ?
Something like #RandomGlitter(Contact1, Contact2, Contact3) or something similar ?
To choose the glitters randomly
Thanks
Re: Tease Ai scripting: The HELP CORNER
As far as I see you cannot start an extern application (like the browser) and also I think once I have tested to play an URL with @PlayVideo ... didn't worked also, iirc that is.Spielers wrote: Tue Jan 16, 2018 5:04 pm Is it possible to open a link in a browser for a video or can I view a Video from xhamster youporn ... in tease AI
Mayb there are other ways but why not something like:Harry2stroke wrote: Thu Mar 08, 2018 8:06 pm Is there any command for Random Glitter ?
Something like #RandomGlitter(Contact1, Contact2, Contact3) or something similar ?
blabla... @Goto(c1,c2,c3)
(c1)
add contact 1 here @Goto(continue)
(c2)
add contact 2 here @Goto(continue)
(c3)
add contact 3 here @Goto(continue)
(continue)
@Contact1 further blabla
@Contact2 further blabla
@Contact3 further blabla
I didn't tested that, ... just a thought I wanted to throw into the room.
-
Harry2stroke
- Explorer

- Posts: 53
- Joined: Wed Nov 16, 2011 6:50 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Tease Ai scripting: The HELP CORNER
Thanks Markus
Just thought there is a command like RandomText(blablabla) also for @AddRandomGlitter(C1,C2,C3)
Thanks anyway
Just thought there is a command like RandomText(blablabla) also for @AddRandomGlitter(C1,C2,C3)
Thanks anyway
Re: Tease Ai scripting: The HELP CORNER
I'm curious about concating input....
I have a place where the user inputs a chore description periodically... I'd like some how to accumulate these descriptions in a log... it could just be string concatenation inside a variable file (it seems just like a file
)
any ideas if this is possible?
I've tried CPP/python things like @SetVar[log]=[log]+[newitem]...but no dice... is there anyway to concatenate strings?
I have a place where the user inputs a chore description periodically... I'd like some how to accumulate these descriptions in a log... it could just be string concatenation inside a variable file (it seems just like a file
any ideas if this is possible?
I've tried CPP/python things like @SetVar[log]=[log]+[newitem]...but no dice... is there anyway to concatenate strings?
Re: Tease Ai scripting: The HELP CORNER
Hi!lotar232 wrote: Mon Mar 19, 2018 9:01 pm I'm curious about concating input....
I have a place where the user inputs a chore description periodically... I'd like some how to accumulate these descriptions in a log... it could just be string concatenation inside a variable file (it seems just like a file)
any ideas if this is possible?
I've tried CPP/python things like @SetVar[log]=[log]+[newitem]...but no dice... is there anyway to concatenate strings?
I didn't tested that, but I guess you'd need to use @ChangeVar instead of @SetVar:
@ChangeVar[log]=[log]+[newitem]
(You'd need to use @SetVar for first creating the variable, but once it's created you should use @ChangeVar, no guarantee that it works, but worth a try I guess)
