Movement: W,A,S,D Aiming: Mouse Fire: Space Reload: R WARNING: this is in development and is subject to change (version 0.3)
this AI is ran by a state machine The state machine model is used for AI in many AAA games today. state machines are a combination of 3 variables: AI class, state, and action. these variables are facilitated by a lot a logic to make decisions for the AI