I am spawning in an ai like this.
var scientist = GameManager.server.CreateEntity(scientistprefab, playerposition) as Scientist;
scientist?.Spawn();Is there a way to make it not move and to not be hostile?