----------------------------
 Superior Reign Source Code
----------------------------
License: Public Domain (Do whatever you wish with it)
Date: 2:32 PM 4/6/03
By: Dustin Cox (http://www.quickfry.netfirms.com)

	This is my last program in Q-BASIC. I done this project in about two days for my last assignment in Computer Science 110, but I feel no motivation to continue with it (given the GUI bites, my graphics scrolling technique stinks and I have moved on to C++).

	What I do feel is valuable for any novice Q-BASIC programmer is the dialogue() SUB. It will scroll text across the screen as slow as you want, and even change the text color as it moves. You could modify a variable to tell the program how many characters per line you wish to output, and change the last lines in the program for it to display in a different part of the screen. I believe the RND() function for the text blinking was made for 256 colors, so if you were to use a SCREEN with less colors I'd advise you to modify that.

	Hope this helps,
	Dustin.