From 7c1514a7e9ae4f5f71ad61f2ff09d8203f250510 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 19 Dec 2018 11:42:38 +0000 Subject: Remove wait guages --- scripts/toy.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/toy.groovy b/scripts/toy.groovy index b6a9854..d2836c5 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -854,7 +854,7 @@ def playKneel = { playBackgroundSound("bell.wav"); show(null); def kneelTime = 60 + getRandom(240); - waitWithGauge(kneelTime); + wait(kneelTime); while (playBackgroundSound("bell.wav") || true) { if (showButtonG("Back, mistress", "back", 20) != 20) break; } @@ -892,7 +892,7 @@ def playBondage = { setImage(null); show(null); def waitTime = 500 + getRandom(1000); - waitWithGauge(waitTime); + wait(waitTime); playBackgroundSound("bell.wav"); present([DRESSED, nTEASE], [ ["Hi slave!", "Hello again."], -- cgit v1.2.3