// System: Follow the Plein /* 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) */ // replay the last 10 pleins without progression // in case of lost - add and play the last pulled number (1 round break) // in case of win - reset system and start again (without break) ST: SZ STMAX(A); // 10 spins, after reset 1 spin pause SZ ST1(1,1,1,1,1,1,1,1,1,1); SZ EI1(ST1(1)); SZ PT1(C); GW: SZ PT1(C); SZ EI1(ST1(1)); VE: SZ EI1(ST1(+1)); AL: SZ PT1(GZ); SZ PT1;