de en es fr
Let the machine help
Light teasing, exhibition, BDSM, sissyfication, watersports... with sounds and pictures


Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Milovana import - problem with specific 'tease'
PostPosted: Wed Dec 28, 2011 1:52 pm 
Offline
Veteran
User avatar
SexScripts won't convert the following webtease from Milovana correctly for me:
http://www.milovana.com/webteases/showtease.php?id=2398
... and I assume it's because of this 'page':
http://www.milovana.com/webteases/showtease.php?id=2398&p=5#t
... where you need to copy-paste the chosen answer/step.

A few manual tweaks to the converted script should be able to fix this, I imagine ("multiple choice buttons"), but while I know how it would be done in CM, I'm not sure in SexScripts/Groovy how to re-code it (doesn't help I haven't done any SexScript scripting in several months!).

Any easy way to handle it?


Top
 Profile Send private message 
 
 Re: Milovana import - problem with specific 'tease'
PostPosted: Wed Dec 28, 2011 8:44 pm 
Offline
Site Admin
User avatar
Yes, replace the "wait()" or "showButton()" of this page with something like this :
Code:
wait(5)
def v = getMultipleSelect("Good, very good. Yo...",["French maid", ".....", "...."])
if(v==0) {
//  big content for french maid, from the page 6 (and not 9, I think there's a mistake in the tease)
...
}
if(v==1) {
...
}
if(v==2) {
...
}
//end
setImage("milova...")
show("Well, now...")
...


Top
 Profile Send private message 
 
 Re: Milovana import - problem with specific 'tease'
PostPosted: Thu Dec 29, 2011 5:47 am 
Offline
Veteran
User avatar
I used:
Code:
def v = getMultipleSelect("Make your decision",["French Maid", "Daisy Duke", "Schoolgirl"])
...and got the error:
Code:
error.groovy.lang.MissingMethodException. No signature of method ss.FullScript.getMultipleSelect() is applicable for argument types: (java.langString,java.util.ArrayList) values: [Make your decision, [French Maid, Daisy Duke, Schoolgirl]]

However, I remembered I'm the one who asked for this function before, so I checked my old post (viewtopic.php?f=3&t=128) on this, and found that:
Code:
def v = getSelectedValue("Make your decision",["French Maid", "Daisy Duke", "Schoolgirl"])
works!

However, as well as the three choices, I also get "?" as the first/default dropdown box choice... choosing THAT just skips all the choices. Is there a way to NOT have the "?" choice show up... thus forcing the user to pick one of the three options and not "none of the above" that "?" seems to allow?


Top
 Profile Send private message 
 
 Re: Milovana import - problem with specific 'tease'
PostPosted: Thu Dec 29, 2011 7:11 pm 
Offline
Site Admin
User avatar
"?" shouldn't be allowed. I'll be corrected in the next release, in a few hours


Top
 Profile Send private message 
 
 Re: Milovana import - problem with specific 'tease'
PostPosted: Fri Dec 30, 2011 4:35 am 
Offline
Veteran
User avatar
Thanks. I like the "?" being there (forcing the user to make a choice and not just click) but as you said, it shouldn't be a selectable choice.


Top
 Profile Send private message 
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Maroon Fusion theme created by Oxydo
Software, theme modifications, phpBB modification by Doti 2010 - 2020
This website uses session cookies only.