1. How to check if ai.move is currently true or false through a plugin
     
  2. Not entirely sure if that's right but you should be able to check it with the following code
    Code:
    // using ConVar;if (AI.move)
    {
        // do something
    }
     
  3. Awesome