Asw tech marine req: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with ''''asw_tech_marine_req''' is a point_entity available in Alien Swarm which forces players to include atleast one Tech Marine in their squad, and fails the mission if all …')
 
m (→‎Inputs: Substituted IO templates)
 
(8 intermediate revisions by 7 users not shown)
Line 1: Line 1:
'''asw_tech_marine_req''' is a [[point_entity]] available in [[Alien Swarm]] which forces players to include atleast one Tech Marine in their squad, and fails the mission if all Tech Marines are killed.
{{this is a|point entity|game=Alien Swarm|name=asw_tech_marine_req}}
{{clr}}


== See also ==
==Entity description==
This Entity forces players to include at least one Tech Marine in their squad, and fails the mission if all Tech Marines are killed.
 
== Inputs ==
{{I Targetname}}


* [[asw_equip_req]]
{{I|EnableTechMarineReq|Enables the requirement again, causing the team to fail if all Tech Marines die. If all Tech Marines are dead at the time of enablement, the mission will automatically fail.
|}}


== Inputs ==
{{I|DisableTechMarineReq|Disables the requirement, preventing the mission from failing once Tech-specific objectives are complete.|}}


; <code>DisableTechMarineReq</code>
== See also ==
: Disables the requirement, preventing the mission from failing once Tech-specific objectives are complete.
* [[asw_equip_req]]
; <code>EnableTechMarineReq</code>
: Enables the requirement, causing the team to fail if all Tech Marines die.

Latest revision as of 08:47, 21 April 2025

asw_tech_marine_req is a point entity available in Alien Swarm Alien Swarm.

Entity description

This Entity forces players to include at least one Tech Marine in their squad, and fails the mission if all Tech Marines are killed.

Inputs

EnableTechMarineReq
Enables the requirement again, causing the team to fail if all Tech Marines die. If all Tech Marines are dead at the time of enablement, the mission will automatically fail.


DisableTechMarineReq
Disables the requirement, preventing the mission from failing once Tech-specific objectives are complete.

See also