// Headcrab
sk_headcrab_health1 "10"
sk_headcrab_health2 "10"
sk_headcrab_health3 "20"
sk_headcrab_dmg_bite1 "5"
sk_headcrab_dmg_bite2 "10"
sk_headcrab_dmg_bite3 "10"
The first three lines define the Headcrab's strength. The last three define how much damage it does to you. Why are there three definitions? There's three because there are three skill levels. When the skill level is set to easy, the Headcrab's health will be 10 by the definition of sk_headcrab_health1. 2 would be Medium and 3 would be Hard. The same goes for it's damage. Two slashes ( // ) define a comment. That's pretty much all there is to it.You must log in to post a comment. You can login or register a new account.