|||| This is the message that appears when the timer reaches 00:00:00
Set ZeroHour$Message Your Countdown Time has Expired - You can set the text you want to appear here in the '!ZeroHour.!Run' File

||||  Use !PlayIt if available - It plays sounds and should be in
||||  !Boot.Resources - !PlayIt can be downloaded from:
||||  http://www.actrix.gen.nz/users/rick/software.html
||||  Due to a bug in PlayIt 1.68 this is dis-engaged at the moment
||||  otherwise it would play a sound effect !ZeroHour.Alarm
||||  when the countdown time has reached 00:00:00
|if "<PlayIt$Path>" = "" then Error PlayIt resource could not be found
|Unset PlayIt$Error
||||  PlayIt 1.68 for RISC OS 5 or RISC OS 4 with a 32-bit CLib etc
|Run PlayIt:Ensure -e 1.68
||||  OR
||||  PlayIt 1.58 for RISC OS 4
|Run PlayIt:Ensure -e 1.58
|if "<PlayIt$Error>" <> "" then Error <PlayIt$Error>

Set ZeroHour$Dir <Obey$Dir>
IconSprites <ZeroHour$Dir>.!Sprites
IconSprites <ZeroHour$Dir>.Sprites
Wimpslot -min 32K -max 32K
Run <ZeroHour$Dir>.!RunImage
