Counter-Strike: Deleted Scenes has an objective HUD that displays the active and completed objectives in the level. This entity writes text to a 'Objective GUI' type area.
Attributes
- Target name (targetname) - General entity identifier
- Objective name (objective) - Name the objective that should be linked from 'czeror_english' or .SEQ. For example: '#OBJ01_AIDEV'.
- Transition (transition) - This might mean that the OBJ HUD transfers to the next level.
- State (state) - Changes what 'state' the objective starts in. Options are
0
= Linear - The Objective is not active on level load. Instead toggles the value to 'Active' on first trigger, and 'Completed' on second.
1
= Active - The objective is active on level load.
2
= Completed - The objective is completed.
Flags
Notes
- As stated above, the name of an objective can be written into the 'czeror_english' or .SEQ file. It can also be input manually.
- The entity needs to be triggered to progress the 'state' of the objective.