diff options
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); |