EL-How to make an Sound-Alert, that

Discussion in 'Strategy Building' started by Jana, Aug 5, 2003.

  1. Jana

    Jana

    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;