summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-12-03 12:41:58 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2018-12-03 12:41:58 +0000
commit6791d35419a6468161bf9f3bc522fddecc13ecaa (patch)
tree7b3d0faf2c9922ad36ace7acac2469a312f78d94 /scripts
parentAdd missing gagtext hint (diff)
downloadtoy-6791d35419a6468161bf9f3bc522fddecc13ecaa.zip
Return a score from pre events
Diffstat (limited to 'scripts')
-rw-r--r--scripts/toy.groovy4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy
index d787e74..4fa50fb 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -379,6 +379,7 @@ def preGag = {
["I don't want to a hear a word from you.", "A quiet toy is a good toy."]]);
set(GAGGED, true);
showButtonGT("Gagged, mistress", "gagged", 20, 2);
+ return 1.2;
};
def preClamps = {
if (is(CLAMPED)) return;
@@ -419,6 +420,7 @@ def preClamps = {
["And release.", "Let go."]]);
wait(getRandom(5) + 3);
};
+ return 1.8;
};
def preCollar = {
if (is(COLLARED)) return;
@@ -432,6 +434,7 @@ def preCollar = {
wait(10);
set(COLLARED, true);
showButtonGT("Back, mistress", "back", 60, 1);
+ return 1.1;
};
def preStrip = { imageSpec = [DRESSED] ->
if (is(NAKED)) return;
@@ -464,6 +467,7 @@ def preStrip = { imageSpec = [DRESSED] ->
}
wait(10);
};
+ return 1.1;
};
// Post