summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-12-11 19:42:09 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2018-12-11 19:42:09 +0000
commitffd42e03b27e2f5b2a95afb015b8af0937ae89a2 (patch)
tree929f0cca33414c5ae65ef678449e92dfb74086bf
parentReplace irritatingly random play trigger (diff)
downloadtoy-ffd42e03b27e2f5b2a95afb015b8af0937ae89a2.zip
Better release tease
-rw-r--r--scripts/toy.groovy31
1 files changed, 29 insertions, 2 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy
index 057efd9..a4004d4 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -500,9 +500,36 @@ def clampPulls = { amount ->
// Pre-tease
def preRelease = {
if (!is(CHASTE)) return;
+ if (!is(NAKED)) {
+ present([DRESSED], [
+ ["Reach down... and through your clothes...", "Stay clothed,"],
+ ["rub that chastity device...", "run your hand around that locked cock..."],
+ ["imagine if that was me doing it.", "that looks frustrating."]]);
+ wait(15);
+ present(null, [["Show me.", "Let me see it."]]);
+ wait(10);
+ }
+ else {
+ present([DRESSED], [
+ ["Look what we have here.", "Hnmm, look at that."],
+ ["Locked away and useless.", "Under lock and key as it should be."],
+ ["Too bad I have the keys.", "And I have the keys somewhere safe."]]);
+ wait(10);
+ }
present([DRESSED], [
- ["I'm feeling generous, toy...", "Well, that's not good to me..."],
- ["let's get that chastity device off.", "take your chastity device off."]]);
+ ["Play with your balls,", "Tease those balls a little,"],
+ ["I want to see you horny you are", "see how hard you can get"],
+ ["before I let you out.", "before I hand over the keys."],
+ ["You should be", "When you're"],
+ ["practically breaking out,", "about to break it for me,"],
+ ["we'll continue.", "then I'll see letting it out."]]);
+ showButtonG("Hard, mistress, please let me out", "hard");
+ present([DRESSED,TEASE], [
+ ["OK then.", "Fine, fine."],
+ ["I'm feeling generous, toy...", "Well, it's no good to me like that..."],
+ ["I have the keys right here,", "I have the keys here somewhere... OK,"],
+ ["unlock yourself and", "take your chastity device off"],
+ ["let me see my cock.", "let's see it."]]);
showButtonG("Yes, mistress", "ok");
wait(15);
set(CHASTE, false);