Checking ai.move status?
Discussion in 'Rust Development' started by Rusty, Mar 15, 2016.
-
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 } -
Awesome
