Page 79 of 175
Re: Tease AI Open Beta
Posted: Wed Nov 11, 2015 1:19 am
by Drblaze2
Hi, i'm just trying to figure something out really quick. I tried to run the lines script but it won't work. So i checked the beggining of the Modules and all the Stop Stroking stuff is there, the only difference is, there's no "Line Writing Edging", does there have to be one for it to work or is it something else i'm missing? I just, I like the idea of a tease based entirely around the lines. I like the tease around the games, I like the teases so much I want to figure out how they work, and why the LineWriting in particular won't. If anyone has some advice, that'd be cool :D
Re: Tease AI Open Beta
Posted: Thu Nov 12, 2015 10:06 am
by forbiddendesire
Hey 1885, don't want to rush you or sound pushy or anything, but how's it going with the next update? Are you taking a (very well-deserved) break? Do you still have a ways to go?
Re: Tease AI Open Beta
Posted: Thu Nov 12, 2015 7:35 pm
by CBT
Drblaze2 wrote:Hi, i'm just trying to figure something out really quick. I tried to run the lines script but it won't work. So i checked the beggining of the Modules and all the Stop Stroking stuff is there, the only difference is, there's no "Line Writing Edging", does there have to be one for it to work or is it something else i'm missing? I just, I like the idea of a tease based entirely around the lines. I like the tease around the games, I like the teases so much I want to figure out how they work, and why the LineWriting in particular won't. If anyone has some advice, that'd be cool :D
As far as I know, it shouldnt be necessary in this case. I had a few problems when I first created/uploaded the Line Writing module (had to fix a few things

) but it seems to have been working fine for everyone for a while now so I dont know what the problem could be.
Re: Tease AI Open Beta
Posted: Thu Nov 12, 2015 8:37 pm
by Drblaze2
As far as I know, it shouldnt be necessary in this case. I had a few problems when I first created/uploaded the Line Writing module (had to fix a few things

) but it seems to have been working fine for everyone for a while now so I dont know what the problem could be.
Only thing i can say for sure is I copied it into a new notepad and renamed it Linewriting_EDGING and it worked fine...cuz logic
Re: Tease AI Open Beta
Posted: Fri Nov 13, 2015 11:23 am
by CBT
Cool, I'll have to try doing that myself. My knowledge of the code is still a bit spotty. Do you always need a xxx_EDGING version of a module for to work properly, just so I know for future reference? Can someone shed some light on this?
Re: Tease AI Open Beta
Posted: Fri Nov 13, 2015 1:57 pm
by Tepi
As I undestood _edging modules are only chosen after edges? Or maybe after edges domme didnt ask for?
Re: Tease AI Open Beta
Posted: Fri Nov 13, 2015 5:17 pm
by Drblaze2
Cool, I'll have to try doing that myself. My knowledge of the code is still a bit spotty. Do you always need a xxx_EDGING version of a module for to work properly, just so I know for future reference? Can someone shed some light on this?
I can only tell you that's how i got it to work for me, cause after the first edge from the Dom, it'll reference that other file (at least it did for me)
Re: Tease AI Open Beta
Posted: Sat Nov 14, 2015 1:12 am
by opiate
Tepi wrote:As I undestood _edging modules are only chosen after edges? Or maybe after edges domme didnt ask for?
In Wicked Tease, Edging Modules are called when the user says they are edging.
Re: Tease AI Open Beta
Posted: Sat Nov 14, 2015 12:29 pm
by curiousSK
Hi all, i hope everyone is well.
I'm currently working on some scripts where I ask the domme to show me a certain type of image such as "show me a women wearing boots" which works just fine (although had to use local tags then find and replace in text file because domme tags wouldn't store a file location) but the issue i'm having is it'll show an image then say something from the Azurenewimage file (so that there's some interaction) and immediately revert to my usual domme's image. Occasionally it works, but most of the time it just immediately reverts. I've tried using combinations of @lockimages and @unlockimages, @unblockimages but i'm not really sure how they work. Could anyone give any guidance?
example of unfinished code:
- Spoiler: show
- [show boots, show me boots, I want to see boots, show me a picture of boots, boot pic, i love boots]
@LockImages
[First Round]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
@UnlockImages [First Round End]
[Stroking]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
[Stroking End]
[Not Stroking]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Well I was giving you a rest #SubName, but if you insist. @ShowTaggedImage @TagGarmentBoots
[Not Stroking End]
[Edging]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
This should help you get closer. @ShowTaggedImage@TagGarmentBoots
Lets try an old favorite. @ShowLikedImage
[Edging End]
[Holding The Edge]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Stay there #PetName I hope this doesn't push you over. @ShowTaggedImage @TagGarmentBoots
Remember this one? @ShowLikedImage
@ApathyLevel5 Don't like my taste? Tough. @ShowDislikedImage
[Holding The Edge End]
[CBT Cock]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Don't get too distracted. I want you focused on hurting that #Cock @ShowTaggedImage @TagGarmentBoots
I think this is appropriate. @ShowFemdomImage
[CBT Cock End]
[CBT Balls]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Don't get too distracted. I want you focused on hurting those #Balls @ShowTaggedImage @TagGarmentBoots
I think this is appropriate. @ShowFemdomImage
[CBT Balls End]
[Chastity]
Don't get too distracted. That cage should be so tight that it hurts those #Balls @ShowTaggedImage @TagGarmentBoots
I think this will do. @ShowTaggedImage @TagGarmentBoots
[Chastity End]
[After Tease] @UnlockImages
I thought we were already finished #EmoteRandom
[After Tease End]
Re: Tease AI Open Beta
Posted: Sat Nov 14, 2015 6:31 pm
by curiousSK
curiousSK wrote:Hi all, i hope everyone is well.
I'm currently working on some scripts where I ask the domme to show me a certain type of image such as "show me a women wearing boots" which works just fine (although had to use local tags then find and replace in text file because domme tags wouldn't store a file location) but the issue i'm having is it'll show an image then say something from the Azurenewimage file (so that there's some interaction) and immediately revert to my usual domme's image. Occasionally it works, but most of the time it just immediately reverts. I've tried using combinations of @lockimages and @unlockimages, @unblockimages but i'm not really sure how they work. Could anyone give any guidance?
example of unfinished code:
- Spoiler: show
- [show boots, show me boots, I want to see boots, show me a picture of boots, boot pic, i love boots]
@LockImages
[First Round]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
@UnlockImages [First Round End]
[Stroking]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
[Stroking End]
[Not Stroking]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Well I was giving you a rest #SubName, but if you insist. @ShowTaggedImage @TagGarmentBoots
[Not Stroking End]
[Edging]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
This should help you get closer. @ShowTaggedImage@TagGarmentBoots
Lets try an old favorite. @ShowLikedImage
[Edging End]
[Holding The Edge]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Stay there #PetName I hope this doesn't push you over. @ShowTaggedImage @TagGarmentBoots
Remember this one? @ShowLikedImage
@ApathyLevel5 Don't like my taste? Tough. @ShowDislikedImage
[Holding The Edge End]
[CBT Cock]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Don't get too distracted. I want you focused on hurting that #Cock @ShowTaggedImage @TagGarmentBoots
I think this is appropriate. @ShowFemdomImage
[CBT Cock End]
[CBT Balls]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Don't get too distracted. I want you focused on hurting those #Balls @ShowTaggedImage @TagGarmentBoots
I think this is appropriate. @ShowFemdomImage
[CBT Balls End]
[Chastity]
Don't get too distracted. That cage should be so tight that it hurts those #Balls @ShowTaggedImage @TagGarmentBoots
I think this will do. @ShowTaggedImage @TagGarmentBoots
[Chastity End]
[After Tease] @UnlockImages
I thought we were already finished #EmoteRandom
[After Tease End]
Also, is there a way of using a wait command so it shows for a few seconds etc, or giving the vocab file a two line response?
Re: Tease AI Open Beta
Posted: Sun Nov 15, 2015 1:25 am
by avatarbr
curiousSK wrote:curiousSK wrote:Hi all, i hope everyone is well.
I'm currently working on some scripts where I ask the domme to show me a certain type of image such as "show me a women wearing boots" which works just fine (although had to use local tags then find and replace in text file because domme tags wouldn't store a file location) but the issue i'm having is it'll show an image then say something from the Azurenewimage file (so that there's some interaction) and immediately revert to my usual domme's image. Occasionally it works, but most of the time it just immediately reverts. I've tried using combinations of @lockimages and @unlockimages, @unblockimages but i'm not really sure how they work. Could anyone give any guidance?
example of unfinished code:
- Spoiler: show
- [show boots, show me boots, I want to see boots, show me a picture of boots, boot pic, i love boots]
@LockImages
[First Round]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
@UnlockImages [First Round End]
[Stroking]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
[Stroking End]
[Not Stroking]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Well I was giving you a rest #SubName, but if you insist. @ShowTaggedImage @TagGarmentBoots
[Not Stroking End]
[Edging]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
This should help you get closer. @ShowTaggedImage@TagGarmentBoots
Lets try an old favorite. @ShowLikedImage
[Edging End]
[Holding The Edge]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Stay there #PetName I hope this doesn't push you over. @ShowTaggedImage @TagGarmentBoots
Remember this one? @ShowLikedImage
@ApathyLevel5 Don't like my taste? Tough. @ShowDislikedImage
[Holding The Edge End]
[CBT Cock]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Don't get too distracted. I want you focused on hurting that #Cock @ShowTaggedImage @TagGarmentBoots
I think this is appropriate. @ShowFemdomImage
[CBT Cock End]
[CBT Balls]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Don't get too distracted. I want you focused on hurting those #Balls @ShowTaggedImage @TagGarmentBoots
I think this is appropriate. @ShowFemdomImage
[CBT Balls End]
[Chastity]
Don't get too distracted. That cage should be so tight that it hurts those #Balls @ShowTaggedImage @TagGarmentBoots
I think this will do. @ShowTaggedImage @TagGarmentBoots
[Chastity End]
[After Tease] @UnlockImages
I thought we were already finished #EmoteRandom
[After Tease End]
Also, is there a way of using a wait command so it shows for a few seconds etc, or giving the vocab file a two line response?
You can use @Wait(10) and change the number for what you need (in seconds)
Re: Tease AI Open Beta
Posted: Sun Nov 15, 2015 10:49 am
by curiousSK
avatarbr wrote:curiousSK wrote:curiousSK wrote:Hi all, i hope everyone is well.
I'm currently working on some scripts where I ask the domme to show me a certain type of image such as "show me a women wearing boots" which works just fine (although had to use local tags then find and replace in text file because domme tags wouldn't store a file location) but the issue i'm having is it'll show an image then say something from the Azurenewimage file (so that there's some interaction) and immediately revert to my usual domme's image. Occasionally it works, but most of the time it just immediately reverts. I've tried using combinations of @lockimages and @unlockimages, @unblockimages but i'm not really sure how they work. Could anyone give any guidance?
example of unfinished code:
- Spoiler: show
- [show boots, show me boots, I want to see boots, show me a picture of boots, boot pic, i love boots]
@LockImages
[First Round]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
@UnlockImages [First Round End]
[Stroking]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
[Stroking End]
[Not Stroking]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Well I was giving you a rest #SubName, but if you insist. @ShowTaggedImage @TagGarmentBoots
[Not Stroking End]
[Edging]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
This should help you get closer. @ShowTaggedImage@TagGarmentBoots
Lets try an old favorite. @ShowLikedImage
[Edging End]
[Holding The Edge]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Stay there #PetName I hope this doesn't push you over. @ShowTaggedImage @TagGarmentBoots
Remember this one? @ShowLikedImage
@ApathyLevel5 Don't like my taste? Tough. @ShowDislikedImage
[Holding The Edge End]
[CBT Cock]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Don't get too distracted. I want you focused on hurting that #Cock @ShowTaggedImage @TagGarmentBoots
I think this is appropriate. @ShowFemdomImage
[CBT Cock End]
[CBT Balls]
#AzureNewImage @ShowTaggedImage @TagGarmentBoots
Don't get too distracted. I want you focused on hurting those #Balls @ShowTaggedImage @TagGarmentBoots
I think this is appropriate. @ShowFemdomImage
[CBT Balls End]
[Chastity]
Don't get too distracted. That cage should be so tight that it hurts those #Balls @ShowTaggedImage @TagGarmentBoots
I think this will do. @ShowTaggedImage @TagGarmentBoots
[Chastity End]
[After Tease] @UnlockImages
I thought we were already finished #EmoteRandom
[After Tease End]
Also, is there a way of using a wait command so it shows for a few seconds etc, or giving the vocab file a two line response?
You can use @Wait(10) and change the number for what you need (in seconds)
Thank you, I also tried this but doesn't work consistently. Probably now i've altered some of the scripts i'll leave them until version 48 and see if i can get any further. Thanks for your help!
Re: Tease AI Open Beta
Posted: Sun Nov 15, 2015 5:17 pm
by Harry2stroke
Hi everyone
i am trying to create som things but i am stuck .........
the script works fine but i dont get it done, that the images are displayed correctly
currently i am using @ShowImage[X:\....\Tease AI\Images\.....\001.jpg]
but when i test it, it always occurs an error ..........
and what is the correct way to set not just one image, i would like to use image sets in some parts ...
can you please help me out here ?
thx
Harry
Re: Tease AI Open Beta
Posted: Sun Nov 15, 2015 8:19 pm
by curiousSK
Harry2stroke wrote:Hi everyone
i am trying to create som things but i am stuck .........
the script works fine but i dont get it done, that the images are displayed correctly
currently i am using @ShowImage[X:\....\Tease AI\Images\.....\001.jpg]
but when i test it, it always occurs an error ..........
and what is the correct way to set not just one image, i would like to use image sets in some parts ...
can you please help me out here ?
thx
Harry
You could use the @ShowTaggedImage @TagXXXX idea, where you tag all the images you want it to be able to pic from? So if you never use a certain tag, assign that to a group of pictures you want for a certain script? Can you post the code here?
Re: Tease AI Open Beta
Posted: Sun Nov 15, 2015 8:29 pm
by Harry2stroke
some kind of
You can choose between Krystal, Cassie or Alyssa
[Krystal]@Goto(Krystal)
[Cassie]@Goto(Cassie)
[Alyssa]@Goto(Alyssa)
@DifferentAnswer Thats not what i asked you? @LoopAnswer
(Krystal)
Hey #SubName @ShowCaptionsImage
(Cassie)
Hello #SubName, @ShowLezdomImage
(Alyssa)
My name is Alyssa. @ShowMaledomImage
at the moment as you can see i am using this code, it works now, but if you have some more girls you would like to add then it will get ......... hmmm dont want to think about it
and the next thing is to create some special stroking taunts for the 3 girls up there, but i dont know how to link to special taunt and not let it decide randomly.