-
Notifications
You must be signed in to change notification settings - Fork 0
Clock
Ian Senne edited this page Feb 19, 2024
·
1 revision
Clocks within the mcb language allow you to run a function every so often using a schedule loop, the time parameter is the same as the schedule command.
clock <time> {...}
clock 1t {
say hi
}