Scripting for beginers.

Hello! Im wondering if I could get some advice from the people on this great furom about scripting. Ive been doing 3d modeling for some time and a friend told me about how awesome Unity3D. Im a PC guy though and I also dont know any scripting. Can anyone here point me in the right direction as to which scripting language the PC version of Unity takes and a good place to start learning?

Thanks in Advance, heres a pic of some of my work made in Maya.

Welcome!

The windows version of Unity is not out yet, but when it does ship, it will support the same 3 languages that the current Unity version supports.

C#, Boo and A Unity style JavaScript.

Everyone here will give you differing opinions on which is better to learn, and which is easier/harder, but ultimately, they will all accomplish the EXACT same result, so in my opinion, the Unity JavaScript would be the best starting point as most of the examples in the documentation and forum are written in it.

Ultimately, if you are not a coder, and are willing to put in the hard yards to learn how to script/code, any of the languages would suffice.

Great thanks.
Ill look into the Unity javascript and possibly c#. I know the PC version wont be available for sometime and hopefully by then i will know some coding basics.