<Gauge Name="whatever you want to call it" Version="1.0"> <Comment> Gauge to automatically play a sound when at full throttle and not moving. </Comment> <Update Frequency="6"/> <Element> <Select> <Value> (A:ENG1 N1 RPM,percent) 10 > (A:GENERAL ENG1 THROTTLE LEVER POSITION,percent) 99 > && (A:GROUND VELOCITY,knots) 0 == && if{ <Comment> Invoke the sound stuff here</Comment> 1 (>L:AC_Sound01,number) } </Value> </Select> </Element> </Gauge>