Originally posted by chrisgascoigne
Curious as to what i would need to add to a patch and where to put it all. I am very very new to C++
add something like this on spawn:
if(self HasPerk("juggernaut")) //add the CORRECT name for the jugg perk
{
self.maxhealth = 20;
self.health = self.maxhealth;
}