Adding the dormant AI and range

Hiya, I saw this on your page:
"aimanager.ai_dormant (default true) enable the capacity of scarecrows to "sleep" if there is no player in the aimanager.ai_to_player_distance_wakeup_range range (default to 160)."

I couldn't find it in the config, so added the lines underneath in the convars as
"aimanager.ai_dormant": true,
"aimanager.ai_to_player_distance_wakeup_range": 80

Is this incorrect, do I add it another way or is it in the actual plugin?

Thanks, Dan.

Hi,

You need to set those in the server.cfg file of your server, along all the server configuration.

You can set them in the console too by writing them followed by the value (through RCON for example), then use "server.writecfg" to save them.

Locked