Spicy [Tease-AI] [Old thread]
Moderator: 1885
Re: Spicy Personality 1.10 [TEASE AI]
Updated to 1.11
Regards
Genome
Regards
Genome
Tribute to 1885 & those involved with Tease-AI.
Thank you for spending time on this awesome project!
Thank you for spending time on this awesome project!
-
Daragorn
- Explorer At Heart

- Posts: 587
- Joined: Fri Nov 06, 2015 1:16 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Spicy Personality 1.10 [TEASE AI]
i usually do the same separation of using a line for each flag to check too, just to be suregenome231 wrote:Does the same thing happen with checkflag?
Or does it check them 1 by 1?
The @CheckFlag(flag1, flag2, flag3)
Regards
Genome
Honestly with flags i am not sure...it seemed to works sometimes with multiple flags in the same @CheckFlag() and in some other occasion it seemed to have the same problem that @Chance() had....so, as i said, just to be sure, i tend to separate them and put each one in a @NullResponse.
As a side note, but you probably know that already, be careful with the order you put the flags in....remember that teaseAI will move on as soon as it finds the first flag...so if, for example you have a 3-step script where you want to move to part2 only after doing part1, you @SetFlag(1) at the end of pat1, but then, for the checks, you have to check them in reverse order, so:
@NullResponse @CheckFlag(3)
@NullResponse @CheckFlag(2)
@NullResponse @CheckFlag(1)
Because if you put them like this
@NullResponse @CheckFlag(1)
@NullResponse @CheckFlag(2)
@NullResponse @CheckFlag(3)
(or @CheckFlag(1,2,3), assuming it works
You'll always go to the first part of the script and never progress since, it will check for flag1, find it and will move to part1....in the other way (the one above) it checks starting from the last step and goes backward, and stops as soon as it found the first undone step
-
pepsifreak
- Explorer At Heart

- Posts: 145
- Joined: Fri May 08, 2009 8:50 pm
- Gender: Male
- Sexual Orientation: Straight
Re: Spicy Personality 1.10 [TEASE AI]
In 48 putting multiple flags in a single @CheckFlag will only break the command and make Tease AI ignore it. You can use as many @CheckFlag as you want in a single line but using multiple lines will work too.Daragorn wrote:i usually do the same separation of using a line for each flag to check too, just to be suregenome231 wrote:Does the same thing happen with checkflag?
Or does it check them 1 by 1?
The @CheckFlag(flag1, flag2, flag3)
Regards
Genome![]()
Honestly with flags i am not sure...it seemed to works sometimes with multiple flags in the same @CheckFlag() and in some other occasion it seemed to have the same problem that @Chance() had....so, as i said, just to be sure, i tend to separate them and put each one in a @NullResponse.
As a side note, but you probably know that already, be careful with the order you put the flags in....remember that teaseAI will move on as soon as it finds the first flag...so if, for example you have a 3-step script where you want to move to part2 only after doing part1, you @SetFlag(1) at the end of pat1, but then, for the checks, you have to check them in reverse order, so:
@NullResponse @CheckFlag(3)
@NullResponse @CheckFlag(2)
@NullResponse @CheckFlag(1)
Because if you put them like this
@NullResponse @CheckFlag(1)
@NullResponse @CheckFlag(2)
@NullResponse @CheckFlag(3)
(or @CheckFlag(1,2,3), assuming it works)
You'll always go to the first part of the script and never progress since, it will check for flag1, find it and will move to part1....in the other way (the one above) it checks starting from the last step and goes backward, and stops as soon as it found the first undone step
Re: Spicy Personality 1.10 [TEASE AI]
As usual..
Thank you guys! :)
Just been through everything I've written to fix the issues in regards to your tips :)
Thank you guys! :)
Just been through everything I've written to fix the issues in regards to your tips :)
Tribute to 1885 & those involved with Tease-AI.
Thank you for spending time on this awesome project!
Thank you for spending time on this awesome project!
Re: Spicy Personality 1.10 [TEASE AI]
Glad you enjoyed it :)RandomStranger wrote:I really like the new special days, and i LOVE the glitter contact humiliation script. Do want more of that!
Next thing coming this sunday is position training, bringing me closer to a "complete" foundation (if you want a sneak peak of that, check out the images in the mediafolder)
Once the foundation is in place you will definetly see her friends a lot more, as well as an updated version of Special days :)
Regards
Genome
Tribute to 1885 & those involved with Tease-AI.
Thank you for spending time on this awesome project!
Thank you for spending time on this awesome project!
-
meaculpa_uk
- Explorer

- Posts: 88
- Joined: Mon Jan 11, 2016 9:46 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: Spicy Personality 1.10 [TEASE AI]
Hi Genome...
Just ran into this problem when asking her to put me into chastity..
11:30 PM mark:Please lock me up Miss
11:30 PM Carla: ERROR: Tease AI did not return a valid Response line
::: TYPO :::
::: FileText = C:\Program Files\Tease AI Open Beta\Scripts\SpicyTeaseBeta110\Apps\Games\Risky Pick\Risky Pick.txt ::: LineVal = 203
::: TauntText = C:\Program Files\Tease AI Open Beta\Scripts\SpicyTeaseBeta110\Stroke\StrokeTaunts_2.txt ::: LineVal = 19
::: ResponseFile = C:\Program Files\Tease AI Open Beta\Scripts\SpicyTeaseBeta110\Vocabulary\Responses\GNMPutInChastity.txt ::: LineVal = 0
Just ran into this problem when asking her to put me into chastity..
11:30 PM mark:Please lock me up Miss
11:30 PM Carla: ERROR: Tease AI did not return a valid Response line
::: TYPO :::
::: FileText = C:\Program Files\Tease AI Open Beta\Scripts\SpicyTeaseBeta110\Apps\Games\Risky Pick\Risky Pick.txt ::: LineVal = 203
::: TauntText = C:\Program Files\Tease AI Open Beta\Scripts\SpicyTeaseBeta110\Stroke\StrokeTaunts_2.txt ::: LineVal = 19
::: ResponseFile = C:\Program Files\Tease AI Open Beta\Scripts\SpicyTeaseBeta110\Vocabulary\Responses\GNMPutInChastity.txt ::: LineVal = 0
Re: Spicy Personality 1.10 [TEASE AI]
Hi!meaculpa_uk wrote:Hi Genome...
Just ran into this problem when asking her to put me into chastity..
11:30 PM mark:Please lock me up Miss
11:30 PM Carla: ERROR: Tease AI did not return a valid Response line
::: TYPO :::
::: FileText = C:\Program Files\Tease AI Open Beta\Scripts\SpicyTeaseBeta110\Apps\Games\Risky Pick\Risky Pick.txt ::: LineVal = 203
::: TauntText = C:\Program Files\Tease AI Open Beta\Scripts\SpicyTeaseBeta110\Stroke\StrokeTaunts_2.txt ::: LineVal = 19
::: ResponseFile = C:\Program Files\Tease AI Open Beta\Scripts\SpicyTeaseBeta110\Vocabulary\Responses\GNMPutInChastity.txt ::: LineVal = 0
Do you have the newest version, 48,5?
I looked into your bug, trying a few things to see if I could reproduce it.
On my end everything works, which leads me to believe the issue is on your end.
Try downloading the most recent version, hopefully that might fix it.
If your bug comes back, then write me again :)
Regards
Genome
Tribute to 1885 & those involved with Tease-AI.
Thank you for spending time on this awesome project!
Thank you for spending time on this awesome project!
Re: Spicy Personality 1.20 [TEASE AI]
Updated to 1.20
Tribute to 1885 & those involved with Tease-AI.
Thank you for spending time on this awesome project!
Thank you for spending time on this awesome project!
-
meaculpa_uk
- Explorer

- Posts: 88
- Joined: Mon Jan 11, 2016 9:46 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: Spicy Personality 1.20 [TEASE AI]
Hi Genome,
Loving the update!! Your work's really appreciated! Please keep up the good work!
If you would ever like a little help with grammar or English in general then please IM me and I'll go through the scripts so far, or proof read for you in future.
Mea
Loving the update!! Your work's really appreciated! Please keep up the good work!
If you would ever like a little help with grammar or English in general then please IM me and I'll go through the scripts so far, or proof read for you in future.
Mea
Re: Spicy Personality 1.20 [TEASE AI]
Glad like it :)meaculpa_uk wrote:Hi Genome,
Loving the update!! Your work's really appreciated! Please keep up the good work!
If you would ever like a little help with grammar or English in general then please IM me and I'll go through the scripts so far, or proof read for you in future.
Mea
And that is a generous offer. Will remember that :)
Do I have like a repeated error? Something to keep in mind when writing? :)
Regards
Genome.
Tribute to 1885 & those involved with Tease-AI.
Thank you for spending time on this awesome project!
Thank you for spending time on this awesome project!
-
meaculpa_uk
- Explorer

- Posts: 88
- Joined: Mon Jan 11, 2016 9:46 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: Spicy Personality 1.20 [TEASE AI]
genome231 wrote:Glad like it :)meaculpa_uk wrote:Hi Genome,
Loving the update!! Your work's really appreciated! Please keep up the good work!
If you would ever like a little help with grammar or English in general then please IM me and I'll go through the scripts so far, or proof read for you in future.
Mea
And that is a generous offer. Will remember that :)
Do I have like a repeated error? Something to keep in mind when writing? :)
Regards
Genome.
Nothing specific, just a few places where it could do with some minor adjustments :)
Mea
-
curiousSK
- Explorer At Heart

- Posts: 318
- Joined: Sun Sep 20, 2009 8:57 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
- Location: England
Re: Spicy Personality 1.20 [TEASE AI]
I have noticed several times it tries to link to a vocab file which isn't there, domhonorific, slave, emotehappy/happyemot were the wrong way around, some of the glitter scripts seem to link to files which don't exist too which causes them to freeze. Did you release a bunch of files separately that i'm missing or something?
Loving the potential for this personality, keep up the good work.
Loving the potential for this personality, keep up the good work.
Best wishes - SK 
-
meaculpa_uk
- Explorer

- Posts: 88
- Joined: Mon Jan 11, 2016 9:46 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: Spicy Personality 1.20 [TEASE AI]
I'd noticed those issues too SK :)curiousSK wrote:I have noticed several times it tries to link to a vocab file which isn't there, domhonorific, slave, emotehappy/happyemot were the wrong way around, some of the glitter scripts seem to link to files which don't exist too which causes them to freeze. Did you release a bunch of files separately that i'm missing or something?
Loving the potential for this personality, keep up the good work.
Re: Spicy Personality 1.20 [TEASE AI]
See "Important" from the first post :)curiousSK wrote:I have noticed several times it tries to link to a vocab file which isn't there, domhonorific, slave, emotehappy/happyemot were the wrong way around, some of the glitter scripts seem to link to files which don't exist too which causes them to freeze. Did you release a bunch of files separately that i'm missing or something?
Loving the potential for this personality, keep up the good work.
Will explain why :P
Regards
Genome
Tribute to 1885 & those involved with Tease-AI.
Thank you for spending time on this awesome project!
Thank you for spending time on this awesome project!
Re: Spicy Personality 1.20 [TEASE AI]
Cool :)meaculpa_uk wrote:genome231 wrote:Glad like it :)meaculpa_uk wrote:Hi Genome,
Loving the update!! Your work's really appreciated! Please keep up the good work!
If you would ever like a little help with grammar or English in general then please IM me and I'll go through the scripts so far, or proof read for you in future.
Mea
And that is a generous offer. Will remember that :)
Do I have like a repeated error? Something to keep in mind when writing? :)
Regards
Genome.
Nothing specific, just a few places where it could do with some minor adjustments :)
Mea
A lot of the "teasing" in these scripts are written quite fast, basicly I just want them to work before digging in the text :)
Tribute to 1885 & those involved with Tease-AI.
Thank you for spending time on this awesome project!
Thank you for spending time on this awesome project!
