summaryrefslogtreecommitdiff
path: root/scripts/toy.groovy
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-12-12 12:14:10 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2018-12-12 12:14:10 +0000
commit9acc77c65267e6acc78266131312ad06114750c0 (patch)
tree72c8426187bbf2c776e669d8013c2abf96153863 /scripts/toy.groovy
parentFix typos (diff)
downloadtoy-9acc77c65267e6acc78266131312ad06114750c0.zip
Add BG event catch up
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r--scripts/toy.groovy1
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);