id:Kodakana
時報のことを語る

毎正時に時報を鳴らすだけの HSP スクリプト。4年前に書いた。
 
*check
repeat
gettime DATE,5
if DATE=00 : sndload "2216s010.wav",0 : snd 0 : goto *time
wait 10
loop
*time
gettime DATE,5
if DATE!00 : goto *check
wait 10
goto *time