Fps ai?

any one got a good ai script for my fps, the unity 3d tut one is good but i want it to be better!!!
cheers!

well first you need to be descriptive in what you want as what you mean by good? what are you trying to achieve? another fps script is on the unity3d wiki in there you will see a aiming code like in modernwarfare2 or black ops or medal of honor and so on. just like iron sights.

I mean some AI that can run to cover when they are shot at, Etc.

That’s probably not something you’ll just find a script for.

Thats quite advanced unless it’s the ai entity is next to the cover. Lets say the ai is a soldier. Think of it as, if your ai soldier is shot at, duck. That is if he is behind cover. Other wise you could make it so, if he is being shot at, run to the nearest thing tagged cover. Its up to you to decide how to make him hide behind this tagged object and not just stand next to it. AI is very complicated when you want advanced features. I’m guessing you aren’t an advance scripter so I suggest looking around the forums at other ai scripts and see what they are like. It’s a great way to learn, at least the basics.