From ffd42e03b27e2f5b2a95afb015b8af0937ae89a2 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 11 Dec 2018 19:42:09 +0000 Subject: Better release tease --- scripts/toy.groovy | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) (limited to 'scripts') 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); -- cgit v1.2.3