Page 167 of 176

Re: Tease AI General Discussion

Posted: Fri Feb 08, 2019 4:48 pm
by clayk0
hi @ll.

is there any update with tumblr in tease Ai? or are only teases with offline pictures possible now

Re: Tease AI General Discussion

Posted: Fri Feb 08, 2019 7:32 pm
by avatarbr
clayk0 wrote: Fri Feb 08, 2019 4:48 pm hi @ll.

is there any update with tumblr in tease Ai? or are only teases with offline pictures possible now


You can select the offline mode in the settings, and TAI will replace all the online pictures with local images.
TAI will probably not have a update to fix that. The Java version probably will .

Re: Tease AI General Discussion

Posted: Mon Feb 11, 2019 7:39 am
by Tommyy
I have a problem stopping an audiofile from playing.
How do You stop it before moving on? Can You let it play for say 10 sec. and then move on?

Re: Tease AI General Discussion

Posted: Mon Feb 11, 2019 1:01 pm
by Ldroamer
Tommyy wrote: Mon Feb 11, 2019 7:39 am I have a problem stopping an audiofile from playing.
How do You stop it before moving on? Can You let it play for say 10 sec. and then move on?
One way to stop it is to play another short audio file. You could create a very short audio file that was essentially silence and play that when ever you wanted to stop he audio playback. A file that was even a fraction of a second long should do it. Not sure if there is a specific command to play the audio for a period of time and then stop. I think there is a way to do that with video so probably is one for audio but I don't know what it is.

Re: Tease AI General Discussion

Posted: Mon Feb 11, 2019 2:30 pm
by Tommyy
Thanks. It stoppes the audiofile, but i cannot time how long the audiofile plays

Re: Tease AI General Discussion

Posted: Wed Feb 13, 2019 12:28 am
by avatarbr
Tommyy wrote: Mon Feb 11, 2019 2:30 pm Thanks. It stoppes the audiofile, but i cannot time how long the audiofile plays
You can use the @Wait() command (in seconds)

Something like that:

@NullResponse @PlayAudio[folder\audio.mp3] @Wait(30)
@NullResponse @PlayAudio[folder\Stop.mp3]

Re: Tease AI General Discussion

Posted: Wed Feb 13, 2019 5:58 am
by Tommyy
Works perfect. Thanks

Re: Tease AI General Discussion

Posted: Fri Mar 01, 2019 10:38 am
by Zamak
Hello
I have developed some script but I am struggling to understand some command.
Is there a documentation?

What does @NullResponse do?

Re: Tease AI General Discussion

Posted: Fri Mar 01, 2019 12:40 pm
by tigrotto
Zamak wrote: Fri Mar 01, 2019 10:38 am What does @NullResponse do?
It allows you to execute commands without outputting anything in chat and proceed to the next line of the script. Here's an example from one of my scripts:

Code: Select all

The number of edges you owe me goes from @ShowVar[tgr8_edging_game_min] to @ShowVar[tgr8_edging_game_max]
Which is the right amount of edges you think you owe #Me? @InputVar[Sub_amount_of_edges]
(Check amount)
@NullResponse @RapidCodeOn
@NullResponse @DeleteVar[tgr8_edging_game_min,tgr8_edging_game_max]
@NullResponse @If[Sub_amount_of_edges]=[Domme_amount_of_edges]Then(Guessed)
@NullResponse @If[Sub_amount_of_edges]>[Domme_amount_of_edges]Then(The_more_the_better)
@NullResponse @RapidCodeOff
(Correct_amount_is)
@NullResponse @If[Sub_amount_of_edges]<=[Domme_amount_of_edges_2]Then(Way_too_low)
@ShowVar[Sub_amount_of_edges] edges is not an adequate @RT(amount, number)!
I won't tell you which is the right amount of edges
I want to see the desperation in your eyes...
I mean... how many times will I ask you to edge that #Cock? @RTOn
Zamak wrote: Fri Mar 01, 2019 10:38 am Is there a documentation?
Yes. There is a useful command guide in Tease AI:
Cattura di schermata (288).png
Cattura di schermata (288).png (92.09 KiB) Viewed 2462 times
Cattura di schermata (289).png
Cattura di schermata (289).png (150.99 KiB) Viewed 2462 times
and more detailed and up to date info can be found here: https://github.com/TeaseAI/Tease-AI/blo ... /README.md
avatarbr collected more info and resources here: viewtopic.php?f=26&t=19692

Re: Tease AI General Discussion

Posted: Fri Mar 01, 2019 1:07 pm
by Zamak
Thx a lot.
And an other questions!
How did you managed to have pre-type words in your interface?

Re: Tease AI General Discussion

Posted: Fri Mar 01, 2019 1:10 pm
by tigrotto
Zamak wrote: Fri Mar 01, 2019 1:07 pm How did you managed to have pre-type words in your interface?
You're welcome. I'm not sure what you mean by "pre-type" words. What are you referring to?

Re: Tease AI General Discussion

Posted: Fri Mar 01, 2019 2:06 pm
by Zamak
On the bottom right of your gui, I can see some buttons with yes, no, on the edge, ect

Re: Tease AI General Discussion

Posted: Fri Mar 01, 2019 2:27 pm
by tigrotto
Zamak wrote: Fri Mar 01, 2019 2:06 pm On the bottom right of your gui, I can see some buttons with yes, no, on the edge, ect
Ok. Open the interface menu and select "Lazy Sub AV".

Re: Tease AI General Discussion

Posted: Fri Mar 01, 2019 2:31 pm
by Zamak
Thanks :-)

Re: Tease AI General Discussion

Posted: Fri Mar 01, 2019 2:36 pm
by tigrotto
Zamak wrote: Fri Mar 01, 2019 2:31 pmThanks :-)
You're welcome!