Page 1 of 1

[Feedback] Nothing Butt Trouble

Posted: Sat Jan 18, 2020 8:07 pm
by ChaChan
Hi there,

Just released my first ever tease after being a lurker for a long time. Mixed a lot of stuff and ideas that i like.
Too bad I really have no idea how to script, theres some things i would`ve like to try but can`t.

So, it ended up being a really long and big tease (no idea, if you can even beat extreme mode in a life time :lol: ) .
I have yet to beat it once without cumming too early :lol:
But i achieved what i was going for, a lot of variety and a lot of good pics.

I do want to reiterate, that this is a ON and OFF tease with some freedom in mind. Go at it for a while and leave whenever you want, i suggest after 1-2 hours or so (if you can make it that far ;-)) and then come back and keep going.

https://milovana.com/webteases/showtease.php?id=43718

So, really curious, what people think of it?. Initial impressions seem quite positive so far and i`m happy about that.

Re: [Feedback] Nothing Butt Trouble

Posted: Sun Feb 02, 2020 4:35 am
by Revuin
Good work for your first tease. The concept is solid and I think that this tease/next tease will go even further with scripts. If you'd like, I can put up a example of dice rolling, storing the number of butts to watch, or anything else you have in mind. Just let me know!


There just 1 bug I found so far

Page: Random-Extreme-104-UselessGoddess4
The "Choice" action has the target page set incorrectly and the tease will get stuck

Re: [Feedback] Nothing Butt Trouble

Posted: Tue Feb 04, 2020 9:34 am
by ChaChan
Thanks! Yeah... i don`t know how to script (like at all) would`ve been great to know though, since i could`ve avoided a lot of manual tracking. Thanks for the bug report, fixed it!

A dice roller would be the first script i`d probably would want to know, also maybe something to keep track of how many times you have been on a certain page and quite curious how you`d make a butt store count (no clue, butt... it seems like that one would be a clencher :-P ).

There is one more script i`d like to know but i want to keep that one, if possible a secret for now. Got an idea for a tease but no idea how long i`ll take on that one.

Re: [Feedback] Nothing Butt Trouble

Posted: Fri Feb 07, 2020 5:09 am
by Revuin
I have put together a script that includes both a dice roll and page counter.


To see the script, first create a new tease in EOS. Next, download the file below and then upload into EOS
dice-roll-script-2020-02-07.zip
(542 Bytes) Downloaded 92 times

The formula for dice rolling is:

dice = Math.floor(Math.random() * (max - min + 1)) + min


So for a 6 sided dice, it will be

dice = Math.floor(Math.random() * (6 - 1 + 1)) + 1