EL-How to make an Sound-Alert, that

sounds only ONCE, after it is triggerd?
e.g. if the close getting closer to the dayhigh?

If highD(0)> 0.999 * c then begin
Print(PlaySound("C:\Sounds\beam1.wav"));
end;
 
Back
Top