K
Kobnar
Guest
I'm working on a mod that requires that I have two different types of citizen npc's. I already made a copy of the files "citizen17.cpp" and "citizen17.h" and made all of the adjustments to them so that I have a copy of the citizen in every way. They fight like the citizens, talk like them, act like them, have the same types of classes as them and are complete with their own seperate alegances and models n'stuff...
My problem comes in their hitpoints. They are light as a feather and one puff of air kills them... that sucks.
Does anyoen know where the citizens draw their health from besides the code
???
Like, what defines their health? Do I have to go to another file and add one for my custom npc's?
My problem comes in their hitpoints. They are light as a feather and one puff of air kills them... that sucks.
Does anyoen know where the citizens draw their health from besides the code
Code:
ConVar sk_underground_health ( sk_underground_health", "0" );
Like, what defines their health? Do I have to go to another file and add one for my custom npc's?