Simple Random Sentence Generator v.1
Programming, graphics, and design: Psyberjock
Idea: Psyberjock and Noble(my co-worker)
Sources: lua.org, engrish.com (for vocabulary ideas), luaplayer.org, and EvilMana's tutes.
         Thanks guys!! Couldn't have done it so quickly without you! 

INSTALLATION: 
The program requires Lua Player. It will probably work under any version, but I only
tested it under .20. Just drag the folder into your Applications folder in your LUA Player folder.

For example: ms0:\psp\game150\luaplayer\applications\ <--- drag the SRSG folder here.

FEATURES:
1. Randomly generated crazy Engrish sentences.
2. Ability to save funny sentences to a text file. Please check the favs.txt file for your saved sentences.
3. Exits to lowser properly. (press select from the main screen)
4. Hidden feature (was used in debugging, might be useful) Press the <down> button to redisplay the current sentence. (might be good after saving)

FUTURE FEATURES:
TBA. It's plunderware. I'm giving you my code, I can't give you my ideas too!

LICENSE:
It's free. Plain and simple. No copyrights or anything. You don't even have to credit me if you steal my code.

ABOUT:
First I want to say: This is v.1. It is not streamlined as well as it should be and it does not have as large
a word bank as I hope to give it in the future. If you like Engrish, you'll probably like the program, if not,
you probably won't. Also, be patient. As I said, not streamlined; it might take a bit of time to find the 
really funny lines. That's also the wonderful part about the favorites option. You can collect the best ones.

The original idea for this program was a passing comment about a random Engrish generator. I immediately
thout it would be fun to do and since work was slow this week, I started right away. 2 days later, my first 
publicly releasable program was finished and I found myself writing this doc.

While making the program I realized that it could be expanded to do far more. I plan on making 
these expansions in the future, but feel free to use any of this code as you wish. It's as free as can be.

If you'd like to mod this to do different languages or other crazy sentences, let me give some hints
on producing consistently interesting sentences(I'm currently refining my own combinations). Patterns are 
very important and describing your word categories is perhaps the only more important thing. Luckily for me, 
I have a degree in linguistics. Knowing how language is used and which words fall into which categories 
is very important. Still, the nature of randomness prevents perfectly interesting sentences every time, 
so don't worry too much if you crank out some useless sentences as well.

Oh, I know my code is a mess. I tried to organize it while writing it, but some things just
piled up. I hope I have at least documented it well enough.

