... für #Fahren probier 'mal dies:

Anstelle von:
if (ACSL_F and ACSR_F)=on then gosub rotate

... das:
if (ACSL_F and ACSR_F) then gosub rotate

(muss aber nicht unbedingt der Fehler sein!)

Gruß Dirk