Page 20 of 31

Re: Tease Ai scripting: The HELP CORNER

Posted: Thu Dec 14, 2017 6:00 pm
by smargerbarg
I am struggling to even open tease AI. opened the download link nothing happens... please help me.

Re: Tease Ai scripting: The HELP CORNER

Posted: Thu Dec 14, 2017 7:28 pm
by Daragorn
flying1 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)
you can use a loop inside a script to do that, something like
@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.
  • 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)
I don't get what you mean....
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?

Re: Tease Ai scripting: The HELP CORNER

Posted: Fri Dec 15, 2017 12:19 am
by avatarbr
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.

Re: Tease Ai scripting: The HELP CORNER

Posted: Wed Dec 20, 2017 10:06 am
by flying1
Daragorn wrote: Thu Dec 14, 2017 7:28 pm
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?
To create something like object :blush: I am not good at programming so I use strings for it :blush:

Re: Tease Ai scripting: The HELP CORNER

Posted: Wed Dec 20, 2017 1:55 pm
by Daragorn
flying1 wrote: Wed Dec 20, 2017 10:06 am
Daragorn wrote: Thu Dec 14, 2017 7:28 pm
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?
To create something like object :blush: I am not good at programming so I use strings for it :blush:
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..

Re: Tease Ai scripting: The HELP CORNER

Posted: Wed Jan 03, 2018 9:57 pm
by flying1
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..
Example: If SomeFuckingVariable = SomeFuckingMeaning then ThisVariable=ThisOption. ThatVariable=ThatOption and so on... :-D

Re: Tease Ai scripting: The HELP CORNER

Posted: Thu Jan 04, 2018 1:36 pm
by Daragorn
flying1 wrote: Wed Jan 03, 2018 9:57 pm Example: If SomeFuckingVariable = SomeFuckingMeaning then ThisVariable=ThisOption. ThatVariable=ThatOption and so on... :-D
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)

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

Re: Tease Ai scripting: The HELP CORNER

Posted: Mon Jan 08, 2018 7:49 pm
by Harry2stroke
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

Re: Tease Ai scripting: The HELP CORNER

Posted: Mon Jan 08, 2018 9:03 pm
by avatarbr
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
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).

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.

Re: Tease Ai scripting: The HELP CORNER

Posted: Tue Jan 16, 2018 5:04 pm
by Spielers
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

Re: Tease Ai scripting: The HELP CORNER

Posted: Thu Mar 08, 2018 8:06 pm
by Harry2stroke
Hey guys

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

Posted: Thu Mar 08, 2018 8:49 pm
by markus
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
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.

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 ?
Mayb there are other ways but why not something like:

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. :-)

Re: Tease Ai scripting: The HELP CORNER

Posted: Sat Mar 10, 2018 1:50 pm
by Harry2stroke
Thanks Markus

Just thought there is a command like RandomText(blablabla) also for @AddRandomGlitter(C1,C2,C3)



Thanks anyway

Re: Tease Ai scripting: The HELP CORNER

Posted: Mon Mar 19, 2018 9:01 pm
by lotar232
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 :rolleyes: )

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

Posted: Tue Mar 20, 2018 8:57 pm
by markus
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 :rolleyes: )

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?
Hi!

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)