Hi everyone!

Maybe some of you remember my old 'RPG Templates'? By the way, it has got 1085 downloads!

I'm quite impressed!
Well, then I decided to make a new and better one... -And now it finished!

I've focused most on the item/inventory system, and the spell system - trying to make it very easy to make items and spells. This has been done using an ILF (Item-List) and an NSF (Spell-List) file. To make it easy for you to create and edit those files, I've made a program in C# (it requires .NET) that does it in a very easy way. By default, you can load a max of 400 items from an ILF file, and 400 spells from an NSF file, though it can expanded if needed (the only limit is the limit of indices in an array!

).
I have commented the code, to make it more readable, and to make it a better learning source for C-Script programmers.
It's programmed only using C-Script (no DLLs, etc.).
I have also written a few articles at Nighthawk Arts, to help you get started

And I've made a sample level.
You can find it all at the official site:
NHA RPG CenterI hope you like it

-Claus N.
Note: .NET is only required for the RPG Template Tool to work. Not for the RPG Templates itself.
BTW. you can get it here:
http://msdn.microsoft.com/netframework/