Skip to content

Instantly share code, notes, and snippets.

View anderson2927's full-sized avatar

Anderson anderson2927

View GitHub Profile
local policenpcs = {"monster_turret", "monster_miniturret", "monster_sentry", "monster_barney", "monster_human_grunt", "monster_human_assassin", "npc_turret_ceiling", "npc_metropolice", "npc_turret_floor", "CombinePrison", "npc_hunter", "npc_combine_s", "CombineElite", "npc_combinegunship", "npc_clawscanner", "npc_manhack", "npc_strider", "npc_cscanner", "npc_combine_camera", "npc_stalker", "npc_helicopter", "npc_combinedropship", "ShotgunSoldier", "PrisonShotgunner", "npc_rollermine", "npc_sniper", "npc_apcdriver", "npc_breen"}
local rebelnpcs = {"npc_dog", "VortigauntUriah", "npc_vortigaunt", "npc_alyx", "npc_mossman", "Medic", "Rebel", "npc_kleiner", "npc_magnusson", "npc_eli", "VortigauntSlave", "Refugee", "npc_barney", "npc_odessa"}
local citizennpcs = {
["npc_gman"] = true,
}
CT_DEFAULT = 0
CT_DOWNTRODDEN = 1
CT_REFUGEE = 2
CT_REBEL = 3