Notifications
Clear all
Scripts
3
Posts
2
Users
0
Reactions
789
Views
Topic starter
December 13, 2021 7:59 pm
-Create new Global of type Time with name Mash Rest 1
-Set value to 30 minutes
-Read from script with
new time rest1 rest1 = "Mash Rest 1" value
Result -> OK
-Edit Global to use a custom format of mm:ss
-Re-run script
Result -> Error: Expected a Time type
December 13, 2021 11:50 pm
Just tested this, and it is indeed a bug! When changing the format, for some reason the value read by the script is changing too... the time shifts from minutes to seconds. Anything less than 24 works (24 hours) but over it issues an error.
Thanks for pointing it out... will add to list to fix. Can you use the default format for now?
Topic starter
December 23, 2021 3:20 pm
Yeah, it's mostly an aesthetic issue. Just caused some confusion for a few minutes 😉