diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/toy.groovy | 4 | 
1 files 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."], | 
