Left 4 Dead 2/Scripting/Game Events: Difference between revisions
| 1416006136 (talk | contribs) No edit summary | 1416006136 (talk | contribs)  No edit summary | ||
| Line 2: | Line 2: | ||
| :''{{autolang|Refer back to [https://wiki.alliedmods.net/Game_Events_(Source) Game Events (Source)] for more events.|zh-cn=返回 [https://wiki.alliedmods.net/Game_Events_(Source) Game Events (Source)] 以查看更多事件。}}'' | :''{{autolang|Refer back to [https://wiki.alliedmods.net/Game_Events_(Source) Game Events (Source)] for more events.|zh-cn=返回 [https://wiki.alliedmods.net/Game_Events_(Source) Game Events (Source)] 以查看更多事件。}}'' | ||
| === player_death === | === player_death === | ||
| {{ | {{ModernDescription|a game event, name may be 32 charaters long; this extents the original player_death by a new fields}}<br> | ||
| {{begin-hl2msg|player_death|string}} | {{begin-hl2msg|player_death|string}} | ||
| {{hl2msg|short|userid|user ID who died}} | {{hl2msg|short|userid|user ID who died}} | ||
| Line 22: | Line 22: | ||
| === player_hurt === | === player_hurt === | ||
| {{ | {{ModernDescription|Registers all playable classes (Hunter, Smoker, Boomer, Tank, Survivors). See infected_hurt for Witch and Common Infected}}<br> | ||
| {{begin-hl2msg|player_hurt|string}} | {{begin-hl2msg|player_hurt|string}} | ||
| {{hl2msg|1|local|Not networked}} | {{hl2msg|1|local|Not networked}} | ||
| Line 37: | Line 37: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_team === | === player_team === | ||
| {{ | {{ModernDescription|player change his team}}<br> | ||
| {{begin-hl2msg|player_team|string}} | {{begin-hl2msg|player_team|string}} | ||
| {{hl2msg|short|userid|user ID on server}} | {{hl2msg|short|userid|user ID on server}} | ||
| Line 47: | Line 47: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_bot_replace === | === player_bot_replace === | ||
| {{ | {{ModernDescription|Bot replaced a player}}<br> | ||
| {{begin-hl2msg|player_bot_replace|string}} | {{begin-hl2msg|player_bot_replace|string}} | ||
| {{hl2msg|short|player|user ID of the player}} | {{hl2msg|short|player|user ID of the player}} | ||
| Line 53: | Line 53: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === bot_player_replace === | === bot_player_replace === | ||
| {{ | {{ModernDescription|Player replaced a bot}}<br> | ||
| {{begin-hl2msg|bot_player_replace|string}} | {{begin-hl2msg|bot_player_replace|string}} | ||
| {{hl2msg|short|bot|user ID of the bot}} | {{hl2msg|short|bot|user ID of the bot}} | ||
| Line 59: | Line 59: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_afk === | === player_afk === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|player_afk|string}} | {{begin-hl2msg|player_afk|string}} | ||
| {{hl2msg|short|player|user ID of the player}} | {{hl2msg|short|player|user ID of the player}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === weapon_fire === | === weapon_fire === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|weapon_fire|string}} | {{begin-hl2msg|weapon_fire|string}} | ||
| {{hl2msg|1|local|don't network this, its way too spammy}} | {{hl2msg|1|local|don't network this, its way too spammy}} | ||
| Line 73: | Line 73: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === weapon_fire_on_empty === | === weapon_fire_on_empty === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|weapon_fire_on_empty|string}} | {{begin-hl2msg|weapon_fire_on_empty|string}} | ||
| {{hl2msg|1|local|don't network this, its way too spammy}} | {{hl2msg|1|local|don't network this, its way too spammy}} | ||
| Line 81: | Line 81: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === weapon_reload === | === weapon_reload === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|weapon_reload|string}} | {{begin-hl2msg|weapon_reload|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 87: | Line 87: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === weapon_zoom === | === weapon_zoom === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|weapon_zoom|string}} | {{begin-hl2msg|weapon_zoom|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === ability_use === | === ability_use === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{eventnote|Called|When an infected uses their ability}} | {{eventnote|Called|When an infected uses their ability}} | ||
| {{eventnote|Issues|Doesn't fire for jockey}} | {{eventnote|Issues|Doesn't fire for jockey}} | ||
| Line 109: | Line 109: | ||
| === ammo_pickup === | === ammo_pickup === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|ammo_pickup|string}} | {{begin-hl2msg|ammo_pickup|string}} | ||
| {{hl2msg|short|userid|The player who got some ammo from a weapon_ammo_spawner}} | {{hl2msg|short|userid|The player who got some ammo from a weapon_ammo_spawner}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === item_pickup === | === item_pickup === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|item_pickup|string}} | {{begin-hl2msg|item_pickup|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 120: | Line 120: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === golden_crowbar_pickup === | === golden_crowbar_pickup === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|golden_crowbar_pickup|string}} | {{begin-hl2msg|golden_crowbar_pickup|string}} | ||
| {{hl2msg|short|userid| The player who picked up the crowbar}} | {{hl2msg|short|userid| The player who picked up the crowbar}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === grenade_bounce === | === grenade_bounce === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|grenade_bounce|string}} | {{begin-hl2msg|grenade_bounce|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === hegrenade_detonate === | === hegrenade_detonate === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|hegrenade_detonate|string}} | {{begin-hl2msg|hegrenade_detonate|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 138: | Line 138: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === bullet_impact === | === bullet_impact === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|bullet_impact|string}} | {{begin-hl2msg|bullet_impact|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 146: | Line 146: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_footstep === | === player_footstep === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|player_footstep|string}} | {{begin-hl2msg|player_footstep|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_jump === | === player_jump === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|player_jump|string}} | {{begin-hl2msg|player_jump|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_blind === | === player_blind === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|player_blind|string}} | {{begin-hl2msg|player_blind|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_falldamage === | === player_falldamage === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|player_falldamage|string}} | {{begin-hl2msg|player_falldamage|string}} | ||
| {{hl2msg|short|userid|Who got hurt}} | {{hl2msg|short|userid|Who got hurt}} | ||
| Line 168: | Line 168: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_ledge_grab === | === player_ledge_grab === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|player_ledge_grab|string}} | {{begin-hl2msg|player_ledge_grab|string}} | ||
| {{hl2msg|short|userid|Who grabbed the ledge}} | {{hl2msg|short|userid|Who grabbed the ledge}} | ||
| Line 174: | Line 174: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_ledge_release === | === player_ledge_release === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|player_ledge_release|string}} | {{begin-hl2msg|player_ledge_release|string}} | ||
| {{hl2msg|short|userid|person who released from the ledge}} | {{hl2msg|short|userid|person who released from the ledge}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === door_moving === | === door_moving === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|door_moving|string}} | {{begin-hl2msg|door_moving|string}} | ||
| {{hl2msg|long|entindex|}} | {{hl2msg|long|entindex|}} | ||
| Line 185: | Line 185: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === door_open === | === door_open === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|door_open|string}} | {{begin-hl2msg|door_open|string}} | ||
| {{hl2msg|short|userid|Who opened the door}} | {{hl2msg|short|userid|Who opened the door}} | ||
| Line 192: | Line 192: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === door_close === | === door_close === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|door_close|string}} | {{begin-hl2msg|door_close|string}} | ||
| {{hl2msg|short|userid|Who closed the door}} | {{hl2msg|short|userid|Who closed the door}} | ||
| Line 198: | Line 198: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === door_unlocked === | === door_unlocked === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|door_unlocked|string}} | {{begin-hl2msg|door_unlocked|string}} | ||
| {{hl2msg|short|userid|Who opened the door}} | {{hl2msg|short|userid|Who opened the door}} | ||
| Line 204: | Line 204: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === rescue_door_open === | === rescue_door_open === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|rescue_door_open|string}} | {{begin-hl2msg|rescue_door_open|string}} | ||
| {{hl2msg|short|userid|Who opened the door}} | {{hl2msg|short|userid|Who opened the door}} | ||
| Line 210: | Line 210: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === waiting_checkpoint_door_used === | === waiting_checkpoint_door_used === | ||
| {{ | {{ModernDescription|Someone tried to open a checkpoint door that is locked till everyone loads in}}<br> | ||
| {{begin-hl2msg|waiting_checkpoint_door_used|string}} | {{begin-hl2msg|waiting_checkpoint_door_used|string}} | ||
| {{hl2msg|short|userid|player who tried to open it}} | {{hl2msg|short|userid|player who tried to open it}} | ||
| Line 216: | Line 216: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === waiting_door_used_versus === | === waiting_door_used_versus === | ||
| {{ | {{ModernDescription|Someone tried to open a checkpoint door that is locked till everyone loads in}}<br> | ||
| {{begin-hl2msg|waiting_door_used_versus|string}} | {{begin-hl2msg|waiting_door_used_versus|string}} | ||
| {{hl2msg|short|userid|player who tried to open it}} | {{hl2msg|short|userid|player who tried to open it}} | ||
| Line 222: | Line 222: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === waiting_checkpoint_button_used === | === waiting_checkpoint_button_used === | ||
| {{ | {{ModernDescription|Someone tried to push a button that's locked until everyone is gathered}}<br> | ||
| {{begin-hl2msg|waiting_checkpoint_button_used|string}} | {{begin-hl2msg|waiting_checkpoint_button_used|string}} | ||
| {{hl2msg|short|userid|player who tried to open it}} | {{hl2msg|short|userid|player who tried to open it}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === success_checkpoint_button_used === | === success_checkpoint_button_used === | ||
| {{ | {{ModernDescription|Someone pushed a button that's locked until everyone is gathered}}<br> | ||
| {{begin-hl2msg|success_checkpoint_button_used|string}} | {{begin-hl2msg|success_checkpoint_button_used|string}} | ||
| {{hl2msg|short|userid|player who openned it}} | {{hl2msg|short|userid|player who openned it}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === round_freeze_end === | === round_freeze_end === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|round_freeze_end|string}} | {{begin-hl2msg|round_freeze_end|string}} | ||
| {{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === round_start_pre_entity === | === round_start_pre_entity === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|round_start_pre_entity|string}} | {{begin-hl2msg|round_start_pre_entity|string}} | ||
| {{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === round_start_post_nav === | === round_start_post_nav === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|round_start_post_nav|string}} | {{begin-hl2msg|round_start_post_nav|string}} | ||
| {{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === nav_blocked === | === nav_blocked === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|nav_blocked|string}} | {{begin-hl2msg|nav_blocked|string}} | ||
| {{hl2msg|long|area|}} | {{hl2msg|long|area|}} | ||
| Line 253: | Line 253: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === nav_generate === | === nav_generate === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|nav_generate|string}} | {{begin-hl2msg|nav_generate|string}} | ||
| {{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === round_end_message === | === round_end_message === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|round_end_message|string}} | {{begin-hl2msg|round_end_message|string}} | ||
| {{hl2msg|byte|winner|winner team/user i}} | {{hl2msg|byte|winner|winner team/user i}} | ||
| Line 265: | Line 265: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === round_end === | === round_end === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|round_end|string}} | {{begin-hl2msg|round_end|string}} | ||
| {{hl2msg|byte|winner|winner team/user i}} | {{hl2msg|byte|winner|winner team/user i}} | ||
| Line 273: | Line 273: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === vote_ended === | === vote_ended === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|vote_ended|string}} | {{begin-hl2msg|vote_ended|string}} | ||
| {{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === vote_started === | === vote_started === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|vote_started|string}} | {{begin-hl2msg|vote_started|string}} | ||
| {{hl2msg|string|issue|}} | {{hl2msg|string|issue|}} | ||
| Line 289: | Line 289: | ||
| === vote_changed === | === vote_changed === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|vote_changed|string}} | {{begin-hl2msg|vote_changed|string}} | ||
| {{hl2msg|byte|yesVotes|}} | {{hl2msg|byte|yesVotes|}} | ||
| Line 296: | Line 296: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === vote_passed === | === vote_passed === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|vote_passed|string}} | {{begin-hl2msg|vote_passed|string}} | ||
| {{hl2msg|string|details|}} | {{hl2msg|string|details|}} | ||
| Line 305: | Line 305: | ||
| === vote_failed === | === vote_failed === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|vote_failed|string}} | {{begin-hl2msg|vote_failed|string}} | ||
| {{hl2msg|byte|team|}} | {{hl2msg|byte|team|}} | ||
| Line 312: | Line 312: | ||
| === vote_cast_yes === | === vote_cast_yes === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|vote_cast_yes|string}} | {{begin-hl2msg|vote_cast_yes|string}} | ||
| {{hl2msg|byte|team|}} | {{hl2msg|byte|team|}} | ||
| Line 318: | Line 318: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === vote_cast_no === | === vote_cast_no === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|vote_cast_no|string}} | {{begin-hl2msg|vote_cast_no|string}} | ||
| {{hl2msg|byte|team|}} | {{hl2msg|byte|team|}} | ||
| Line 324: | Line 324: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === infected_hurt === | === infected_hurt === | ||
| {{ | {{ModernDescription|Registers for non-playable classes (Common Infected, Witch). See player_hurt for other playable classes}}<br> | ||
| {{begin-hl2msg|infected_hurt|string}} | {{begin-hl2msg|infected_hurt|string}} | ||
| {{hl2msg|1|local|don't network this, its way too spammy}} | {{hl2msg|1|local|don't network this, its way too spammy}} | ||
| Line 334: | Line 334: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === infected_death === | === infected_death === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|infected_death|string}} | {{begin-hl2msg|infected_death|string}} | ||
| {{hl2msg|short|attacker|user ID who killed}} | {{hl2msg|short|attacker|user ID who killed}} | ||
| Line 346: | Line 346: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === hostname_changed === | === hostname_changed === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|hostname_changed|string}} | {{begin-hl2msg|hostname_changed|string}} | ||
| {{hl2msg|string|hostname|}} | {{hl2msg|string|hostname|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === difficulty_changed === | === difficulty_changed === | ||
| {{ | {{ModernDescription|It appears that strDifficulty is z_difficulty value}}<br> | ||
| {{begin-hl2msg|difficulty_changed|string}} | {{begin-hl2msg|difficulty_changed|string}} | ||
| {{hl2msg|short|newDifficulty|}} | {{hl2msg|short|newDifficulty|}} | ||
| Line 359: | Line 359: | ||
| === finale_start === | === finale_start === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|finale_start|string}} | {{begin-hl2msg|finale_start|string}} | ||
| {{hl2msg|short|rushes|}} | {{hl2msg|short|rushes|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === finale_rush === | === finale_rush === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|finale_rush|string}} | {{begin-hl2msg|finale_rush|string}} | ||
| {{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === finale_escape_start === | === finale_escape_start === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|finale_escape_start|string}} | {{begin-hl2msg|finale_escape_start|string}} | ||
| {{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === finale_vehicle_incoming === | === finale_vehicle_incoming === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|finale_vehicle_incoming|string}} | {{begin-hl2msg|finale_vehicle_incoming|string}} | ||
| {{hl2msg|string|campaign|}} | {{hl2msg|string|campaign|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === finale_vehicle_ready === | === finale_vehicle_ready === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|finale_vehicle_ready|string}} | {{begin-hl2msg|finale_vehicle_ready|string}} | ||
| {{hl2msg|string|campaign|}} | {{hl2msg|string|campaign|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === finale_vehicle_leaving === | === finale_vehicle_leaving === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|finale_vehicle_leaving|string}} | {{begin-hl2msg|finale_vehicle_leaving|string}} | ||
| {{hl2msg|short|survivorcount|number of survivors that made it out}} | {{hl2msg|short|survivorcount|number of survivors that made it out}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === finale_win === | === finale_win === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|finale_win|string}} | {{begin-hl2msg|finale_win|string}} | ||
| {{hl2msg|string|map_name|}} | {{hl2msg|string|map_name|}} | ||
| Line 395: | Line 395: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === mission_lost === | === mission_lost === | ||
| {{ | {{ModernDescription|As in, the survivor team failed.  Opposite of finale_win, but not necessarily during the finale.}}<br> | ||
| {{begin-hl2msg|mission_lost|string}} | {{begin-hl2msg|mission_lost|string}} | ||
| {{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === finale_radio_start === | === finale_radio_start === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|finale_radio_start|string}} | {{begin-hl2msg|finale_radio_start|string}} | ||
| {{hl2msg|short|health|}} | {{hl2msg|short|health|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === finale_radio_damaged === | === finale_radio_damaged === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|finale_radio_damaged|string}} | {{begin-hl2msg|finale_radio_damaged|string}} | ||
| {{hl2msg|short|health|}} | {{hl2msg|short|health|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === final_reportscreen === | === final_reportscreen === | ||
| {{ | {{ModernDescription|Right before the final report screen comes up, let awards possibly fire}}<br> | ||
| {{begin-hl2msg|final_reportscreen|string}} | {{begin-hl2msg|final_reportscreen|string}} | ||
| {{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === map_transition === | === map_transition === | ||
| {{ | {{ModernDescription|When campaign cinematics start}}<br> | ||
| {{begin-hl2msg|map_transition|string}} | {{begin-hl2msg|map_transition|string}} | ||
| {{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
| Line 421: | Line 421: | ||
| === player_transitioned === | === player_transitioned === | ||
| {{ | {{ModernDescription|When campaign cinematics end and player is transitioned to first person view}}<br> | ||
| {{begin-hl2msg|player_transitioned|string}} | {{begin-hl2msg|player_transitioned|string}} | ||
| {{hl2msg|short|userid|the person that just finished transitioning}} | {{hl2msg|short|userid|the person that just finished transitioning}} | ||
| Line 427: | Line 427: | ||
| === heal_begin === | === heal_begin === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|heal_begin|string}} | {{begin-hl2msg|heal_begin|string}} | ||
| {{hl2msg|short|userid|person doing the healing}} | {{hl2msg|short|userid|person doing the healing}} | ||
| Line 433: | Line 433: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === heal_success === | === heal_success === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|heal_success|string}} | {{begin-hl2msg|heal_success|string}} | ||
| {{hl2msg|short|userid|person doing the healing}} | {{hl2msg|short|userid|person doing the healing}} | ||
| Line 440: | Line 440: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === heal_end === | === heal_end === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{eventnote|Issues|subject is broken for this event, it always appears to be the player doing the healing}} | {{eventnote|Issues|subject is broken for this event, it always appears to be the player doing the healing}} | ||
| {{begin-hl2msg|heal_end|string}} | {{begin-hl2msg|heal_end|string}} | ||
| Line 448: | Line 448: | ||
| === heal_interrupted === | === heal_interrupted === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|heal_interrupted|string}} | {{begin-hl2msg|heal_interrupted|string}} | ||
| {{hl2msg|short|userid|person who was being healed, but moved.}} | {{hl2msg|short|userid|person who was being healed, but moved.}} | ||
| Line 454: | Line 454: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === ammo_pack_used === | === ammo_pack_used === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|ammo_pack_used|string}} | {{begin-hl2msg|ammo_pack_used|string}} | ||
| {{hl2msg|short|userid|person giving the ammo}} | {{hl2msg|short|userid|person giving the ammo}} | ||
| Line 460: | Line 460: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === give_weapon === | === give_weapon === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|give_weapon|string}} | {{begin-hl2msg|give_weapon|string}} | ||
| {{hl2msg|short|userid|The giver of the weapon}} | {{hl2msg|short|userid|The giver of the weapon}} | ||
| Line 467: | Line 467: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === pills_used === | === pills_used === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|pills_used|string}} | {{begin-hl2msg|pills_used|string}} | ||
| {{hl2msg|short|userid|person who had the pills}} | {{hl2msg|short|userid|person who had the pills}} | ||
| Line 473: | Line 473: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === pills_used_fail === | === pills_used_fail === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|pills_used_fail|string}} | {{begin-hl2msg|pills_used_fail|string}} | ||
| {{hl2msg|short|userid|person who tried to use the pills}} | {{hl2msg|short|userid|person who tried to use the pills}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === ammo_pack_used_fail_no_weapon === | === ammo_pack_used_fail_no_weapon === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|ammo_pack_used_fail_no_weapon|string}} | {{begin-hl2msg|ammo_pack_used_fail_no_weapon|string}} | ||
| {{hl2msg|short|userid|person who tried to use the ammo pack}} | {{hl2msg|short|userid|person who tried to use the ammo pack}} | ||
| Line 484: | Line 484: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === ammo_pack_used_fail_full === | === ammo_pack_used_fail_full === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|ammo_pack_used_fail_full|string}} | {{begin-hl2msg|ammo_pack_used_fail_full|string}} | ||
| {{hl2msg|short|userid|person who tried to use the ammo pack}} | {{hl2msg|short|userid|person who tried to use the ammo pack}} | ||
| Line 490: | Line 490: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === ammo_pack_used_fail_doesnt_use_ammo === | === ammo_pack_used_fail_doesnt_use_ammo === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|ammo_pack_used_fail_doesnt_use_ammo|string}} | {{begin-hl2msg|ammo_pack_used_fail_doesnt_use_ammo|string}} | ||
| {{hl2msg|short|userid|person who tried to use the ammo pack}} | {{hl2msg|short|userid|person who tried to use the ammo pack}} | ||
| Line 496: | Line 496: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === ammo_pile_weapon_cant_use_ammo === | === ammo_pile_weapon_cant_use_ammo === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|ammo_pile_weapon_cant_use_ammo|string}} | {{begin-hl2msg|ammo_pile_weapon_cant_use_ammo|string}} | ||
| {{hl2msg|short|userid|person who tried to use an ammo pile with a grenade launcher}} | {{hl2msg|short|userid|person who tried to use an ammo pile with a grenade launcher}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === defibrillator_begin === | === defibrillator_begin === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|defibrillator_begin|string}} | {{begin-hl2msg|defibrillator_begin|string}} | ||
| {{hl2msg|short|userid|person who is defibrillating.}} | {{hl2msg|short|userid|person who is defibrillating.}} | ||
| Line 507: | Line 507: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === defibrillator_used === | === defibrillator_used === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|defibrillator_used|string}} | {{begin-hl2msg|defibrillator_used|string}} | ||
| {{hl2msg|short|userid|person who used the defibrillator}} | {{hl2msg|short|userid|person who used the defibrillator}} | ||
| Line 513: | Line 513: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === defibrillator_used_fail === | === defibrillator_used_fail === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|defibrillator_used_fail|string}} | {{begin-hl2msg|defibrillator_used_fail|string}} | ||
| {{hl2msg|short|userid|person who tried to use the defibrillator}} | {{hl2msg|short|userid|person who tried to use the defibrillator}} | ||
| Line 519: | Line 519: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === defibrillator_interrupted === | === defibrillator_interrupted === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|defibrillator_interrupted|string}} | {{begin-hl2msg|defibrillator_interrupted|string}} | ||
| {{hl2msg|short|userid|person who was defibrillating, but moved.}} | {{hl2msg|short|userid|person who was defibrillating, but moved.}} | ||
| Line 525: | Line 525: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === upgrade_pack_begin === | === upgrade_pack_begin === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|upgrade_pack_begin|string}} | {{begin-hl2msg|upgrade_pack_begin|string}} | ||
| {{hl2msg|short|userid|person who is deploying the pack}} | {{hl2msg|short|userid|person who is deploying the pack}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === upgrade_pack_used === | === upgrade_pack_used === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|upgrade_pack_used|string}} | {{begin-hl2msg|upgrade_pack_used|string}} | ||
| {{hl2msg|short|upgradeid|}} | {{hl2msg|short|upgradeid|}} | ||
| Line 536: | Line 536: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === upgrade_item_already_used === | === upgrade_item_already_used === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|upgrade_item_already_used|string}} | {{begin-hl2msg|upgrade_item_already_used|string}} | ||
| {{hl2msg|short|userid|person who tried to use an ammo upgrade twice}} | {{hl2msg|short|userid|person who tried to use an ammo upgrade twice}} | ||
| Line 542: | Line 542: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === upgrade_failed_no_primary === | === upgrade_failed_no_primary === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|upgrade_failed_no_primary|string}} | {{begin-hl2msg|upgrade_failed_no_primary|string}} | ||
| {{hl2msg|short|userid|person who tried to use an upgrade without having a primary weapon}} | {{hl2msg|short|userid|person who tried to use an upgrade without having a primary weapon}} | ||
| Line 548: | Line 548: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === dead_survivor_visible === | === dead_survivor_visible === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|dead_survivor_visible|string}} | {{begin-hl2msg|dead_survivor_visible|string}} | ||
| {{hl2msg|short|userid|The player who sees the entity}} | {{hl2msg|short|userid|The player who sees the entity}} | ||
| Line 555: | Line 555: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === adrenaline_used === | === adrenaline_used === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|adrenaline_used|string}} | {{begin-hl2msg|adrenaline_used|string}} | ||
| {{hl2msg|short|userid|person who had and used the adrenaline}} | {{hl2msg|short|userid|person who had and used the adrenaline}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === revive_begin === | === revive_begin === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|revive_begin|string}} | {{begin-hl2msg|revive_begin|string}} | ||
| {{hl2msg|short|userid|person doing the reviving}} | {{hl2msg|short|userid|person doing the reviving}} | ||
| Line 566: | Line 566: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === revive_success === | === revive_success === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|revive_success|string}} | {{begin-hl2msg|revive_success|string}} | ||
| {{hl2msg|short|userid|person doing the reviving}} | {{hl2msg|short|userid|person doing the reviving}} | ||
| Line 574: | Line 574: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === revive_end === | === revive_end === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|revive_end|string}} | {{begin-hl2msg|revive_end|string}} | ||
| {{hl2msg|short|userid|person doing the reviving}} | {{hl2msg|short|userid|person doing the reviving}} | ||
| Line 581: | Line 581: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === drag_begin === | === drag_begin === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|drag_begin|string}} | {{begin-hl2msg|drag_begin|string}} | ||
| {{hl2msg|short|userid|person doing the dragging}} | {{hl2msg|short|userid|person doing the dragging}} | ||
| Line 587: | Line 587: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === drag_end === | === drag_end === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|drag_end|string}} | {{begin-hl2msg|drag_end|string}} | ||
| {{hl2msg|short|userid|person doing the dragging}} | {{hl2msg|short|userid|person doing the dragging}} | ||
| Line 593: | Line 593: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_incapacitated === | === player_incapacitated === | ||
| {{ | {{ModernDescription|when a player becomes incapacitated.  This is also called when a tank is killed.}}<br> | ||
| {{begin-hl2msg|player_incapacitated|string}} | {{begin-hl2msg|player_incapacitated|string}} | ||
| {{hl2msg|short|userid|person who became incapacitated}} | {{hl2msg|short|userid|person who became incapacitated}} | ||
| Line 602: | Line 602: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_incapacitated_start === | === player_incapacitated_start === | ||
| {{ | {{ModernDescription|when a player is about to become incapacitated, so you can see his last living state}}<br> | ||
| {{begin-hl2msg|player_incapacitated_start|string}} | {{begin-hl2msg|player_incapacitated_start|string}} | ||
| {{hl2msg|short|userid|person who became incapacitated}} | {{hl2msg|short|userid|person who became incapacitated}} | ||
| Line 611: | Line 611: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_entered_start_area === | === player_entered_start_area === | ||
| {{ | {{ModernDescription|when a player spawns into the player start area}}<br> | ||
| {{begin-hl2msg|player_entered_start_area|string}} | {{begin-hl2msg|player_entered_start_area|string}} | ||
| {{hl2msg|short|userid|person who entered}} | {{hl2msg|short|userid|person who entered}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_first_spawn === | === player_first_spawn === | ||
| {{ | {{ModernDescription|when a player spawns for the first time in a given mission}}<br> | ||
| {{begin-hl2msg|player_first_spawn|string}} | {{begin-hl2msg|player_first_spawn|string}} | ||
| {{hl2msg|short|userid|person who spawned}} | {{hl2msg|short|userid|person who spawned}} | ||
| Line 624: | Line 624: | ||
| === player_left_start_area === | === player_left_start_area === | ||
| {{ | {{ModernDescription|when a player leaves the player start area}}<br> | ||
| {{begin-hl2msg|player_left_start_area|string}} | {{begin-hl2msg|player_left_start_area|string}} | ||
| {{hl2msg|short|userid|person who left}} | {{hl2msg|short|userid|person who left}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_left_safe_area === | === player_left_safe_area === | ||
| {{ | {{ModernDescription|when a player leaves the safe area}}<br> | ||
| {{begin-hl2msg|player_left_safe_area|string}} | {{begin-hl2msg|player_left_safe_area|string}} | ||
| {{hl2msg|short|userid|person who left}} | {{hl2msg|short|userid|person who left}} | ||
| Line 635: | Line 635: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_entered_checkpoint === | === player_entered_checkpoint === | ||
| {{ | {{ModernDescription|when a basecombatcharacter enters a checkpoint area}}<br> | ||
| {{begin-hl2msg|player_entered_checkpoint|string}} | {{begin-hl2msg|player_entered_checkpoint|string}} | ||
| {{hl2msg|short|userid|player who entered}} | {{hl2msg|short|userid|player who entered}} | ||
| Line 644: | Line 644: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_left_checkpoint === | === player_left_checkpoint === | ||
| {{ | {{ModernDescription|when a player leaves a checkpoint area}}<br> | ||
| {{begin-hl2msg|player_left_checkpoint|string}} | {{begin-hl2msg|player_left_checkpoint|string}} | ||
| {{hl2msg|short|userid|player who left}} | {{hl2msg|short|userid|player who left}} | ||
| Line 651: | Line 651: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_shoved === | === player_shoved === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|player_shoved|string}} | {{begin-hl2msg|player_shoved|string}} | ||
| {{hl2msg|short|userid|player index who was shoved}} | {{hl2msg|short|userid|player index who was shoved}} | ||
| Line 657: | Line 657: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === entity_shoved === | === entity_shoved === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|entity_shoved|string}} | {{begin-hl2msg|entity_shoved|string}} | ||
| {{hl2msg|short|entityid|the entity index of the one who was shoved}} | {{hl2msg|short|entityid|the entity index of the one who was shoved}} | ||
| Line 663: | Line 663: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_jump_apex === | === player_jump_apex === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|player_jump_apex|string}} | {{begin-hl2msg|player_jump_apex|string}} | ||
| {{hl2msg|short|userid|player who jumped}} | {{hl2msg|short|userid|player who jumped}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_blocked === | === player_blocked === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|player_blocked|string}} | {{begin-hl2msg|player_blocked|string}} | ||
| {{hl2msg|short|userid|player index who was trying to move}} | {{hl2msg|short|userid|player index who was trying to move}} | ||
| Line 674: | Line 674: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_now_it === | === player_now_it === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|player_now_it|string}} | {{begin-hl2msg|player_now_it|string}} | ||
| {{hl2msg|short|userid|Player who is now it}} | {{hl2msg|short|userid|Player who is now it}} | ||
| Line 683: | Line 683: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_no_longer_it === | === player_no_longer_it === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|player_no_longer_it|string}} | {{begin-hl2msg|player_no_longer_it|string}} | ||
| {{hl2msg|short|userid|Player who is now no longer it}} | {{hl2msg|short|userid|Player who is now no longer it}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === witch_harasser_set === | === witch_harasser_set === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|witch_harasser_set|string}} | {{begin-hl2msg|witch_harasser_set|string}} | ||
| {{hl2msg|short|userid|Player who woke up the witch}} | {{hl2msg|short|userid|Player who woke up the witch}} | ||
| Line 695: | Line 695: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === witch_spawn === | === witch_spawn === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|witch_spawn|string}} | {{begin-hl2msg|witch_spawn|string}} | ||
| {{hl2msg|long|witchid|Entindex of witch spawning right now.}} | {{hl2msg|long|witchid|Entindex of witch spawning right now.}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === witch_killed === | === witch_killed === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|witch_killed|string}} | {{begin-hl2msg|witch_killed|string}} | ||
| {{hl2msg|short|userid|Player who killed the witch}} | {{hl2msg|short|userid|Player who killed the witch}} | ||
| Line 709: | Line 709: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === tank_spawn === | === tank_spawn === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|tank_spawn|string}} | {{begin-hl2msg|tank_spawn|string}} | ||
| {{hl2msg|short|userid|User ID of the tank spawning now}} | {{hl2msg|short|userid|User ID of the tank spawning now}} | ||
| Line 715: | Line 715: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === melee_kill === | === melee_kill === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|melee_kill|string}} | {{begin-hl2msg|melee_kill|string}} | ||
| {{hl2msg|short|userid|Player who bashed the infected}} | {{hl2msg|short|userid|Player who bashed the infected}} | ||
| Line 722: | Line 722: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === area_cleared === | === area_cleared === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|area_cleared|string}} | {{begin-hl2msg|area_cleared|string}} | ||
| {{hl2msg|short|userid|person who cleared the area}} | {{hl2msg|short|userid|person who cleared the area}} | ||
| Line 728: | Line 728: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === award_earned === | === award_earned === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|award_earned|string}} | {{begin-hl2msg|award_earned|string}} | ||
| {{hl2msg|short|userid|player who earned the award}} | {{hl2msg|short|userid|player who earned the award}} | ||
| Line 736: | Line 736: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === tongue_grab === | === tongue_grab === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|tongue_grab|string}} | {{begin-hl2msg|tongue_grab|string}} | ||
| {{hl2msg|short|userid|player who did the grabbing}} | {{hl2msg|short|userid|player who did the grabbing}} | ||
| Line 742: | Line 742: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === tongue_broke_bent === | === tongue_broke_bent === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|tongue_broke_bent|string}} | {{begin-hl2msg|tongue_broke_bent|string}} | ||
| {{hl2msg|short|userid|Tongue owner}} | {{hl2msg|short|userid|Tongue owner}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === tongue_broke_victim_died === | === tongue_broke_victim_died === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|tongue_broke_victim_died|string}} | {{begin-hl2msg|tongue_broke_victim_died|string}} | ||
| {{hl2msg|short|userid|Tongue owner}} | {{hl2msg|short|userid|Tongue owner}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === tongue_release === | === tongue_release === | ||
| {{ | {{ModernDescription|Fired in all cases where the tongue releases a victim, whether choked or not, etc.}}<br> | ||
| {{begin-hl2msg|tongue_release|string}} | {{begin-hl2msg|tongue_release|string}} | ||
| {{hl2msg|short|userid|The tongue owner}} | {{hl2msg|short|userid|The tongue owner}} | ||
| Line 760: | Line 760: | ||
| === choke_start === | === choke_start === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|choke_start|string}} | {{begin-hl2msg|choke_start|string}} | ||
| {{hl2msg|short|userid|The choker}} | {{hl2msg|short|userid|The choker}} | ||
| Line 766: | Line 766: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === choke_end === | === choke_end === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|choke_end|string}} | {{begin-hl2msg|choke_end|string}} | ||
| {{hl2msg|short|userid|The choker}} | {{hl2msg|short|userid|The choker}} | ||
| Line 772: | Line 772: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === choke_stopped === | === choke_stopped === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|choke_stopped|string}} | {{begin-hl2msg|choke_stopped|string}} | ||
| {{hl2msg|short|userid|Who stopped it}} | {{hl2msg|short|userid|Who stopped it}} | ||
| Line 780: | Line 780: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === tongue_pull_stopped === | === tongue_pull_stopped === | ||
| {{ | {{ModernDescription|Called when a smoker tongue is cleared on a dragging player. Includes cuts.}}<br> | ||
| {{begin-hl2msg|tongue_pull_stopped|string}} | {{begin-hl2msg|tongue_pull_stopped|string}} | ||
| {{hl2msg|short|userid|Who stopped it}} | {{hl2msg|short|userid|Who stopped it}} | ||
| Line 790: | Line 790: | ||
| === lunge_shove === | === lunge_shove === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|lunge_shove|string}} | {{begin-hl2msg|lunge_shove|string}} | ||
| {{hl2msg|short|userid|player who did the lunging}} | {{hl2msg|short|userid|player who did the lunging}} | ||
| Line 796: | Line 796: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === lunge_pounce === | === lunge_pounce === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|lunge_pounce|string}} | {{begin-hl2msg|lunge_pounce|string}} | ||
| {{hl2msg|short|userid|player who did the lunging}} | {{hl2msg|short|userid|player who did the lunging}} | ||
| Line 804: | Line 804: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === pounce_end === | === pounce_end === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|pounce_end|string}} | {{begin-hl2msg|pounce_end|string}} | ||
| {{hl2msg|short|userid|Who stopped it}} | {{hl2msg|short|userid|Who stopped it}} | ||
| Line 810: | Line 810: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === pounce_stopped === | === pounce_stopped === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|pounce_stopped|string}} | {{begin-hl2msg|pounce_stopped|string}} | ||
| {{hl2msg|short|userid|Who stopped it}} | {{hl2msg|short|userid|Who stopped it}} | ||
| Line 816: | Line 816: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === pounce_attempt_stopped === | === pounce_attempt_stopped === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|pounce_attempt_stopped|string}} | {{begin-hl2msg|pounce_attempt_stopped|string}} | ||
| {{hl2msg|short|userid|Who stopped it}} | {{hl2msg|short|userid|Who stopped it}} | ||
| Line 822: | Line 822: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === fatal_vomit === | === fatal_vomit === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|fatal_vomit|string}} | {{begin-hl2msg|fatal_vomit|string}} | ||
| {{hl2msg|short|userid|Who vomited}} | {{hl2msg|short|userid|Who vomited}} | ||
| Line 828: | Line 828: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === survivor_call_for_help === | === survivor_call_for_help === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|survivor_call_for_help|string}} | {{begin-hl2msg|survivor_call_for_help|string}} | ||
| {{hl2msg|short|userid|The actual player entity who is awaiting rescue.}} | {{hl2msg|short|userid|The actual player entity who is awaiting rescue.}} | ||
| Line 834: | Line 834: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === survivor_rescued === | === survivor_rescued === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|survivor_rescued|string}} | {{begin-hl2msg|survivor_rescued|string}} | ||
| {{hl2msg|short|rescuer|player that did the rescuing}} | {{hl2msg|short|rescuer|player that did the rescuing}} | ||
| Line 841: | Line 841: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === survivor_rescue_abandoned === | === survivor_rescue_abandoned === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|survivor_rescue_abandoned|string}} | {{begin-hl2msg|survivor_rescue_abandoned|string}} | ||
| {{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === relocated === | === relocated === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|relocated|string}} | {{begin-hl2msg|relocated|string}} | ||
| {{hl2msg|short|userid|player who was relocated}} | {{hl2msg|short|userid|player who was relocated}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === respawning === | === respawning === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|respawning|string}} | {{begin-hl2msg|respawning|string}} | ||
| {{hl2msg|short|userid|player who started respawning}} | {{hl2msg|short|userid|player who started respawning}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === tank_frustrated === | === tank_frustrated === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|tank_frustrated|string}} | {{begin-hl2msg|tank_frustrated|string}} | ||
| {{hl2msg|short|userid|player who was culled}} | {{hl2msg|short|userid|player who was culled}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === weapon_given === | === weapon_given === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|weapon_given|string}} | {{begin-hl2msg|weapon_given|string}} | ||
| {{hl2msg|short|userid|player who got the weapon}} | {{hl2msg|short|userid|player who got the weapon}} | ||
| Line 869: | Line 869: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === weapon_drop === | === weapon_drop === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{eventnote|Called|When an item is removed from a survivor's inventory}} | {{eventnote|Called|When an item is removed from a survivor's inventory}} | ||
| {{eventnote|Related Events|Called before heal_success, defibrillator_used, upgrade_pack_used, but called after pills_used and adrenaline_used}} | {{eventnote|Related Events|Called before heal_success, defibrillator_used, upgrade_pack_used, but called after pills_used and adrenaline_used}} | ||
| Line 878: | Line 878: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === weapon_drop_to_prop === | === weapon_drop_to_prop === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|weapon_drop_to_prop|string}} | {{begin-hl2msg|weapon_drop_to_prop|string}} | ||
| {{hl2msg|short|userid|player who dropped the weapon}} | {{hl2msg|short|userid|player who dropped the weapon}} | ||
| Line 885: | Line 885: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === break_breakable === | === break_breakable === | ||
| {{ | {{ModernDescription|Override from gameevents.res}}<br> | ||
| {{begin-hl2msg|break_breakable|string}} | {{begin-hl2msg|break_breakable|string}} | ||
| {{hl2msg|short|userid|userid of breaker}} | {{hl2msg|short|userid|userid of breaker}} | ||
| Line 894: | Line 894: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === achievement_earned === | === achievement_earned === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|achievement_earned|string}} | {{begin-hl2msg|achievement_earned|string}} | ||
| {{hl2msg|byte|player|entindex of the player}} | {{hl2msg|byte|player|entindex of the player}} | ||
| Line 900: | Line 900: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === spec_target_updated === | === spec_target_updated === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|spec_target_updated|string}} | {{begin-hl2msg|spec_target_updated|string}} | ||
| {{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === spawner_give_item === | === spawner_give_item === | ||
| {{ | {{ModernDescription|A spawner has given a player an item (weapon, pills, ammo, health kit, etc)}}<br> | ||
| {{begin-hl2msg|spawner_give_item|string}} | {{begin-hl2msg|spawner_give_item|string}} | ||
| {{hl2msg|short|userid|Item recipient}} | {{hl2msg|short|userid|Item recipient}} | ||
| Line 912: | Line 912: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === create_panic_event === | === create_panic_event === | ||
| {{ | {{ModernDescription|A panic event has been created, though not necessarily started}}<br> | ||
| {{begin-hl2msg|create_panic_event|string}} | {{begin-hl2msg|create_panic_event|string}} | ||
| {{hl2msg|short|userid|player who was started the panic}} | {{hl2msg|short|userid|player who was started the panic}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_pills === | === explain_pills === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_pills|string}} | {{begin-hl2msg|explain_pills|string}} | ||
| {{hl2msg|long|subject|The weapon_pain_pills spawner that will be indicated}} | {{hl2msg|long|subject|The weapon_pain_pills spawner that will be indicated}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_weapons === | === explain_weapons === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_weapons|string}} | {{begin-hl2msg|explain_weapons|string}} | ||
| {{hl2msg|long|subject|The weapon_pain_pills spawner that will be indicated}} | {{hl2msg|long|subject|The weapon_pain_pills spawner that will be indicated}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === entity_visible === | === entity_visible === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|entity_visible|string}} | {{begin-hl2msg|entity_visible|string}} | ||
| {{hl2msg|short|userid|The player who sees the entity}} | {{hl2msg|short|userid|The player who sees the entity}} | ||
| Line 935: | Line 935: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === weapon_spawn_visible === | === weapon_spawn_visible === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|weapon_spawn_visible|string}} | {{begin-hl2msg|weapon_spawn_visible|string}} | ||
| {{hl2msg|short|userid|The player who sees the entity}} | {{hl2msg|short|userid|The player who sees the entity}} | ||
| Line 943: | Line 943: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === boomer_near === | === boomer_near === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|boomer_near|string}} | {{begin-hl2msg|boomer_near|string}} | ||
| {{hl2msg|short|userid|The boomer}} | {{hl2msg|short|userid|The boomer}} | ||
| Line 949: | Line 949: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_pre_radio === | === explain_pre_radio === | ||
| {{ | {{ModernDescription|explain the rescue radio will remind you to ready for the finale}}<br> | ||
| {{begin-hl2msg|explain_pre_radio|string}} | {{begin-hl2msg|explain_pre_radio|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 955: | Line 955: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === started_pre_radio === | === started_pre_radio === | ||
| {{ | {{ModernDescription|explain the rescue radio will remind you to ready for the finale}}<br> | ||
| {{begin-hl2msg|started_pre_radio|string}} | {{begin-hl2msg|started_pre_radio|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 961: | Line 961: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_radio === | === explain_radio === | ||
| {{ | {{ModernDescription|explain the rescue radio will start the finale}}<br> | ||
| {{begin-hl2msg|explain_radio|string}} | {{begin-hl2msg|explain_radio|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 967: | Line 967: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_gas_truck === | === explain_gas_truck === | ||
| {{ | {{ModernDescription|explain how pulling the lever on the gas truck will start the finale}}<br> | ||
| {{begin-hl2msg|explain_gas_truck|string}} | {{begin-hl2msg|explain_gas_truck|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 973: | Line 973: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_panic_button === | === explain_panic_button === | ||
| {{ | {{ModernDescription|explain that pressing this button will start a panic event.}}<br> | ||
| {{begin-hl2msg|explain_panic_button|string}} | {{begin-hl2msg|explain_panic_button|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 979: | Line 979: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_elevator_button === | === explain_elevator_button === | ||
| {{ | {{ModernDescription|explain how to operate the hospital elevator button.}}<br> | ||
| {{begin-hl2msg|explain_elevator_button|string}} | {{begin-hl2msg|explain_elevator_button|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 985: | Line 985: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_lift_button === | === explain_lift_button === | ||
| {{ | {{ModernDescription|explain how to operate the lift button.}}<br> | ||
| {{begin-hl2msg|explain_lift_button|string}} | {{begin-hl2msg|explain_lift_button|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 991: | Line 991: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_church_door === | === explain_church_door === | ||
| {{ | {{ModernDescription|explain how to provoke the crazy church guy.}}<br> | ||
| {{begin-hl2msg|explain_church_door|string}} | {{begin-hl2msg|explain_church_door|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 997: | Line 997: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_emergency_door === | === explain_emergency_door === | ||
| {{ | {{ModernDescription|explain how to open the emergency door.}}<br> | ||
| {{begin-hl2msg|explain_emergency_door|string}} | {{begin-hl2msg|explain_emergency_door|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,003: | Line 1,003: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_crane === | === explain_crane === | ||
| {{ | {{ModernDescription|explain how to lower the box on the crane.}}<br> | ||
| {{begin-hl2msg|explain_crane|string}} | {{begin-hl2msg|explain_crane|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,009: | Line 1,009: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_bridge === | === explain_bridge === | ||
| {{ | {{ModernDescription|explain how to close the gates to make a bridge.}}<br> | ||
| {{begin-hl2msg|explain_bridge|string}} | {{begin-hl2msg|explain_bridge|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,015: | Line 1,015: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_gas_can_panic === | === explain_gas_can_panic === | ||
| {{ | {{ModernDescription|explain how to shoot the gas can.}}<br> | ||
| {{begin-hl2msg|explain_gas_can_panic|string}} | {{begin-hl2msg|explain_gas_can_panic|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,021: | Line 1,021: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_van_panic === | === explain_van_panic === | ||
| {{ | {{ModernDescription|explain how to start the van.}}<br> | ||
| {{begin-hl2msg|explain_van_panic|string}} | {{begin-hl2msg|explain_van_panic|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,027: | Line 1,027: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_mainstreet === | === explain_mainstreet === | ||
| {{ | {{ModernDescription|explain how to lower the forklift}}<br> | ||
| {{begin-hl2msg|explain_mainstreet|string}} | {{begin-hl2msg|explain_mainstreet|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,033: | Line 1,033: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_train_lever === | === explain_train_lever === | ||
| {{ | {{ModernDescription|explain how to operate the train lever.}}<br> | ||
| {{begin-hl2msg|explain_train_lever|string}} | {{begin-hl2msg|explain_train_lever|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,039: | Line 1,039: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_disturbance === | === explain_disturbance === | ||
| {{ | {{ModernDescription|explain that disturbances (car alarm) attract infected horde}}<br> | ||
| {{begin-hl2msg|explain_disturbance|string}} | {{begin-hl2msg|explain_disturbance|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,045: | Line 1,045: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_scavenge_goal === | === explain_scavenge_goal === | ||
| {{ | {{ModernDescription|explain where to put the scavenge mode items}}<br> | ||
| {{begin-hl2msg|explain_scavenge_goal|string}} | {{begin-hl2msg|explain_scavenge_goal|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,051: | Line 1,051: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_scavenge_leave_area === | === explain_scavenge_leave_area === | ||
| {{ | {{ModernDescription|explain that leaving the area, starts round}}<br> | ||
| {{begin-hl2msg|explain_scavenge_leave_area|string}} | {{begin-hl2msg|explain_scavenge_leave_area|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,057: | Line 1,057: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === begin_scavenge_overtime === | === begin_scavenge_overtime === | ||
| {{ | {{ModernDescription|enter overtime in a scavenge round}}<br> | ||
| {{begin-hl2msg|begin_scavenge_overtime|string}} | {{begin-hl2msg|begin_scavenge_overtime|string}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === scavenge_round_start === | === scavenge_round_start === | ||
| {{ | {{ModernDescription|a scavenge round has begun}}<br> | ||
| {{begin-hl2msg|scavenge_round_start|string}} | {{begin-hl2msg|scavenge_round_start|string}} | ||
| {{hl2msg|byte|round|round number, 1 based}} | {{hl2msg|byte|round|round number, 1 based}} | ||
| Line 1,068: | Line 1,068: | ||
| === scavenge_round_halftime === | === scavenge_round_halftime === | ||
| {{ | {{ModernDescription|a scavenge round is in halftime}}<br> | ||
| {{begin-hl2msg|scavenge_round_halftime|string}} | {{begin-hl2msg|scavenge_round_halftime|string}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === scavenge_round_finished === | === scavenge_round_finished === | ||
| {{ | {{ModernDescription|a scavenge round has ended}}<br> | ||
| {{begin-hl2msg|scavenge_round_finished|string}} | {{begin-hl2msg|scavenge_round_finished|string}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === scavenge_score_tied === | === scavenge_score_tied === | ||
| {{ | {{ModernDescription|a team just tied the score}}<br> | ||
| {{begin-hl2msg|scavenge_score_tied|string}} | {{begin-hl2msg|scavenge_score_tied|string}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === versus_round_start === | === versus_round_start === | ||
| {{ | {{ModernDescription|a versus round has begun}}<br> | ||
| {{begin-hl2msg|versus_round_start|string}} | {{begin-hl2msg|versus_round_start|string}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === gascan_pour_blocked === | === gascan_pour_blocked === | ||
| {{ | {{ModernDescription|can't pour the gas, someone else already is}}<br> | ||
| {{begin-hl2msg|gascan_pour_blocked|string}} | {{begin-hl2msg|gascan_pour_blocked|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === gascan_pour_completed === | === gascan_pour_completed === | ||
| {{ | {{ModernDescription|player finished pouring a can}}<br> | ||
| {{begin-hl2msg|gascan_pour_completed|string}} | {{begin-hl2msg|gascan_pour_completed|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === gascan_dropped === | === gascan_dropped === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|gascan_dropped|string}} | {{begin-hl2msg|gascan_dropped|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === gascan_pour_interrupted === | === gascan_pour_interrupted === | ||
| {{ | {{ModernDescription|we got interuppted pouring the gas can}}<br> | ||
| {{begin-hl2msg|gascan_pour_interrupted|string}} | {{begin-hl2msg|gascan_pour_interrupted|string}} | ||
| {{hl2msg|short|userid|person who interuppted us}} | {{hl2msg|short|userid|person who interuppted us}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === scavenge_match_finished === | === scavenge_match_finished === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|scavenge_match_finished|string}} | {{begin-hl2msg|scavenge_match_finished|string}} | ||
| {{hl2msg|byte|winners|winner team}} | {{hl2msg|byte|winners|winner team}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === versus_match_finished === | === versus_match_finished === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|versus_match_finished|string}} | {{begin-hl2msg|versus_match_finished|string}} | ||
| {{hl2msg|byte|winners|winner team}} | {{hl2msg|byte|winners|winner team}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === use_target === | === use_target === | ||
| {{ | {{ModernDescription|a new use target has been found}}<br> | ||
| {{begin-hl2msg|use_target|string}} | {{begin-hl2msg|use_target|string}} | ||
| {{hl2msg|long|targetid|Entindex of the use target}} | {{hl2msg|long|targetid|Entindex of the use target}} | ||
| Line 1,121: | Line 1,121: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_use === | === player_use === | ||
| {{ | {{ModernDescription|a new use target has been found}}<br> | ||
| {{eventnote|Called|When a Survivor presses +USE on a useable entity. i.e. Weapons, items, doors}} | {{eventnote|Called|When a Survivor presses +USE on a useable entity. i.e. Weapons, items, doors}} | ||
| {{eventnote|Related Events|If targetid is an item, item_pickup will be called prior to player_use}} | {{eventnote|Related Events|If targetid is an item, item_pickup will be called prior to player_use}} | ||
| Line 1,129: | Line 1,129: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === friendly_fire === | === friendly_fire === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|friendly_fire|string}} | {{begin-hl2msg|friendly_fire|string}} | ||
| {{hl2msg|short|attacker|player who fired the weapon}} | {{hl2msg|short|attacker|player who fired the weapon}} | ||
| Line 1,137: | Line 1,137: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === gameinstructor_draw === | === gameinstructor_draw === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|gameinstructor_draw|string}} | {{begin-hl2msg|gameinstructor_draw|string}} | ||
| {{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === gameinstructor_nodraw === | === gameinstructor_nodraw === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|gameinstructor_nodraw|string}} | {{begin-hl2msg|gameinstructor_nodraw|string}} | ||
| {{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === request_weapon_stats === | === request_weapon_stats === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|request_weapon_stats|string}} | {{begin-hl2msg|request_weapon_stats|string}} | ||
| {{hl2msg|short|userid|userid of user requesting their stats}} | {{hl2msg|short|userid|userid of user requesting their stats}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_talking_state === | === player_talking_state === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|player_talking_state|string}} | {{begin-hl2msg|player_talking_state|string}} | ||
| {{hl2msg|byte|player|}} | {{hl2msg|byte|player|}} | ||
| Line 1,158: | Line 1,158: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === weapon_pickup === | === weapon_pickup === | ||
| {{ | {{ModernDescription|client event for player has picked up a weapon. If that does not work, try using the "item_pickup" event.}}<br> | ||
| {{begin-hl2msg|weapon_pickup|string}} | {{begin-hl2msg|weapon_pickup|string}} | ||
| {{hl2msg|byte|context|split screen message context}} | {{hl2msg|byte|context|split screen message context}} | ||
| Line 1,167: | Line 1,167: | ||
| === hunter_punched === | === hunter_punched === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|hunter_punched|string}} | {{begin-hl2msg|hunter_punched|string}} | ||
| {{hl2msg|short|userid|player who caused ignition}} | {{hl2msg|short|userid|player who caused ignition}} | ||
| Line 1,174: | Line 1,174: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === hunter_headshot === | === hunter_headshot === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|hunter_headshot|string}} | {{begin-hl2msg|hunter_headshot|string}} | ||
| {{hl2msg|short|userid|player who made the headshot}} | {{hl2msg|short|userid|player who made the headshot}} | ||
| Line 1,181: | Line 1,181: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === zombie_ignited === | === zombie_ignited === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|zombie_ignited|string}} | {{begin-hl2msg|zombie_ignited|string}} | ||
| {{hl2msg|short|userid|player who caused ignition}} | {{hl2msg|short|userid|player who caused ignition}} | ||
| Line 1,190: | Line 1,190: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === boomer_exploded === | === boomer_exploded === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|boomer_exploded|string}} | {{begin-hl2msg|boomer_exploded|string}} | ||
| {{hl2msg|short|userid|Boomer that exploded}} | {{hl2msg|short|userid|Boomer that exploded}} | ||
| Line 1,197: | Line 1,197: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === non_pistol_fired === | === non_pistol_fired === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|non_pistol_fired|string}} | {{begin-hl2msg|non_pistol_fired|string}} | ||
| {{hl2msg|short|userid|User that fired a non-pistol weapon}} | {{hl2msg|short|userid|User that fired a non-pistol weapon}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === weapon_fire_at_40 === | === weapon_fire_at_40 === | ||
| {{ | {{ModernDescription|This is networked, special event for game instructor}}<br> | ||
| {{begin-hl2msg|weapon_fire_at_40|string}} | {{begin-hl2msg|weapon_fire_at_40|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,211: | Line 1,211: | ||
| === total_ammo_below_40 === | === total_ammo_below_40 === | ||
| {{ | {{ModernDescription|sent for any ammo type, except those with max ammo 1, or infinite ammo, like pistols}}<br> | ||
| {{begin-hl2msg|total_ammo_below_40|string}} | {{begin-hl2msg|total_ammo_below_40|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === player_hurt_concise === | === player_hurt_concise === | ||
| {{ | {{ModernDescription|Abbreviated version of 'player_hurt' that is networked}}<br> | ||
| {{begin-hl2msg|player_hurt_concise|string}} | {{begin-hl2msg|player_hurt_concise|string}} | ||
| {{hl2msg|short|userid|user ID who was hurt}} | {{hl2msg|short|userid|user ID who was hurt}} | ||
| Line 1,225: | Line 1,225: | ||
| === tank_killed === | === tank_killed === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|tank_killed|string}} | {{begin-hl2msg|tank_killed|string}} | ||
| {{hl2msg|short|userid|user ID of dead tank}} | {{hl2msg|short|userid|user ID of dead tank}} | ||
| Line 1,235: | Line 1,235: | ||
| === tank_rock_killed === | === tank_rock_killed === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|tank_rock_killed|string}} | {{begin-hl2msg|tank_rock_killed|string}} | ||
| {{hl2msg|short|userid|user id of killer}} | {{hl2msg|short|userid|user id of killer}} | ||
| Line 1,241: | Line 1,241: | ||
| === achievement_write_failed === | === achievement_write_failed === | ||
| {{ | {{ModernDescription|Used for a notification message when an achievement fails to write}}<br> | ||
| {{begin-hl2msg|achievement_write_failed|string}} | {{begin-hl2msg|achievement_write_failed|string}} | ||
| {{hl2msg|None|None|}} | {{hl2msg|None|None|}} | ||
| Line 1,247: | Line 1,247: | ||
| === ghost_spawn_time === | === ghost_spawn_time === | ||
| {{ | {{ModernDescription|Used for clients to know how long until they become a ghost (and can spawn)}}<br> | ||
| {{begin-hl2msg|ghost_spawn_time|string}} | {{begin-hl2msg|ghost_spawn_time|string}} | ||
| {{hl2msg|short|userid|user ID of the player that is becoming a ghost}} | {{hl2msg|short|userid|user ID of the player that is becoming a ghost}} | ||
| Line 1,254: | Line 1,254: | ||
| === survival_at_30min === | === survival_at_30min === | ||
| {{ | {{ModernDescription|Used to know when we elapse 30 minutes on a survival map}}<br> | ||
| {{begin-hl2msg|survival_at_30min|string}} | {{begin-hl2msg|survival_at_30min|string}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === survival_at_10min === | === survival_at_10min === | ||
| {{ | {{ModernDescription|Used to know when we elapse 10 minutes on a survival map}}<br> | ||
| {{begin-hl2msg|survival_at_10min|string}} | {{begin-hl2msg|survival_at_10min|string}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_pre_drawbridge === | === explain_pre_drawbridge === | ||
| {{ | {{ModernDescription|Point out the button that will start the gauntlet finale.}}<br> | ||
| {{begin-hl2msg|explain_pre_drawbridge|string}} | {{begin-hl2msg|explain_pre_drawbridge|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,268: | Line 1,268: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_drawbridge === | === explain_drawbridge === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_drawbridge|string}} | {{begin-hl2msg|explain_drawbridge|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,274: | Line 1,274: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_perimeter === | === explain_perimeter === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_perimeter|string}} | {{begin-hl2msg|explain_perimeter|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,280: | Line 1,280: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_deactivate_alarm === | === explain_deactivate_alarm === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_deactivate_alarm|string}} | {{begin-hl2msg|explain_deactivate_alarm|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,286: | Line 1,286: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_impound_lot === | === explain_impound_lot === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_impound_lot|string}} | {{begin-hl2msg|explain_impound_lot|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,292: | Line 1,292: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_decon === | === explain_decon === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_decon|string}} | {{begin-hl2msg|explain_decon|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,298: | Line 1,298: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_mall_window === | === explain_mall_window === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_mall_window|string}} | {{begin-hl2msg|explain_mall_window|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,304: | Line 1,304: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_mall_alarm === | === explain_mall_alarm === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_mall_alarm|string}} | {{begin-hl2msg|explain_mall_alarm|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,310: | Line 1,310: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_coaster === | === explain_coaster === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_coaster|string}} | {{begin-hl2msg|explain_coaster|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,316: | Line 1,316: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_coaster_stop === | === explain_coaster_stop === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_coaster_stop|string}} | {{begin-hl2msg|explain_coaster_stop|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,322: | Line 1,322: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_decon_wait === | === explain_decon_wait === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_decon_wait|string}} | {{begin-hl2msg|explain_decon_wait|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,328: | Line 1,328: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === gauntlet_finale_start === | === gauntlet_finale_start === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|gauntlet_finale_start|string}} | {{begin-hl2msg|gauntlet_finale_start|string}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_float === | === explain_float === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_float|string}} | {{begin-hl2msg|explain_float|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,338: | Line 1,338: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_ferry_button === | === explain_ferry_button === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_ferry_button|string}} | {{begin-hl2msg|explain_ferry_button|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,344: | Line 1,344: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_hatch_button === | === explain_hatch_button === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_hatch_button|string}} | {{begin-hl2msg|explain_hatch_button|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,350: | Line 1,350: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_shack_button === | === explain_shack_button === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_shack_button|string}} | {{begin-hl2msg|explain_shack_button|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,356: | Line 1,356: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === upgrade_incendiary_ammo === | === upgrade_incendiary_ammo === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|upgrade_incendiary_ammo|string}} | {{begin-hl2msg|upgrade_incendiary_ammo|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === upgrade_explosive_ammo === | === upgrade_explosive_ammo === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|upgrade_explosive_ammo|string}} | {{begin-hl2msg|upgrade_explosive_ammo|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === receive_upgrade === | === receive_upgrade === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|receive_upgrade|string}} | {{begin-hl2msg|receive_upgrade|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,372: | Line 1,372: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_vehicle_arrival === | === explain_vehicle_arrival === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_vehicle_arrival|string}} | {{begin-hl2msg|explain_vehicle_arrival|string}} | ||
| {{hl2msg|long|subject|}} | {{hl2msg|long|subject|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === mounted_gun_start === | === mounted_gun_start === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|mounted_gun_start|string}} | {{begin-hl2msg|mounted_gun_start|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,383: | Line 1,383: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === mounted_gun_overheated === | === mounted_gun_overheated === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|mounted_gun_overheated|string}} | {{begin-hl2msg|mounted_gun_overheated|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_burger_sign === | === explain_burger_sign === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_burger_sign|string}} | {{begin-hl2msg|explain_burger_sign|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,394: | Line 1,394: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_carousel_button === | === explain_carousel_button === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_carousel_button|string}} | {{begin-hl2msg|explain_carousel_button|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,400: | Line 1,400: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_carousel_destination === | === explain_carousel_destination === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_carousel_destination|string}} | {{begin-hl2msg|explain_carousel_destination|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,406: | Line 1,406: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_stage_lighting === | === explain_stage_lighting === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_stage_lighting|string}} | {{begin-hl2msg|explain_stage_lighting|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,412: | Line 1,412: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_stage_finale_start === | === explain_stage_finale_start === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_stage_finale_start|string}} | {{begin-hl2msg|explain_stage_finale_start|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,418: | Line 1,418: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_stage_survival_start === | === explain_stage_survival_start === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_stage_survival_start|string}} | {{begin-hl2msg|explain_stage_survival_start|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,424: | Line 1,424: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === ability_out_of_range === | === ability_out_of_range === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|ability_out_of_range|string}} | {{begin-hl2msg|ability_out_of_range|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,430: | Line 1,430: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_stage_pyrotechnics === | === explain_stage_pyrotechnics === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_stage_pyrotechnics|string}} | {{begin-hl2msg|explain_stage_pyrotechnics|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,436: | Line 1,436: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_c3m4_radio1 === | === explain_c3m4_radio1 === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_c3m4_radio1|string}} | {{begin-hl2msg|explain_c3m4_radio1|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,442: | Line 1,442: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_c3m4_radio2 === | === explain_c3m4_radio2 === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_c3m4_radio2|string}} | {{begin-hl2msg|explain_c3m4_radio2|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,448: | Line 1,448: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_gates_are_open === | === explain_gates_are_open === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_gates_are_open|string}} | {{begin-hl2msg|explain_gates_are_open|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,454: | Line 1,454: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_c2m4_ticketbooth === | === explain_c2m4_ticketbooth === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_c2m4_ticketbooth|string}} | {{begin-hl2msg|explain_c2m4_ticketbooth|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,460: | Line 1,460: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_c3m4_rescue === | === explain_c3m4_rescue === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_c3m4_rescue|string}} | {{begin-hl2msg|explain_c3m4_rescue|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,466: | Line 1,466: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_hotel_elevator_doors === | === explain_hotel_elevator_doors === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_hotel_elevator_doors|string}} | {{begin-hl2msg|explain_hotel_elevator_doors|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,472: | Line 1,472: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_gun_shop_tanker === | === explain_gun_shop_tanker === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_gun_shop_tanker|string}} | {{begin-hl2msg|explain_gun_shop_tanker|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,478: | Line 1,478: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_gun_shop === | === explain_gun_shop === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_gun_shop|string}} | {{begin-hl2msg|explain_gun_shop|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,484: | Line 1,484: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_store_alarm === | === explain_store_alarm === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_store_alarm|string}} | {{begin-hl2msg|explain_store_alarm|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,490: | Line 1,490: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_store_item === | === explain_store_item === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_store_item|string}} | {{begin-hl2msg|explain_store_item|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,496: | Line 1,496: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_store_item_stop === | === explain_store_item_stop === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_store_item_stop|string}} | {{begin-hl2msg|explain_store_item_stop|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,502: | Line 1,502: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_survival_generic === | === explain_survival_generic === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_survival_generic|string}} | {{begin-hl2msg|explain_survival_generic|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,508: | Line 1,508: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_survival_alarm === | === explain_survival_alarm === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_survival_alarm|string}} | {{begin-hl2msg|explain_survival_alarm|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,514: | Line 1,514: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_survival_radio === | === explain_survival_radio === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_survival_radio|string}} | {{begin-hl2msg|explain_survival_radio|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,520: | Line 1,520: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_survival_carousel === | === explain_survival_carousel === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_survival_carousel|string}} | {{begin-hl2msg|explain_survival_carousel|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,526: | Line 1,526: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_return_item === | === explain_return_item === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_return_item|string}} | {{begin-hl2msg|explain_return_item|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,532: | Line 1,532: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_save_items === | === explain_save_items === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_save_items|string}} | {{begin-hl2msg|explain_save_items|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,538: | Line 1,538: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === spit_burst === | === spit_burst === | ||
| {{ | {{ModernDescription|Triggers even after Spitter's death.}}<br> | ||
| {{eventnote|Called|Triggers when Spitter's spit hits the ground.}} | {{eventnote|Called|Triggers when Spitter's spit hits the ground.}} | ||
| {{begin-hl2msg|spit_burst|string}} | {{begin-hl2msg|spit_burst|string}} | ||
| Line 1,546: | Line 1,546: | ||
| === entered_spit === | === entered_spit === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|entered_spit|string}} | {{begin-hl2msg|entered_spit|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,552: | Line 1,552: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === temp_c4m1_getgas === | === temp_c4m1_getgas === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|temp_c4m1_getgas|string}} | {{begin-hl2msg|temp_c4m1_getgas|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,558: | Line 1,558: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === temp_c4m3_return_to_boat === | === temp_c4m3_return_to_boat === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|temp_c4m3_return_to_boat|string}} | {{begin-hl2msg|temp_c4m3_return_to_boat|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,564: | Line 1,564: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_c1m4_finale === | === explain_c1m4_finale === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_c1m4_finale|string}} | {{begin-hl2msg|explain_c1m4_finale|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,570: | Line 1,570: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === c1m4_scavenge_instructions === | === c1m4_scavenge_instructions === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|c1m4_scavenge_instructions|string}} | {{begin-hl2msg|c1m4_scavenge_instructions|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,576: | Line 1,576: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === punched_clown === | === punched_clown === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|punched_clown|string}} | {{begin-hl2msg|punched_clown|string}} | ||
| {{hl2msg|short|userid|player who punched the clown}} | {{hl2msg|short|userid|player who punched the clown}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === charger_killed === | === charger_killed === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|charger_killed|string}} | {{begin-hl2msg|charger_killed|string}} | ||
| {{hl2msg|short|userid|user ID of dead charger}} | {{hl2msg|short|userid|user ID of dead charger}} | ||
| Line 1,589: | Line 1,589: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === spitter_killed === | === spitter_killed === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{eventnote|Called|Triggers in Spitter's death.}} | {{eventnote|Called|Triggers in Spitter's death.}} | ||
| {{begin-hl2msg|spitter_killed|string}} | {{begin-hl2msg|spitter_killed|string}} | ||
| Line 1,598: | Line 1,598: | ||
| === jockey_ride === | === jockey_ride === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|jockey_ride|string}} | {{begin-hl2msg|jockey_ride|string}} | ||
| {{hl2msg|short|userid|player who did the lunging}} | {{hl2msg|short|userid|player who did the lunging}} | ||
| Line 1,604: | Line 1,604: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === jockey_ride_end === | === jockey_ride_end === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|jockey_ride_end|string}} | {{begin-hl2msg|jockey_ride_end|string}} | ||
| {{hl2msg|short|userid|player who did the lunging}} | {{hl2msg|short|userid|player who did the lunging}} | ||
| Line 1,612: | Line 1,612: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === jockey_punched === | === jockey_punched === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|jockey_punched|string}} | {{begin-hl2msg|jockey_punched|string}} | ||
| {{hl2msg|short|userid|user ID of player that shoved the jockey}} | {{hl2msg|short|userid|user ID of player that shoved the jockey}} | ||
| Line 1,619: | Line 1,619: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === jockey_headshot === | === jockey_headshot === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|jockey_headshot|string}} | {{begin-hl2msg|jockey_headshot|string}} | ||
| {{hl2msg|short|userid|user ID of player that landed a headshot on the Jockey}} | {{hl2msg|short|userid|user ID of player that landed a headshot on the Jockey}} | ||
| Line 1,626: | Line 1,626: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === jockey_killed === | === jockey_killed === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|jockey_killed|string}} | {{begin-hl2msg|jockey_killed|string}} | ||
| {{hl2msg|short|userid|user ID of dead jockey}} | {{hl2msg|short|userid|user ID of dead jockey}} | ||
| Line 1,633: | Line 1,633: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === non_melee_fired === | === non_melee_fired === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|non_melee_fired|string}} | {{begin-hl2msg|non_melee_fired|string}} | ||
| {{hl2msg|short|userid|User that fired a non-melee weapon}} | {{hl2msg|short|userid|User that fired a non-melee weapon}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === infected_decapitated === | === infected_decapitated === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|infected_decapitated|string}} | {{begin-hl2msg|infected_decapitated|string}} | ||
| {{hl2msg|short|userid|userid of the player who did the decapitation}} | {{hl2msg|short|userid|userid of the player who did the decapitation}} | ||
| Line 1,645: | Line 1,645: | ||
| === upgrade_pack_added === | === upgrade_pack_added === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|upgrade_pack_added|string}} | {{begin-hl2msg|upgrade_pack_added|string}} | ||
| {{hl2msg|short|upgradeid|}} | {{hl2msg|short|upgradeid|}} | ||
| Line 1,651: | Line 1,651: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === vomit_bomb_tank === | === vomit_bomb_tank === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|vomit_bomb_tank|string}} | {{begin-hl2msg|vomit_bomb_tank|string}} | ||
| {{hl2msg|short|userid|userid of the player who used the bomb}} | {{hl2msg|short|userid|userid of the player who used the bomb}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === triggered_car_alarm === | === triggered_car_alarm === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|triggered_car_alarm|string}} | {{begin-hl2msg|triggered_car_alarm|string}} | ||
| {{hl2msg|short|userid|user ID of player who activated car alarm}} | {{hl2msg|short|userid|user ID of player who activated car alarm}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === panic_event_finished === | === panic_event_finished === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|panic_event_finished|string}} | {{begin-hl2msg|panic_event_finished|string}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === charger_charge_start === | === charger_charge_start === | ||
| {{ | {{ModernDescription|The moment when the charger starts charging}}<br> | ||
| {{eventnote|Issues|Called more than once per ability use. For consistency, check ability_use}} | {{eventnote|Issues|Called more than once per ability use. For consistency, check ability_use}} | ||
| {{eventnote|Issues|Can be called after charger_charge_end. Use ability_use for an alternative start to end relationship.}} | {{eventnote|Issues|Can be called after charger_charge_end. Use ability_use for an alternative start to end relationship.}} | ||
| Line 1,673: | Line 1,673: | ||
| === charger_charge_end === | === charger_charge_end === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|charger_charge_end|string}} | {{begin-hl2msg|charger_charge_end|string}} | ||
| {{hl2msg|short|userid|user ID of the charger}} | {{hl2msg|short|userid|user ID of the charger}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === charger_carry_start === | === charger_carry_start === | ||
| {{ | {{ModernDescription|The moment when the charger grabs a survivor}}<br> | ||
| {{begin-hl2msg|charger_carry_start|string}} | {{begin-hl2msg|charger_carry_start|string}} | ||
| {{hl2msg|short|userid|user ID of the charger}} | {{hl2msg|short|userid|user ID of the charger}} | ||
| Line 1,684: | Line 1,684: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === charger_carry_end === | === charger_carry_end === | ||
| {{ | {{ModernDescription|The moment when the charger stops charging a survivor (and will soon start pummeling)}}<br> | ||
| {{begin-hl2msg|charger_carry_end|string}} | {{begin-hl2msg|charger_carry_end|string}} | ||
| {{hl2msg|short|userid|user ID of the charger}} | {{hl2msg|short|userid|user ID of the charger}} | ||
| Line 1,690: | Line 1,690: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === charger_carry_kill === | === charger_carry_kill === | ||
| {{ | {{ModernDescription|When a charger kills a survivor with a carry.}}<br> | ||
| {{begin-hl2msg|charger_carry_kill |string}} | {{begin-hl2msg|charger_carry_kill |string}} | ||
| {{hl2msg|short|userid|user ID of the charger}} | {{hl2msg|short|userid|user ID of the charger}} | ||
| Line 1,697: | Line 1,697: | ||
| === charger_impact === | === charger_impact === | ||
| {{ | {{ModernDescription|When a charger impacts a survivor they aren't carrying}}<br> | ||
| {{begin-hl2msg|charger_impact|string}} | {{begin-hl2msg|charger_impact|string}} | ||
| {{hl2msg|short|userid|user ID of the charger}} | {{hl2msg|short|userid|user ID of the charger}} | ||
| Line 1,703: | Line 1,703: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === charger_pummel_start === | === charger_pummel_start === | ||
| {{ | {{ModernDescription|The moment when the charger starts pummeling a survivor}}<br> | ||
| {{begin-hl2msg|charger_pummel_start|string}} | {{begin-hl2msg|charger_pummel_start|string}} | ||
| {{hl2msg|short|userid|user ID of the charger}} | {{hl2msg|short|userid|user ID of the charger}} | ||
| Line 1,709: | Line 1,709: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === charger_pummel_end === | === charger_pummel_end === | ||
| {{ | {{ModernDescription|When the charger is cleared from the survivor or the survivor dies.}}<br> | ||
| {{begin-hl2msg|charger_pummel_end|string}} | {{begin-hl2msg|charger_pummel_end|string}} | ||
| {{hl2msg|short|userid|user ID of the charger}} | {{hl2msg|short|userid|user ID of the charger}} | ||
| Line 1,716: | Line 1,716: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === strongman_bell_knocked_off === | === strongman_bell_knocked_off === | ||
| {{ | {{ModernDescription|The arcade bell on c2m4_barns}}<br> | ||
| {{begin-hl2msg|strongman_bell_knocked_off|string}} | {{begin-hl2msg|strongman_bell_knocked_off|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,722: | Line 1,722: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === molotov_thrown === | === molotov_thrown === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|molotov_thrown|string}} | {{begin-hl2msg|molotov_thrown|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === gas_can_forced_drop === | === gas_can_forced_drop === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|gas_can_forced_drop|string}} | {{begin-hl2msg|gas_can_forced_drop|string}} | ||
| {{hl2msg|short|userid|player that forced the drop}} | {{hl2msg|short|userid|player that forced the drop}} | ||
| Line 1,733: | Line 1,733: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_need_gnome_to_continue === | === explain_need_gnome_to_continue === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_need_gnome_to_continue|string}} | {{begin-hl2msg|explain_need_gnome_to_continue|string}} | ||
| {{hl2msg|none|none|}} | {{hl2msg|none|none|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_survivor_glows_disabled === | === explain_survivor_glows_disabled === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_survivor_glows_disabled|string}} | {{begin-hl2msg|explain_survivor_glows_disabled|string}} | ||
| {{hl2msg|short|userid|The player we're explaining to}} | {{hl2msg|short|userid|The player we're explaining to}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_item_glows_disabled === | === explain_item_glows_disabled === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_item_glows_disabled|string}} | {{begin-hl2msg|explain_item_glows_disabled|string}} | ||
| {{hl2msg|short|userid|The player we're explaining to}} | {{hl2msg|short|userid|The player we're explaining to}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_rescue_disabled === | === explain_rescue_disabled === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_rescue_disabled|string}} | {{begin-hl2msg|explain_rescue_disabled|string}} | ||
| {{hl2msg|short|userid|The player we're explaining to}} | {{hl2msg|short|userid|The player we're explaining to}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_bodyshots_reduced === | === explain_bodyshots_reduced === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_bodyshots_reduced|string}} | {{begin-hl2msg|explain_bodyshots_reduced|string}} | ||
| {{hl2msg|short|userid|The player we're explaining to}} | {{hl2msg|short|userid|The player we're explaining to}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_witch_instant_kill === | === explain_witch_instant_kill === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_witch_instant_kill|string}} | {{begin-hl2msg|explain_witch_instant_kill|string}} | ||
| {{hl2msg|short|userid|The player we're explaining to}} | {{hl2msg|short|userid|The player we're explaining to}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === set_instructor_group_enabled === | === set_instructor_group_enabled === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|set_instructor_group_enabled|string}} | {{begin-hl2msg|set_instructor_group_enabled|string}} | ||
| {{hl2msg|string|group|}} | {{hl2msg|string|group|}} | ||
| Line 1,769: | Line 1,769: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === stashwhacker_game_won === | === stashwhacker_game_won === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|stashwhacker_game_won|string}} | {{begin-hl2msg|stashwhacker_game_won|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,775: | Line 1,775: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === versus_marker_reached === | === versus_marker_reached === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|versus_marker_reached|string}} | {{begin-hl2msg|versus_marker_reached|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,781: | Line 1,781: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === start_score_animation === | === start_score_animation === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|start_score_animation|string}} | {{begin-hl2msg|start_score_animation|string}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === survival_round_start === | === survival_round_start === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|survival_round_start|string}} | {{begin-hl2msg|survival_round_start|string}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === scavenge_gas_can_destroyed === | === scavenge_gas_can_destroyed === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|scavenge_gas_can_destroyed|string}} | {{begin-hl2msg|scavenge_gas_can_destroyed|string}} | ||
| {{hl2msg|short|userid|The player that destroyed it}} | {{hl2msg|short|userid|The player that destroyed it}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_sewer_gate === | === explain_sewer_gate === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_sewer_gate|string}} | {{begin-hl2msg|explain_sewer_gate|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,800: | Line 1,800: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_sewer_run === | === explain_sewer_run === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_sewer_run|string}} | {{begin-hl2msg|explain_sewer_run|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,806: | Line 1,806: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === explain_c6m3_finale === | === explain_c6m3_finale === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|explain_c6m3_finale|string}} | {{begin-hl2msg|explain_c6m3_finale|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,812: | Line 1,812: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === finale_bridge_lowering === | === finale_bridge_lowering === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|finale_bridge_lowering|string}} | {{begin-hl2msg|finale_bridge_lowering|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| Line 1,818: | Line 1,818: | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === m60_streak_ended === | === m60_streak_ended === | ||
| {{ | {{ModernDescription|I was holding down the m60 trigger, and now I'm not}}<br> | ||
| {{begin-hl2msg|m60_streak_ended|string}} | {{begin-hl2msg|m60_streak_ended|string}} | ||
| {{hl2msg|none|none|}} | {{hl2msg|none|none|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === chair_charged === | === chair_charged === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|chair_charged|string}} | {{begin-hl2msg|chair_charged|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === song_played === | === song_played === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|song_played|string}} | {{begin-hl2msg|song_played|string}} | ||
| {{hl2msg|none|none|}} | {{hl2msg|none|none|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
| === foot_locker_opened === | === foot_locker_opened === | ||
| {{ | {{ModernDescription|}}<br> | ||
| {{begin-hl2msg|foot_locker_opened|string}} | {{begin-hl2msg|foot_locker_opened|string}} | ||
| {{hl2msg|short|userid|}} | {{hl2msg|short|userid|}} | ||
| {{end-hl2msg}} | {{end-hl2msg}} | ||
Revision as of 04:53, 16 January 2023

 Deprecated. Its use is not recommended and its functionality may be compromised.
 Deprecated. Its use is not recommended and its functionality may be compromised. You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.
Additional notes:
Use #switch parser function instead. Example
{{#switch: {{language}}
| #default = English
| ja = 日本語
| zh-tw = 中文(台灣)
}} 
 Deprecated. Its use is not recommended and its functionality may be compromised.
 Deprecated. Its use is not recommended and its functionality may be compromised. You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.
Additional notes:
Use #switch parser function instead. Example
{{#switch: {{language}}
| #default = English
| ja = 日本語
| zh-tw = 中文(台灣)
}} 
player_death
| Name: | player_death | |||||||||||||||||||||||||||||||||||||||||||||
| Structure: | 
 | 
player_hurt
| Name: | player_hurt | |||||||||||||||||||||||||||||||||
| Structure: | 
 | 
player_team
| Name: | player_team | ||||||||||||||||||
| Structure: | 
 | 
player_bot_replace
| Name: | player_bot_replace | ||||||
| Structure: | 
 | 
bot_player_replace
| Name: | bot_player_replace | ||||||
| Structure: | 
 | 
player_afk
| Name: | player_afk | |||
| Structure: | 
 | 
weapon_fire
| Name: | weapon_fire | |||||||||||||||
| Structure: | 
 | 
weapon_fire_on_empty
| Name: | weapon_fire_on_empty | ||||||||||||
| Structure: | 
 | 
weapon_reload
| Name: | weapon_reload | ||||||
| Structure: | 
 | 
weapon_zoom
| Name: | weapon_zoom | |||
| Structure: | 
 | 
ability_use
Template:ModernDescription
Called: When an infected uses their ability
Issues: Doesn't fire for jockey
| Name: | ability_use | |||||||||
| Structure: | 
 | 
ammo_pickup
| Name: | ammo_pickup | |||
| Structure: | 
 | 
item_pickup
| Name: | item_pickup | ||||||
| Structure: | 
 | 
golden_crowbar_pickup
| Name: | golden_crowbar_pickup | |||
| Structure: | 
 | 
grenade_bounce
| Name: | grenade_bounce | |||
| Structure: | 
 | 
hegrenade_detonate
| Name: | hegrenade_detonate | ||||||||||||
| Structure: | 
 | 
bullet_impact
| Name: | bullet_impact | ||||||||||||
| Structure: | 
 | 
player_footstep
| Name: | player_footstep | |||
| Structure: | 
 | 
player_jump
| Name: | player_jump | |||
| Structure: | 
 | 
player_blind
| Name: | player_blind | |||
| Structure: | 
 | 
player_falldamage
| Name: | player_falldamage | |||||||||
| Structure: | 
 | 
player_ledge_grab
| Name: | player_ledge_grab | ||||||
| Structure: | 
 | 
player_ledge_release
| Name: | player_ledge_release | |||
| Structure: | 
 | 
door_moving
| Name: | door_moving | ||||||
| Structure: | 
 | 
door_open
| Name: | door_open | |||||||||
| Structure: | 
 | 
door_close
| Name: | door_close | ||||||
| Structure: | 
 | 
door_unlocked
| Name: | door_unlocked | ||||||
| Structure: | 
 | 
rescue_door_open
| Name: | rescue_door_open | ||||||
| Structure: | 
 | 
waiting_checkpoint_door_used
| Name: | waiting_checkpoint_door_used | ||||||
| Structure: | 
 | 
waiting_door_used_versus
| Name: | waiting_door_used_versus | ||||||
| Structure: | 
 | 
waiting_checkpoint_button_used
| Name: | waiting_checkpoint_button_used | |||
| Structure: | 
 | 
success_checkpoint_button_used
| Name: | success_checkpoint_button_used | |||
| Structure: | 
 | 
round_freeze_end
| Name: | round_freeze_end | |||
| Structure: | 
 | 
round_start_pre_entity
| Name: | round_start_pre_entity | |||
| Structure: | 
 | 
| Name: | round_start_post_nav | |||
| Structure: | 
 | 
| Name: | nav_blocked | ||||||
| Structure: | 
 | 
| Name: | nav_generate | |||
| Structure: | 
 | 
round_end_message
| Name: | round_end_message | |||||||||
| Structure: | 
 | 
round_end
| Name: | round_end | ||||||||||||
| Structure: | 
 | 
vote_ended
| Name: | vote_ended | |||
| Structure: | 
 | 
vote_started
| Name: | vote_started | ||||||||||||||||||
| Structure: | 
 | 
vote_changed
| Name: | vote_changed | |||||||||
| Structure: | 
 | 
vote_passed
| Name: | vote_passed | ||||||||||||
| Structure: | 
 | 
vote_failed
| Name: | vote_failed | ||||||
| Structure: | 
 | 
vote_cast_yes
| Name: | vote_cast_yes | ||||||
| Structure: | 
 | 
vote_cast_no
| Name: | vote_cast_no | ||||||
| Structure: | 
 | 
infected_hurt
| Name: | infected_hurt | ||||||||||||||||||
| Structure: | 
 | 
infected_death
| Name: | infected_death | ||||||||||||||||||||||||
| Structure: | 
 | 
hostname_changed
| Name: | hostname_changed | |||
| Structure: | 
 | 
difficulty_changed
| Name: | difficulty_changed | |||||||||
| Structure: | 
 | 
finale_start
| Name: | finale_start | |||
| Structure: | 
 | 
finale_rush
| Name: | finale_rush | |||
| Structure: | 
 | 
finale_escape_start
| Name: | finale_escape_start | |||
| Structure: | 
 | 
finale_vehicle_incoming
| Name: | finale_vehicle_incoming | |||
| Structure: | 
 | 
finale_vehicle_ready
| Name: | finale_vehicle_ready | |||
| Structure: | 
 | 
finale_vehicle_leaving
| Name: | finale_vehicle_leaving | |||
| Structure: | 
 | 
finale_win
| Name: | finale_win | ||||||
| Structure: | 
 | 
mission_lost
| Name: | mission_lost | |||
| Structure: | 
 | 
finale_radio_start
| Name: | finale_radio_start | |||
| Structure: | 
 | 
finale_radio_damaged
| Name: | finale_radio_damaged | |||
| Structure: | 
 | 
final_reportscreen
| Name: | final_reportscreen | |||
| Structure: | 
 | 
map_transition
| Name: | map_transition | |||
| Structure: | 
 | 
player_transitioned
| Name: | player_transitioned | |||
| Structure: | 
 | 
heal_begin
| Name: | heal_begin | ||||||
| Structure: | 
 | 
heal_success
| Name: | heal_success | |||||||||
| Structure: | 
 | 
heal_end
Template:ModernDescription
Issues: subject is broken for this event, it always appears to be the player doing the healing
| Name: | heal_end | ||||||
| Structure: | 
 | 
heal_interrupted
| Name: | heal_interrupted | ||||||
| Structure: | 
 | 
ammo_pack_used
| Name: | ammo_pack_used | ||||||
| Structure: | 
 | 
give_weapon
| Name: | give_weapon | |||||||||
| Structure: | 
 | 
pills_used
| Name: | pills_used | ||||||
| Structure: | 
 | 
pills_used_fail
| Name: | pills_used_fail | |||
| Structure: | 
 | 
ammo_pack_used_fail_no_weapon
| Name: | ammo_pack_used_fail_no_weapon | ||||||
| Structure: | 
 | 
ammo_pack_used_fail_full
| Name: | ammo_pack_used_fail_full | ||||||
| Structure: | 
 | 
ammo_pack_used_fail_doesnt_use_ammo
| Name: | ammo_pack_used_fail_doesnt_use_ammo | ||||||
| Structure: | 
 | 
ammo_pile_weapon_cant_use_ammo
| Name: | ammo_pile_weapon_cant_use_ammo | |||
| Structure: | 
 | 
defibrillator_begin
| Name: | defibrillator_begin | ||||||
| Structure: | 
 | 
defibrillator_used
| Name: | defibrillator_used | ||||||
| Structure: | 
 | 
defibrillator_used_fail
| Name: | defibrillator_used_fail | ||||||
| Structure: | 
 | 
defibrillator_interrupted
| Name: | defibrillator_interrupted | ||||||
| Structure: | 
 | 
upgrade_pack_begin
| Name: | upgrade_pack_begin | |||
| Structure: | 
 | 
upgrade_pack_used
| Name: | upgrade_pack_used | ||||||
| Structure: | 
 | 
upgrade_item_already_used
| Name: | upgrade_item_already_used | ||||||
| Structure: | 
 | 
upgrade_failed_no_primary
| Name: | upgrade_failed_no_primary | ||||||
| Structure: | 
 | 
dead_survivor_visible
| Name: | dead_survivor_visible | |||||||||
| Structure: | 
 | 
adrenaline_used
| Name: | adrenaline_used | |||
| Structure: | 
 | 
revive_begin
| Name: | revive_begin | ||||||
| Structure: | 
 | 
revive_success
| Name: | revive_success | ||||||||||||
| Structure: | 
 | 
revive_end
| Name: | revive_end | |||||||||
| Structure: | 
 | 
drag_begin
| Name: | drag_begin | ||||||
| Structure: | 
 | 
drag_end
| Name: | drag_end | ||||||
| Structure: | 
 | 
player_incapacitated
| Name: | player_incapacitated | |||||||||||||||
| Structure: | 
 | 
player_incapacitated_start
| Name: | player_incapacitated_start | |||||||||||||||
| Structure: | 
 | 
player_entered_start_area
| Name: | player_entered_start_area | |||
| Structure: | 
 | 
player_first_spawn
| Name: | player_first_spawn | |||||||||
| Structure: | 
 | 
player_left_start_area
| Name: | player_left_start_area | |||
| Structure: | 
 | 
player_left_safe_area
| Name: | player_left_safe_area | ||||||
| Structure: | 
 | 
player_entered_checkpoint
| Name: | player_entered_checkpoint | |||||||||||||||
| Structure: | 
 | 
player_left_checkpoint
| Name: | player_left_checkpoint | |||||||||
| Structure: | 
 | 
player_shoved
| Name: | player_shoved | ||||||
| Structure: | 
 | 
entity_shoved
| Name: | entity_shoved | ||||||
| Structure: | 
 | 
player_jump_apex
| Name: | player_jump_apex | |||
| Structure: | 
 | 
player_blocked
| Name: | player_blocked | ||||||
| Structure: | 
 | 
player_now_it
| Name: | player_now_it | |||||||||||||||
| Structure: | 
 | 
player_no_longer_it
| Name: | player_no_longer_it | |||
| Structure: | 
 | 
witch_harasser_set
| Name: | witch_harasser_set | |||||||||
| Structure: | 
 | 
witch_spawn
| Name: | witch_spawn | |||
| Structure: | 
 | 
witch_killed
| Name: | witch_killed | |||||||||||||||
| Structure: | 
 | 
tank_spawn
| Name: | tank_spawn | ||||||
| Structure: | 
 | 
melee_kill
| Name: | melee_kill | |||||||||
| Structure: | 
 | 
area_cleared
| Name: | area_cleared | ||||||
| Structure: | 
 | 
award_earned
| Name: | award_earned | ||||||||||||
| Structure: | 
 | 
tongue_grab
| Name: | tongue_grab | ||||||
| Structure: | 
 | 
tongue_broke_bent
| Name: | tongue_broke_bent | |||
| Structure: | 
 | 
tongue_broke_victim_died
| Name: | tongue_broke_victim_died | |||
| Structure: | 
 | 
tongue_release
| Name: | tongue_release | |||||||||
| Structure: | 
 | 
choke_start
| Name: | choke_start | ||||||
| Structure: | 
 | 
choke_end
| Name: | choke_end | ||||||
| Structure: | 
 | 
choke_stopped
| Name: | choke_stopped | ||||||||||||
| Structure: | 
 | 
tongue_pull_stopped
| Name: | tongue_pull_stopped | |||||||||||||||
| Structure: | 
 | 
lunge_shove
| Name: | lunge_shove | ||||||
| Structure: | 
 | 
lunge_pounce
| Name: | lunge_pounce | ||||||||||||
| Structure: | 
 | 
pounce_end
| Name: | pounce_end | ||||||
| Structure: | 
 | 
pounce_stopped
| Name: | pounce_stopped | ||||||
| Structure: | 
 | 
pounce_attempt_stopped
| Name: | pounce_attempt_stopped | ||||||
| Structure: | 
 | 
fatal_vomit
| Name: | fatal_vomit | ||||||
| Structure: | 
 | 
survivor_call_for_help
| Name: | survivor_call_for_help | ||||||
| Structure: | 
 | 
survivor_rescued
| Name: | survivor_rescued | |||||||||
| Structure: | 
 | 
survivor_rescue_abandoned
| Name: | survivor_rescue_abandoned | |||
| Structure: | 
 | 
relocated
| Name: | relocated | |||
| Structure: | 
 | 
respawning
| Name: | respawning | |||
| Structure: | 
 | 
tank_frustrated
| Name: | tank_frustrated | |||
| Structure: | 
 | 
weapon_given
| Name: | weapon_given | ||||||||||||
| Structure: | 
 | 
weapon_drop
Template:ModernDescription
Called: When an item is removed from a survivor's inventory
Related Events: Called before heal_success, defibrillator_used, upgrade_pack_used, but called after pills_used and adrenaline_used
| Name: | weapon_drop | |||||||||
| Structure: | 
 | 
weapon_drop_to_prop
| Name: | weapon_drop_to_prop | |||||||||
| Structure: | 
 | 
break_breakable
| Name: | break_breakable | |||||||||||||||
| Structure: | 
 | 
achievement_earned
| Name: | achievement_earned | ||||||
| Structure: | 
 | 
spec_target_updated
| Name: | spec_target_updated | |||
| Structure: | 
 | 
spawner_give_item
| Name: | spawner_give_item | |||||||||
| Structure: | 
 | 
create_panic_event
| Name: | create_panic_event | |||
| Structure: | 
 | 
explain_pills
| Name: | explain_pills | |||
| Structure: | 
 | 
explain_weapons
| Name: | explain_weapons | |||
| Structure: | 
 | 
entity_visible
| Name: | entity_visible | ||||||||||||
| Structure: | 
 | 
weapon_spawn_visible
| Name: | weapon_spawn_visible | ||||||||||||
| Structure: | 
 | 
boomer_near
| Name: | boomer_near | ||||||
| Structure: | 
 | 
explain_pre_radio
| Name: | explain_pre_radio | ||||||
| Structure: | 
 | 
started_pre_radio
| Name: | started_pre_radio | ||||||
| Structure: | 
 | 
explain_radio
| Name: | explain_radio | ||||||
| Structure: | 
 | 
explain_gas_truck
| Name: | explain_gas_truck | ||||||
| Structure: | 
 | 
explain_panic_button
| Name: | explain_panic_button | ||||||
| Structure: | 
 | 
explain_elevator_button
| Name: | explain_elevator_button | ||||||
| Structure: | 
 | 
explain_lift_button
| Name: | explain_lift_button | ||||||
| Structure: | 
 | 
explain_church_door
| Name: | explain_church_door | ||||||
| Structure: | 
 | 
explain_emergency_door
| Name: | explain_emergency_door | ||||||
| Structure: | 
 | 
explain_crane
| Name: | explain_crane | ||||||
| Structure: | 
 | 
explain_bridge
| Name: | explain_bridge | ||||||
| Structure: | 
 | 
explain_gas_can_panic
| Name: | explain_gas_can_panic | ||||||
| Structure: | 
 | 
explain_van_panic
| Name: | explain_van_panic | ||||||
| Structure: | 
 | 
explain_mainstreet
| Name: | explain_mainstreet | ||||||
| Structure: | 
 | 
explain_train_lever
| Name: | explain_train_lever | ||||||
| Structure: | 
 | 
explain_disturbance
| Name: | explain_disturbance | ||||||
| Structure: | 
 | 
explain_scavenge_goal
| Name: | explain_scavenge_goal | ||||||
| Structure: | 
 | 
explain_scavenge_leave_area
| Name: | explain_scavenge_leave_area | ||||||
| Structure: | 
 | 
begin_scavenge_overtime
| Name: | begin_scavenge_overtime | |
| Structure: |  | 
scavenge_round_start
| Name: | scavenge_round_start | ||||||
| Structure: | 
 | 
scavenge_round_halftime
| Name: | scavenge_round_halftime | |
| Structure: |  | 
scavenge_round_finished
| Name: | scavenge_round_finished | |
| Structure: |  | 
scavenge_score_tied
| Name: | scavenge_score_tied | |
| Structure: |  | 
versus_round_start
| Name: | versus_round_start | |
| Structure: |  | 
gascan_pour_blocked
| Name: | gascan_pour_blocked | |||
| Structure: | 
 | 
gascan_pour_completed
| Name: | gascan_pour_completed | |||
| Structure: | 
 | 
gascan_dropped
| Name: | gascan_dropped | |||
| Structure: | 
 | 
gascan_pour_interrupted
| Name: | gascan_pour_interrupted | |||
| Structure: | 
 | 
scavenge_match_finished
| Name: | scavenge_match_finished | |||
| Structure: | 
 | 
versus_match_finished
| Name: | versus_match_finished | |||
| Structure: | 
 | 
use_target
| Name: | use_target | |||||||||
| Structure: | 
 | 
player_use
Template:ModernDescription
Called: When a Survivor presses +USE on a useable entity. i.e. Weapons, items, doors
Related Events: If targetid is an item, item_pickup will be called prior to player_use
| Name: | player_use | ||||||
| Structure: | 
 | 
friendly_fire
| Name: | friendly_fire | ||||||||||||
| Structure: | 
 | 
gameinstructor_draw
| Name: | gameinstructor_draw | |||
| Structure: | 
 | 
gameinstructor_nodraw
| Name: | gameinstructor_nodraw | |||
| Structure: | 
 | 
request_weapon_stats
| Name: | request_weapon_stats | |||
| Structure: | 
 | 
player_talking_state
| Name: | player_talking_state | ||||||
| Structure: | 
 | 
weapon_pickup
| Name: | weapon_pickup | ||||||||||||
| Structure: | 
 | 
hunter_punched
| Name: | hunter_punched | |||||||||
| Structure: | 
 | 
hunter_headshot
| Name: | hunter_headshot | |||||||||
| Structure: | 
 | 
zombie_ignited
| Name: | zombie_ignited | |||||||||||||||
| Structure: | 
 | 
boomer_exploded
| Name: | boomer_exploded | |||||||||
| Structure: | 
 | 
non_pistol_fired
| Name: | non_pistol_fired | |||
| Structure: | 
 | 
weapon_fire_at_40
| Name: | weapon_fire_at_40 | ||||||||||||
| Structure: | 
 | 
total_ammo_below_40
| Name: | total_ammo_below_40 | |||
| Structure: | 
 | 
player_hurt_concise
| Name: | player_hurt_concise | ||||||||||||
| Structure: | 
 | 
tank_killed
| Name: | tank_killed | |||||||||||||||
| Structure: | 
 | 
tank_rock_killed
| Name: | tank_rock_killed | |||
| Structure: | 
 | 
achievement_write_failed
| Name: | achievement_write_failed | |||
| Structure: | 
 | 
ghost_spawn_time
| Name: | ghost_spawn_time | ||||||
| Structure: | 
 | 
survival_at_30min
| Name: | survival_at_30min | |
| Structure: |  | 
survival_at_10min
| Name: | survival_at_10min | |
| Structure: |  | 
explain_pre_drawbridge
| Name: | explain_pre_drawbridge | ||||||
| Structure: | 
 | 
explain_drawbridge
| Name: | explain_drawbridge | ||||||
| Structure: | 
 | 
explain_perimeter
| Name: | explain_perimeter | ||||||
| Structure: | 
 | 
explain_deactivate_alarm
| Name: | explain_deactivate_alarm | ||||||
| Structure: | 
 | 
explain_impound_lot
| Name: | explain_impound_lot | ||||||
| Structure: | 
 | 
explain_decon
| Name: | explain_decon | ||||||
| Structure: | 
 | 
explain_mall_window
| Name: | explain_mall_window | ||||||
| Structure: | 
 | 
explain_mall_alarm
| Name: | explain_mall_alarm | ||||||
| Structure: | 
 | 
explain_coaster
| Name: | explain_coaster | ||||||
| Structure: | 
 | 
explain_coaster_stop
| Name: | explain_coaster_stop | ||||||
| Structure: | 
 | 
explain_decon_wait
| Name: | explain_decon_wait | ||||||
| Structure: | 
 | 
gauntlet_finale_start
| Name: | gauntlet_finale_start | |
| Structure: |  | 
explain_float
| Name: | explain_float | ||||||
| Structure: | 
 | 
explain_ferry_button
| Name: | explain_ferry_button | ||||||
| Structure: | 
 | 
explain_hatch_button
| Name: | explain_hatch_button | ||||||
| Structure: | 
 | 
explain_shack_button
| Name: | explain_shack_button | ||||||
| Structure: | 
 | 
upgrade_incendiary_ammo
| Name: | upgrade_incendiary_ammo | |||
| Structure: | 
 | 
upgrade_explosive_ammo
| Name: | upgrade_explosive_ammo | |||
| Structure: | 
 | 
receive_upgrade
| Name: | receive_upgrade | ||||||
| Structure: | 
 | 
explain_vehicle_arrival
| Name: | explain_vehicle_arrival | |||
| Structure: | 
 | 
mounted_gun_start
| Name: | mounted_gun_start | ||||||
| Structure: | 
 | 
mounted_gun_overheated
| Name: | mounted_gun_overheated | |||
| Structure: | 
 | 
explain_burger_sign
| Name: | explain_burger_sign | ||||||
| Structure: | 
 | 
explain_carousel_button
| Name: | explain_carousel_button | ||||||
| Structure: | 
 | 
explain_carousel_destination
| Name: | explain_carousel_destination | ||||||
| Structure: | 
 | 
explain_stage_lighting
| Name: | explain_stage_lighting | ||||||
| Structure: | 
 | 
explain_stage_finale_start
| Name: | explain_stage_finale_start | ||||||
| Structure: | 
 | 
explain_stage_survival_start
| Name: | explain_stage_survival_start | ||||||
| Structure: | 
 | 
ability_out_of_range
| Name: | ability_out_of_range | ||||||
| Structure: | 
 | 
explain_stage_pyrotechnics
| Name: | explain_stage_pyrotechnics | ||||||
| Structure: | 
 | 
explain_c3m4_radio1
| Name: | explain_c3m4_radio1 | ||||||
| Structure: | 
 | 
explain_c3m4_radio2
| Name: | explain_c3m4_radio2 | ||||||
| Structure: | 
 | 
explain_gates_are_open
| Name: | explain_gates_are_open | ||||||
| Structure: | 
 | 
explain_c2m4_ticketbooth
| Name: | explain_c2m4_ticketbooth | ||||||
| Structure: | 
 | 
explain_c3m4_rescue
| Name: | explain_c3m4_rescue | ||||||
| Structure: | 
 | 
explain_hotel_elevator_doors
| Name: | explain_hotel_elevator_doors | ||||||
| Structure: | 
 | 
explain_gun_shop_tanker
| Name: | explain_gun_shop_tanker | ||||||
| Structure: | 
 | 
explain_gun_shop
| Name: | explain_gun_shop | ||||||
| Structure: | 
 | 
explain_store_alarm
| Name: | explain_store_alarm | ||||||
| Structure: | 
 | 
explain_store_item
| Name: | explain_store_item | ||||||
| Structure: | 
 | 
explain_store_item_stop
| Name: | explain_store_item_stop | ||||||
| Structure: | 
 | 
explain_survival_generic
| Name: | explain_survival_generic | ||||||
| Structure: | 
 | 
explain_survival_alarm
| Name: | explain_survival_alarm | ||||||
| Structure: | 
 | 
explain_survival_radio
| Name: | explain_survival_radio | ||||||
| Structure: | 
 | 
explain_survival_carousel
| Name: | explain_survival_carousel | ||||||
| Structure: | 
 | 
explain_return_item
| Name: | explain_return_item | ||||||
| Structure: | 
 | 
explain_save_items
| Name: | explain_save_items | ||||||
| Structure: | 
 | 
spit_burst
Template:ModernDescription
Called: Triggers when Spitter's spit hits the ground.
| Name: | spit_burst | ||||||
| Structure: | 
 | 
entered_spit
| Name: | entered_spit | ||||||
| Structure: | 
 | 
temp_c4m1_getgas
| Name: | temp_c4m1_getgas | ||||||
| Structure: | 
 | 
temp_c4m3_return_to_boat
| Name: | temp_c4m3_return_to_boat | ||||||
| Structure: | 
 | 
explain_c1m4_finale
| Name: | explain_c1m4_finale | ||||||
| Structure: | 
 | 
c1m4_scavenge_instructions
| Name: | c1m4_scavenge_instructions | ||||||
| Structure: | 
 | 
punched_clown
| Name: | punched_clown | |||
| Structure: | 
 | 
charger_killed
| Name: | charger_killed | ||||||||||||
| Structure: | 
 | 
spitter_killed
Template:ModernDescription
Called: Triggers in Spitter's death.
| Name: | spitter_killed | |||||||||
| Structure: | 
 | 
jockey_ride
| Name: | jockey_ride | ||||||
| Structure: | 
 | 
jockey_ride_end
| Name: | jockey_ride_end | ||||||||||||
| Structure: | 
 | 
jockey_punched
| Name: | jockey_punched | |||||||||
| Structure: | 
 | 
jockey_headshot
| Name: | jockey_headshot | |||||||||
| Structure: | 
 | 
jockey_killed
| Name: | jockey_killed | |||||||||
| Structure: | 
 | 
non_melee_fired
| Name: | non_melee_fired | |||
| Structure: | 
 | 
infected_decapitated
| Name: | infected_decapitated | ||||||
| Structure: | 
 | 
upgrade_pack_added
| Name: | upgrade_pack_added | ||||||
| Structure: | 
 | 
vomit_bomb_tank
| Name: | vomit_bomb_tank | |||
| Structure: | 
 | 
triggered_car_alarm
| Name: | triggered_car_alarm | |||
| Structure: | 
 | 
panic_event_finished
| Name: | panic_event_finished | |
| Structure: |  | 
charger_charge_start
Template:ModernDescription
Issues: Called more than once per ability use. For consistency, check ability_use
Issues: Can be called after charger_charge_end. Use ability_use for an alternative start to end relationship.
| Name: | charger_charge_start | |||
| Structure: | 
 | 
charger_charge_end
| Name: | charger_charge_end | |||
| Structure: | 
 | 
charger_carry_start
| Name: | charger_carry_start | ||||||
| Structure: | 
 | 
charger_carry_end
| Name: | charger_carry_end | ||||||
| Structure: | 
 | 
charger_carry_kill
| Name: | charger_carry_kill | ||||||
| Structure: | 
 | 
charger_impact
| Name: | charger_impact | ||||||
| Structure: | 
 | 
charger_pummel_start
| Name: | charger_pummel_start | ||||||
| Structure: | 
 | 
charger_pummel_end
| Name: | charger_pummel_end | |||||||||
| Structure: | 
 | 
strongman_bell_knocked_off
| Name: | strongman_bell_knocked_off | ||||||
| Structure: | 
 | 
molotov_thrown
| Name: | molotov_thrown | |||
| Structure: | 
 | 
gas_can_forced_drop
| Name: | gas_can_forced_drop | ||||||
| Structure: | 
 | 
explain_need_gnome_to_continue
| Name: | explain_need_gnome_to_continue | |||
| Structure: | 
 | 
explain_survivor_glows_disabled
| Name: | explain_survivor_glows_disabled | |||
| Structure: | 
 | 
explain_item_glows_disabled
| Name: | explain_item_glows_disabled | |||
| Structure: | 
 | 
explain_rescue_disabled
| Name: | explain_rescue_disabled | |||
| Structure: | 
 | 
explain_bodyshots_reduced
| Name: | explain_bodyshots_reduced | |||
| Structure: | 
 | 
explain_witch_instant_kill
| Name: | explain_witch_instant_kill | |||
| Structure: | 
 | 
set_instructor_group_enabled
| Name: | set_instructor_group_enabled | ||||||
| Structure: | 
 | 
stashwhacker_game_won
| Name: | stashwhacker_game_won | ||||||
| Structure: | 
 | 
versus_marker_reached
| Name: | versus_marker_reached | ||||||
| Structure: | 
 | 
start_score_animation
| Name: | start_score_animation | |
| Structure: |  | 
survival_round_start
| Name: | survival_round_start | |
| Structure: |  | 
scavenge_gas_can_destroyed
| Name: | scavenge_gas_can_destroyed | |||
| Structure: | 
 | 
explain_sewer_gate
| Name: | explain_sewer_gate | ||||||
| Structure: | 
 | 
explain_sewer_run
| Name: | explain_sewer_run | ||||||
| Structure: | 
 | 
explain_c6m3_finale
| Name: | explain_c6m3_finale | ||||||
| Structure: | 
 | 
finale_bridge_lowering
| Name: | finale_bridge_lowering | ||||||
| Structure: | 
 | 
m60_streak_ended
| Name: | m60_streak_ended | |||
| Structure: | 
 | 
chair_charged
| Name: | chair_charged | |||
| Structure: | 
 | 
song_played
| Name: | song_played | |||
| Structure: | 
 | 
foot_locker_opened
| Name: | foot_locker_opened | |||
| Structure: | 
 |