Is there any way to reliable delay execution of a function from within sheet workers? Using setTimeout() or _.delay() results in the sheet worker losing context, and you get the error message Character Sheet Error: Trying to do setAttrs when no character is active in sandbox. I mean, I could always just count to a billion or so, but that seems extremely wasteful.