From 7023a1c000f83597e2404d94059ab110a90f362e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 28 Dec 2018 20:27:15 +0000 Subject: Don't exit when owner leaves, just drop back to the lounge --- scripts/toy.groovy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 9a74581..53caf2a 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1418,9 +1418,7 @@ def beginPlan = { rt, plan, args -> } setAway(plan); removeEvent(PLAY); - if (rt) { - exit(); - } + showLounge(); }; def endPlan = { rt, plan -> save("toy.owner.outfitTime", getTime()); -- cgit v1.2.3