diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-12 12:14:10 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-12 12:14:10 +0000 |
commit | 9acc77c65267e6acc78266131312ad06114750c0 (patch) | |
tree | 72c8426187bbf2c776e669d8013c2abf96153863 /scripts | |
parent | Fix typos (diff) | |
download | toy-9acc77c65267e6acc78266131312ad06114750c0.zip |
Add BG event catch up
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
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); |