I am working on a project that requires me to have a timer on my animations and to have them go one at a time on different clicks of the same mouse button. Any information on how to do this will be helpful. Thanks!
All you really need is a timer to check when the last time was you played the Animation + to know how long of a wait time you have.
Try having a look at Unity - Scripting API: Time.time