“Hello World”
Is there any way of building a database script? Or to use 3rd party databases .
I am thinking of building an RPG game in UNITY and it would be easier to build a scheme for Items, Spells, Attributes and etc.
Simply I would like to use 1 script to define a “Spell” Component where I would just add new entry with the description of a spell , 2D image , Animation (particles) and ID.
If there was anything like this or someone would have any ideas how could I start such scripts please reply 
for real database you will want to look into System.Data and the corresponding .NET documentations on msdn and go mono
For usage of XML you can look into System.Xml
Thanks for the replay 
I rather stay with Java
it`s more similar to RUBY than XML
RUBY? lol.
You would be far better off working in Mono:Javascript/Mono:C# than JAVA and definately better using any of the Unity languages or even JAVA than RUBY. lol.
If you have the Pro Unity you can use library plugins.
Look at SQLite as an idea.
hmmm about loading from xml
http://www.unifycommunity.com/wiki/index.php?title=Save_and_Load_from_XML
I found this script but I wanted to ddo something else 