The dummies' guide to webteasing!
Re: The dummies' guide to webteasing!
I have an idea for a tease, and there is a question I want to ask.
I like CEI drool videos https://spankbang.com/s/drool%20cei/ - there aren't many on the internet, but I think these are well done, for those who are into CEI thing.
I have an idea to make something in similar way in the old style tease, there would be standard style of pictures and instructions, but I wanted on pretty much every page put a imgur or redgifs link to gifs or webms to make the tease sexier, and build on that 'copy' aspect of the drool videos.
Now, I haven't seen almost any link-style stuff in webteases, so the question is do you think it's worth making? I'm using one of those addons on desktop that shows you picture, gif or webm just by hovering the mouse over it (name is Imagus), so for me this idea this sounds fun, but I don't know if this things are popular, so some people will go by opening the links in new tabs. I can see this working this way aswell, but maybe this is an issue for you guys.
Anyway, I haven't seen this style of links to gif/webms so I thought it might be good to ask about it.
I like CEI drool videos https://spankbang.com/s/drool%20cei/ - there aren't many on the internet, but I think these are well done, for those who are into CEI thing.
I have an idea to make something in similar way in the old style tease, there would be standard style of pictures and instructions, but I wanted on pretty much every page put a imgur or redgifs link to gifs or webms to make the tease sexier, and build on that 'copy' aspect of the drool videos.
Now, I haven't seen almost any link-style stuff in webteases, so the question is do you think it's worth making? I'm using one of those addons on desktop that shows you picture, gif or webm just by hovering the mouse over it (name is Imagus), so for me this idea this sounds fun, but I don't know if this things are popular, so some people will go by opening the links in new tabs. I can see this working this way aswell, but maybe this is an issue for you guys.
Anyway, I haven't seen this style of links to gif/webms so I thought it might be good to ask about it.
Re: The dummies' guide to webteasing!
Hello, not sure I completely understand what you are trying to is how I would do it if I understood:stolenprofile wrote: Sat Oct 07, 2023 2:57 pm Need Help to complete a tease!
hello everyone.
I am finishing my first webtease. Basically it's a snake & ladder with additional things.
The webtease has random image categories for each square. That is, at each square a random category is selected (randomly) and a random number of images from that specific category are displayed. How can I implement this?
Each random category of images would be their own gallery folder. When you want to call up a random image from it you make a display image line and tell it to call a random image when you select what image to use from that gallery (it will do the gallery name with a * after it which tells it to pull a random image from that gallery each time).
For telling it to display a random number of images that really depends what number range you want and the structure of that. Someone who knows code better than I do could weigh in but you could do something like:
You could put this on your normal picture page if it is calling up a random image with a timer:
If (Math.random()>.25)
go to the same page
else
nothing
That would make there always be a 75% chance for it to show another picture after each one and have a 25% chance for that to be the last picture shown in that set.
- ccgssdtttew
- Explorer At Heart

- Posts: 239
- Joined: Wed Sep 11, 2024 11:05 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
- Dom/me(s): None
- Sub/Slave(s): None
Re: The dummies' guide to webteasing!
Anyone knows where can I get a metronome sound like the heart beat kind? The default ones and ticking/ clicking sounds in the other posts are not my preference, but I can’t find the heartbeat kind (I.e. cafe blue balls / corrupted memory webteases).
Also I think I may have missed it, but what’s the coding language of EOS webtease? I want to adventure and test out codes available, but im not sure how to search the 'library' of functionalities
Also I think I may have missed it, but what’s the coding language of EOS webtease? I want to adventure and test out codes available, but im not sure how to search the 'library' of functionalities
How far can JOIs wreck oneself? Yes pls, pm me and Ill be a good boy (to be broken)
༺ 𓆩 Secret Profile Page 𓆪 ༻
Currently playing these:
Help Me Cum Please! - My rules - Active, but slow
Challenge Arena
༺ 𓆩 Secret Profile Page 𓆪 ༻
Currently playing these:
Help Me Cum Please! - My rules - Active, but slow
Challenge Arena
-
PrincessJulia
- Explorer At Heart

- Posts: 105
- Joined: Fri Aug 08, 2014 7:42 pm
Re: The dummies' guide to webteasing!
I have my tease ready to play but got some problems now with variables..
See I have quite a lot of prompts. Like Mistress A tells you to type in something, you type it in, Mistress acknowledges and it progresses.
IN THEORY
Now when I want to publish it, eos tells me I need to put a variable in every prompt. I don't even know what that is or understand that.. I just wanted a textfield for my readers to type something in (it really doesn't matter what) and then the tease to progress..
What can I do?
See I have quite a lot of prompts. Like Mistress A tells you to type in something, you type it in, Mistress acknowledges and it progresses.
IN THEORY
Now when I want to publish it, eos tells me I need to put a variable in every prompt. I don't even know what that is or understand that.. I just wanted a textfield for my readers to type something in (it really doesn't matter what) and then the tease to progress..
What can I do?
- Teddibaer
- Explorer

- Posts: 36
- Joined: Thu Aug 26, 2021 6:57 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: The dummies' guide to webteasing!
The variable field basically means "store the text the user types into the prompt in this variable". If you don't use variables and don't actually care what the user typed in it doesn't matter what you type into the variable setting in the options for your prompt action, as long as you enter something. "prompt", "value", "catsarecool", whatever.PrincessJulia wrote: Wed Dec 25, 2024 10:05 pm I have my tease ready to play but got some problems now with variables..
See I have quite a lot of prompts. Like Mistress A tells you to type in something, you type it in, Mistress acknowledges and it progresses.
IN THEORY
Now when I want to publish it, eos tells me I need to put a variable in every prompt. I don't even know what that is or understand that.. I just wanted a textfield for my readers to type something in (it really doesn't matter what) and then the tease to progress..
What can I do?![]()
You can refer to the documentation: https://milovana.com/eos/editor/help and specifically the "simple prompts" section for more info: https://milovana.com/eos/editor/help/simple-prompts
-
PrincessJulia
- Explorer At Heart

- Posts: 105
- Joined: Fri Aug 08, 2014 7:42 pm
Re: The dummies' guide to webteasing!
I tried, seems like the tease doesn't progress then though. It just stops?Teddibaer wrote: Wed Dec 25, 2024 10:59 pmThe variable field basically means "store the text the user types into the prompt in this variable". If you don't use variables and don't actually care what the user typed in it doesn't matter what you type into the variable setting in the options for your prompt action, as long as you enter something. "prompt", "value", "catsarecool", whatever.PrincessJulia wrote: Wed Dec 25, 2024 10:05 pm I have my tease ready to play but got some problems now with variables..
See I have quite a lot of prompts. Like Mistress A tells you to type in something, you type it in, Mistress acknowledges and it progresses.
IN THEORY
Now when I want to publish it, eos tells me I need to put a variable in every prompt. I don't even know what that is or understand that.. I just wanted a textfield for my readers to type something in (it really doesn't matter what) and then the tease to progress..
What can I do?![]()
You can refer to the documentation: https://milovana.com/eos/editor/help and specifically the "simple prompts" section for more info: https://milovana.com/eos/editor/help/simple-prompts
EDIT: Okay seems like putting numbers in the variable stops the tease lol but if I put a random word, it works. Thanks!
- ccgssdtttew
- Explorer At Heart

- Posts: 239
- Joined: Wed Sep 11, 2024 11:05 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
- Dom/me(s): None
- Sub/Slave(s): None
Re: The dummies' guide to webteasing!
Is there a limit to how many photos i can upload to EOS webtease galleries?
How far can JOIs wreck oneself? Yes pls, pm me and Ill be a good boy (to be broken)
༺ 𓆩 Secret Profile Page 𓆪 ༻
Currently playing these:
Help Me Cum Please! - My rules - Active, but slow
Challenge Arena
༺ 𓆩 Secret Profile Page 𓆪 ༻
Currently playing these:
Help Me Cum Please! - My rules - Active, but slow
Challenge Arena
Re: The dummies' guide to webteasing!
I haven't found a limit yet. I think the latest TOTS version has over 20,000 photos and I would be surprised if anyone else approaches that with or without gifs. In general, breaking them up into organized gallery chunks is a bit better compared to hundreds in a single gallery.ccgssdtttew wrote: Tue Feb 18, 2025 5:56 pm Is there a limit to how many photos i can upload to EOS webtease galleries?
- ccgssdtttew
- Explorer At Heart

- Posts: 239
- Joined: Wed Sep 11, 2024 11:05 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
- Dom/me(s): None
- Sub/Slave(s): None
Re: The dummies' guide to webteasing!
Nice and thanks!indyc wrote: Tue Feb 18, 2025 6:19 pm I haven't found a limit yet. I think the latest TOTS version has over 20,000 photos and I would be surprised if anyone else approaches that with or without gifs. In general, breaking them up into organized gallery chunks is a bit better compared to hundreds in a single gallery.
Btw, I was thinking of how best to make a tease where its supposed to be "everyday, the pages/places you visit will be a random group of girls".
i.e.
Monday, visiting place A - randomly meet girl 1, 2, or 3
Tuesday, visiting place A - randomly meet girl 4, 5, or 6
This is to be done for all places A B C D etc. Im thinking whats the best way to go about this. Currently, using place A as an example, place A = 1 page --> Then i use if else logic to show 7 different outcomes based on the week. However, this is only to choose girl 1/2/3, but i want it to be randomly chosen. How should i organise the pages for this?
Another question. Let's say to "end my tease", the user must meet 5 girls. So my guess would be after each encounter of a girl, i should end off with a variable lets say x --> i will end it off with x = x + 1. By the time it hits 5, it should trigger the "end event", this should trigger an event.
Because i dont want to be typing "If x = 5, then go to end-page" throughout the entire tease. How can i achieve this?
How far can JOIs wreck oneself? Yes pls, pm me and Ill be a good boy (to be broken)
༺ 𓆩 Secret Profile Page 𓆪 ༻
Currently playing these:
Help Me Cum Please! - My rules - Active, but slow
Challenge Arena
༺ 𓆩 Secret Profile Page 𓆪 ༻
Currently playing these:
Help Me Cum Please! - My rules - Active, but slow
Challenge Arena
Re: The dummies' guide to webteasing!
I'm probably one of the worst people to ask how to do something organized or efficiently because I just brute force my way through everything with if statements.ccgssdtttew wrote: Sat Feb 22, 2025 8:19 amNice and thanks!indyc wrote: Tue Feb 18, 2025 6:19 pm I haven't found a limit yet. I think the latest TOTS version has over 20,000 photos and I would be surprised if anyone else approaches that with or without gifs. In general, breaking them up into organized gallery chunks is a bit better compared to hundreds in a single gallery.
Btw, I was thinking of how best to make a tease where its supposed to be "everyday, the pages/places you visit will be a random group of girls".
i.e.
Monday, visiting place A - randomly meet girl 1, 2, or 3
Tuesday, visiting place A - randomly meet girl 4, 5, or 6
This is to be done for all places A B C D etc. Im thinking whats the best way to go about this. Currently, using place A as an example, place A = 1 page --> Then i use if else logic to show 7 different outcomes based on the week. However, this is only to choose girl 1/2/3, but i want it to be randomly chosen. How should i organise the pages for this?
Another question. Let's say to "end my tease", the user must meet 5 girls. So my guess would be after each encounter of a girl, i should end off with a variable lets say x --> i will end it off with x = x + 1. By the time it hits 5, it should trigger the "end event", this should trigger an event.
Because i dont want to be typing "If x = 5, then go to end-page" throughout the entire tease. How can i achieve this?
Instead of typing "If x = 5, then go to end-page" throughout the entire tease, I would suggest you making a single page with that statement and go to and then just duplicating that page whenever you want to make a new page as kind of a template.
I would group girls 1 2 and 3 with the same page name type like "Under3" or something and then set a go to when visiting place a to "Under3*" which would pull up a random page from the Under3 page list. You can continue to add randomness however you want but that is how I would personally start your request.
For checking what day of the week it is that is not something I've personally used (checked automatically based off of computer clock) so I would have to ask someone else how to pull that off but I have seen it done a few times elsewhere.
- ccgssdtttew
- Explorer At Heart

- Posts: 239
- Joined: Wed Sep 11, 2024 11:05 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
- Dom/me(s): None
- Sub/Slave(s): None
Re: The dummies' guide to webteasing!
May I ask if there will be a function to organise the galleries folder in the EOS editor? Now its based on which gallery its created
Forgot to say thanks to indyc from the previous reply :P Im also about to brute force my way through
Forgot to say thanks to indyc from the previous reply :P Im also about to brute force my way through
How far can JOIs wreck oneself? Yes pls, pm me and Ill be a good boy (to be broken)
༺ 𓆩 Secret Profile Page 𓆪 ༻
Currently playing these:
Help Me Cum Please! - My rules - Active, but slow
Challenge Arena
༺ 𓆩 Secret Profile Page 𓆪 ༻
Currently playing these:
Help Me Cum Please! - My rules - Active, but slow
Challenge Arena
-
MetalLife
- Explorer

- Posts: 18
- Joined: Mon Jan 15, 2024 7:51 pm
- Gender: Male
- Sexual Orientation: Straight
Re: The dummies' guide to webteasing!
The only way to organise your gallery is by reordering the individual galleries in the JSON file of the tease. I doubt a feature to accomplish this via the UI will be implemented in the near future...May I ask if there will be a function to organise the galleries folder in the EOS editor? Now its based on which gallery its created
Check out my tease Dreamer: https://milovana.com/webteases/showtease.php?id=70984
-
Carnal1
- Explorer At Heart

- Posts: 206
- Joined: Wed Jan 30, 2019 4:56 am
- Gender: Male
- Sexual Orientation: Open to new ideas!
Re: The dummies' guide to webteasing!
Is it possible to extract just the text from a tease? I ask -because it would make spelling & grammar checking much easier than going line by line, page by page with the milovana editor. I have also tried using Notepad++, loading the json but of course I then have to carefully go through ignoring command lines etc. Perhaps there's some simpler/easier way that I'm missing.

