| Latest version | 14.0.1 |
|---|---|
| Minimum Core | 13 |
| Compatible Core | 14 |
| File size | 2.62 KB |
| Last updated | 2 months ago |
| Created | 6 years ago |
| Authors | |
| Languages |
日本語 Deutsch (German) English Español Français Italian Korean Português (Brasil) Češky 中文 正體中文 |
| Systems | All systems |
| Dependencies |
Simple Calendar |
| Project source | Project URL |
| Report bugs | Bug tracker URL |
Allows you to trigger events to occur at specified times.
About-time uses AI (Claude) to generate test cases.
The interface is programatic only Access these via game.Gametime.XXXXX
doEvery({day:1}, () => console.log("another day another dollar"))
every day run the handler.
doAt({hour:1}, "My Macro"))
run a macro in 1 hour of gametime
reminderAt({minute: 10}, "Check for wandering monsters"}
send a message to the console.
reminderEvery({minute: 10}, "Check for wandering monsters"}
do a reminder every 10 minutes.
Each of the above return an id which can be used to cancel the event
clearTimeout(eventID)
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: about-time or copy its manifest URL:
And paste it to the input box at the bottom of your window.

You can install this package directly to your Forge account.