F FrankZ Refugee Aug 12, 2021 #1 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?
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?
xyth Community Moderator Aug 18, 2021 #2 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
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
F FrankZ Refugee Aug 21, 2021 #3 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 Click to expand... Ok, get it, thanks!
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 Click to expand... Ok, get it, thanks!