35% of US high school students were currently sexually active and 47.8% of US high school students reported having had sexual intercourse
A 2008 study by the CDC found that an estimated 1 in 4 sexually active teens contracts an STD. The same study found that, among those who were infected, 15% had more than one STI, and 20% of those who said they had only one sexual partner were infected.
teenage pregnancy is 2 to 10 times more prevalent in the United States than in other similarly developed countriesOn blowjobs (pretty popular too):
half of all 15- to 19-year-olds have had oral sex, with the percentage rising to 70% by the time they turn 19Thought this was funny:
"There is a widespread belief that teens engage in nonvaginal forms of sex, especially oral sex, as a way to be sexually active while still claiming that technically, they are virgins," says study author Laura LindbergI don't get this part:
Of anal and vaginal sex, 14% believed you could engage in the former and 12% said you could participate in the latter while still remaining abstinent.
One in four women in America who had sex during their teenage years will have a baby before they are married...Of all women, 16% will be teen mothers
18% (almost 1 in 5) of teen girls were infected with Human PapillomaVirus
Of seniors in high school, 74% of girls regret sexual experiences they have had
Of women who had sex for the first time as teens, 30% divorced within five years, and 47% divorced within 10 years of getting married. The divorce rate for women who delayed sex until adulthood was far lower: 15% at five years, and 27% at 10 years. Researchers believe "that the early sexual experience leads to the development of behaviors or beliefs that promote divorce.
More than one fifth of teens have sent sexually suggestive text messages or nude photographs of themselves online. Teens who photograph or film themselves or receive photos of others, known as sexting, can be charged with child pornography.
Experts say that sexting poses a serious problem, partly because teens do not understand that the images are permanent and can be spread quickly. “It does not click that what they’re doing is destructive, let alone illegal.” “Once they are out there, it spreads like a virus,” police say.
...sexual minority youth (e.g. homosexuals) were significantly more likely than other students to report "having been or gotten someone pregnant (15% vs. 4%)Check out these fail parents
Less than half of parents with daughters under 18 talk to their girls about how to say no to boys, and about half talk to them about contraception. While 78% of parents believe that their daughters can talk to them about any topic, only 54% of girls believe they can discuss any topic with them.
Also, according to the CDC, one in ten teens will be physically abused between the grades of seventh through twelfthHumans never cease to amaze me.
Furthermore I would like to know how to make these weapons appear in Hammer tab entities when I build my map.You need to make a custom FGD for you to be able to have your custom entities appear in hammer. However, this is entirely unnecessary. Simply place a weapon_glock or something and then rename it directly to the name of the weapon you coded (weapon_dragunov or whatever you named it in the code)
*Make the glock's silencer a separate pickup from the glock, using the w_silenced/w_silencer (can't remember which it is) model. It would give the player the ability to use the glock's alt-fire if they don't already have it, and 17 rounds. It could also be dropped by the female assasins, because if memory serves, they have a second, unused weapon submodel that is empty.Do you mean to make them two different weapons? Or make the silencer a 'secondary ammo' thingy so that the player would need to pick up a silenced handgun to gain the silencer ability? I'm guessing the latter is what u mean.
*Have you put thought into making any kind of weather/precipitation/particle system into the mod? It's not necessary, but it could be useful to have weather functionality and easier ways to make good looking dripping pipes and the like.I'm not big on the graphics aspect of the code, do you have source code that allows for this stuff? I remember spirit's fog freezing my computer, so I'd be careful about that. However, for rain specifically, I have a model that shows it very well; only prob is you need generics of this model all over your map.
*Snipers should toss their rifles upwards and outwards on death instead of the standard drop style; that way players can get the rifle as a reward, instead of it staying in the nest. Maybe a "don't drop rifle" flag that can stop this behavior as well.I was sort of imagining it like in the half-life 1 and 2 style, in that snipers don't give out such a powerful weapon on death. Have you tried combining sniper 'trigger death' with a trigger_push? If that doesn't work; and you'd like the player to get sniper easier, then I can make the sniper propel forward if you'd like.
ammo_45Note there are some vanilla debug entities that I have no idea does what. You're welcome to try.
ammo_762
ammo_egonclip
ammo_glockclip
ammo_m4clip
ammo_mp5grenades
ammo_sawclip
bmortar
bodyque
cycler_prdroid
env_debris
env_lightning
env_smoker
fireanddie
func_water
item_sodacan
monster_assassin_repel
monster_bloater
monster_brother
monster_civ_barney_dead
monster_cleansuit_scientist
monster_cleansuit_scientist_dead
monster_construction
monster_friendly
monster_gonome
monster_hgrunt_m4
monster_human_assault
monster_human_hornetgun
monster_human_sniper
monster_male_assassin
monster_mortar
monster_recruit
test_effect
testhull
weapon_beretta
weapon_eagle
weapon_headcrab
weapon_knife
weapon_m249
weapon_m4
weapon_mark23
weapon_pipewrench
weapon_sniperrifle
xen_hull
xen_ttrigger
NULL, // 0
"item_battery", // 1
"item_healthkit", // 2
"weapon_9mmhandgun", // 3
"ammo_9mmclip", // 4
"weapon_9mmAR", // 5
"ammo_9mmAR", // 6
"ammo_ARgrenades", // 7
"weapon_shotgun", // 8
"ammo_buckshot", // 9
"weapon_crossbow", // 10
"ammo_crossbow", // 11
"weapon_357", // 12
"ammo_357", // 13
"weapon_rpg", // 14
"ammo_rpgclip", // 15
"ammo_gaussclip", // 16
"weapon_handgrenade", // 17
"weapon_tripmine", // 18
"weapon_satchel", // 19
"weapon_snark", // 20
"weapon_hornetgun", // 21
"weapon_mark23", // 22
"ammo_57", // 23 (for mk23, but the model is a crowbar)
"weapon_12gauge", // 24 (this will be removed)
"weapon_m4", // 25
"ammo_m4clip", // 26
"weapon_beretta", // 27
"weapon_sniperrifle" // 28
"ammo_762" // 29 (for sniper)
"weapon_m249" // 30
"weapon_displacer" // 31 (has not been coded yet, will not appear)
"ammo_sawclip" // 32 (for m249)
"weapon_eagle" // 33
};[/quote]EDIT: Also, latest download doesn't work.??? It's working for me, make sure to click the 'download this file', ignore the ad above it. ALso it doesn't use spirit.