Jump to content

Nautical bell: Difference between revisions

m
Line 814:
hr = hour(dt)
mn = minute(dt)
if hr in [00, 412, 84, 128, 16, 20]
return mn == 00 ? "2 2 2 2" : "1"
elseif hr in [1, 5, 9, 13, 17, 21]
return mn == 00 ? "2" : "2 1"
elseif hr in [2, 6, 10, 14, 18, 22]
return mn == 00 ? "2 2" : "2 2 1"
elseif hr in [3, 7, 11, 15, 19, 23]
return mn == 00 ? "2 2 2" : "2 2 2 1"
Line 826:
end
end
 
 
function nauticalbelltask()
4,107

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.