model some_base_modeldef { mesh models/md5/chars/guards/proguard/tdm_ai_proguard_use.md5mesh } model some_modeldef { mesh models/md5/chars/guards/proguard/tdm_ai_proguard_lowest.md5mesh } model some_modeldef_with_skin { mesh models/md5/chars/guards/proguard/tdm_ai_proguard_lowest.md5mesh skin proguard/redbrown_coat } entityDef entity_using_modeldef { "inherit" "atdm:ai_humanoid" "editor_color" "0 1 0" "editor_mins" "-32 -32 -32" "editor_maxs" "32 32 32" "spawnclass" "idAI" "model" "some_base_modeldef" } entityDef entity_using_modeldef_with_skin_keyvalue { "inherit" "entity_using_modeldef" "skin" "guard/leather_tunic01_nochain" } entityDef entity_using_skinned_modeldef { "inherit" "entity_using_modeldef" "model" "some_modeldef_with_skin" }