ObjCondition WaveCounter: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
Wave counter conditions are variants of 'ObjCondition_Counter' made specifically for tracking the number of enemies players have to kill in a particular wave.  
Wave counter conditions are variants of 'ObjCondition_Counter' made specifically for tracking the number of enemies players have to kill in a particular wave.  


While the wave they are associated with is 'active' they will display the number of enemies remaining in that wave.(i.e the 'MaxZEDs' value in the Wave Designer). If they wave they are associated with is finished, or disabled, they will display the total number of remaining enemies in the map.  This is useful for creating conditions that require you to 'mop up' left over enemies after a 'hold out' style wave. with infinite enemy spawns.   
While the wave they are associated with is 'active' they will display the number of enemies remaining in that wave.(i.e the 'MaxZEDs' value in the Wave Designer). However, if the wave they are associated with is finished, or disabled, they will display the total number of remaining enemies in the map.  This is useful for creating conditions that require you to 'mop up' left over enemies after a 'hold out' style wave. with infinite enemy spawns.   


'''Configurable Properties'''
'''Configurable Properties'''

Revision as of 16:22, 6 November 2013

Description


Wave counter conditions are variants of 'ObjCondition_Counter' made specifically for tracking the number of enemies players have to kill in a particular wave.

While the wave they are associated with is 'active' they will display the number of enemies remaining in that wave.(i.e the 'MaxZEDs' value in the Wave Designer). However, if the wave they are associated with is finished, or disabled, they will display the total number of remaining enemies in the map. This is useful for creating conditions that require you to 'mop up' left over enemies after a 'hold out' style wave. with infinite enemy spawns.

Configurable Properties

Variable Name Variable Type Description
Duration Float The amount of time (in seconds) to count for.

Back