// System: Dutzend Katalysator // if in the last 3 numbers the same DZ is hit, play the color which are in this 3 numbers are predominant /* Haftungsausschluss / Disclaimer Eine Haftung fuer die Richtigkeit der Implementierung des Systems wird NICHT uebernommen, der Download und der Einsatz des Systems erfolgt auf eigenes Risiko! A liability for the correctness of the implementation of the system will NOT be assumed, the download and use of the system is at your own risk! Ing. Thomas Froehlich (www.ing-froehlich.de) */ ST: SZ STMAX(I(3)); SZ EI1(1); AL: IF CO10(0) AND IF RZ(3/>=2) IN DZ01 AND IF RZ(3/>=2) IN EC03 THEN SZ EC03; IF CO10(0) AND IF RZ(3/>=2) IN DZ01 AND IF RZ(3/>=2) IN EC04 THEN SZ EC04; IF CO10(0) AND IF RZ(3/>=2) IN DZ02 AND IF RZ(3/>=2) IN EC03 THEN SZ EC03; IF CO10(0) AND IF RZ(3/>=2) IN DZ02 AND IF RZ(3/>=2) IN EC04 THEN SZ EC04; IF CO10(0) AND IF RZ(3/>=2) IN DZ03 AND IF RZ(3/>=2) IN EC03 THEN SZ EC03; IF CO10(0) AND IF RZ(3/>=2) IN DZ03 AND IF RZ(3/>=2) IN EC04 THEN SZ EC04;