What languages will I have to learn to be able to make Monsters for my game that will attack you and where could i learn it from? I hope this isn’t any trouble!
JavaScript(UnityScript) or C#, there’s a tutorial here (in C#): burgzergarcade.com which will teach you how to get basic ai setup for enemies, if you go through the entire hack and slash tutorial, by the time you get to the ai part, you should have learnt enough to change it to suit your needs.
EDIT: Should help towards your other post too.
English and C#.
You may also have to learn searching. This question is discussed to death at this forum.
Besides the available three languages Javascript, C# and BOO you can also have a look at Playmaker or UScript. Those are Unity plugins for a non programming approach.