From 9acc77c65267e6acc78266131312ad06114750c0 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 12 Dec 2018 12:14:10 +0000 Subject: Add BG event catch up --- scripts/toy.groovy | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/toy.groovy') diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 2d65ccb..1555b51 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1401,6 +1401,7 @@ if (plannedCheck(LUNCH) || plannedCheck(SHOPPING) || plannedCheck(PARTY)) { while (plannedCheck(LUNCH) || plannedCheck(SHOPPING) || plannedCheck(PARTY)) { wait(5); } + execEvents(false); if (sessionSummon([DRESSED])) { present([DRESSED], [["Hello, toy!"], ["I'm back home now."]]); wait(10); -- cgit v1.2.3