Since Flash Gordon uses a string input system then you can take a number (say chapter number for an RPG) and use the number (say 3) and take the part of a string corrisponding with that number (say... sub(Str1,((3-1)*2)+1,2)) and add that to the end of the string "CHNUM" or whatever, do in this case you'd get "CHNUM03" then run FG and run the program it calls... thus using 1 digit you can have 10 chapters, with 2 digits you can get 100, and with 3 digits you can get 1000 chapters... this allows you to make a game that uses Queats (instead of chapters) and you could be making quests for years after you release the game!