• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Any indirect way to change read-only cvar value?

FrankZ

Refugee
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?

 
        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

 
Back
Top