Thanks Lee! Will do.
Maybe I can call upon you for some play-testing and some brutally honest critiquing? Anyway, that day is well in the future. lol
-CW
Anytime CW

Btw one little tip I can give you is read up on the basics of databases, things like different tables etc as believe me it will help with regards to data management as I'm sure your aware RPG's can be very heavy on data storage with various weapons/armor etc. Not only that but a well organised data structure makes retrieving what you need easier & more efficient on storage as well as access. A flat database like a spreadsheet becomes a nightmare to maintain when you start getting more data.
I used to use MySQL to handle my data but am looking into the sqlite wrapper that is posted elsewhere on this forum. Setting up a database with multiple tables requires a bit more setting up & planning but it rewards you afterwards with easy access & maintenance.
Obviously I don't know your experience with regards to databases but if you need an example of what I mean please let me know
Lee