asw_objective_escape
Jump to navigation
Jump to search
Code classes:
CASW_Objective_Escape
CASW_Objective
(objectives)CBaseEntity
(all ents)
asw_objective_escape
is a point entity present in Alien Swarm. It creates an objective which is to simply escape, to an area defined by a CTriggerMultiple
. This objective may only be completed after every other one has!
Inputs[edit | edit source]
- MarineInEscapeArea
- Tells the entity to check if all alive marines are inside the exit zone, and if they are then the objective will then be considered complete. This input should only be sent while using the OnTrigger output because the entity should be re-checking this each time the trigger gets activated.