From 560a516928dedb7aa806a07d2a5ef0d34df0dd79 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 19 Jun 2022 16:25:30 +0100 Subject: Fix the intro code! --- scripts/toy/intro.groovy | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/toy/intro.groovy b/scripts/toy/intro.groovy index 51ee105..90d0c1a 100644 --- a/scripts/toy/intro.groovy +++ b/scripts/toy/intro.groovy @@ -11,7 +11,7 @@ ["My rules are simple, do what I say, when I say, and you'll be rewarded... eventually."]]); showButton("Thank you, ${dommeTitle()}"); present([DRESSED,nTEASE], [ - ["But if you disappointment me, disobey me or disrespect me, then you'll be punished."]]); + ["But if you disappoint me, disobey me or disrespect me, then you'll be punished."]]); showButton("Yes, ${dommeTitle()}"); present([DRESSED,TEASE], [ ["I will tease you... and I will torment you..."]]); @@ -48,6 +48,7 @@ } save("toy.version", VERSION); }; - toy.setupInitial(); - return null; + return { + toy.setupInitial(); + }; } -- cgit v1.2.3