Hi, unfortunately there's a Syntax Error in Line 47:
Change:
IF xnuage1=<4 THEN sensnuage1=1
To:
IF xnuage1<=4 THEN sensnuage1=1
BASIC 1.0 won't accept 'xnuage1=<4' reporting it as Syntax Error.
The problem has been corrected in BASIC 1.1.
@Out Bush thanks a lot . Indeed about syntax comparison for Basic 1.0 then I will do a CDT for 1.0 basic with this correction .
This DSK is obvious for 664 and 6128 stock model and it's Basic 1.1 .
So the description need to be modified as game for Basic 1.1 and I will for to @bunsen a CDT file for the 1.0 basic version.