Jump to content

Any indirect way to change read-only cvar value?


FrankZ

Recommended Posts

like cvar “_notAlerted”

I want to make a buff that turns all alerted zombies back to notalerted condition.

I know cvar “_notAlerted” is read-only, but is there anyother cvar that related to this value, so I can indirectly modify the read-only cvar?

Link to comment
Share on other sites

On 8/19/2021 at 3:32 AM, xyth said:

        NPCIsAlert            similar to _notAlerted cvar  but does not have a built-in delay

 

These are status flags, and wont change the zombies behavior like your suggesting

 

Ok, get it, thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...