trigger_objective_info
This is an entity on id Tech 3 engines, present on RTCW Single Player, RTCW Multiplayer and Enemy Territory. Below you can find its spawnflags, keys and editor settings for each game that defines it.
RTCW Single Player
Players in this field will see a message saying that they are near an objective. You specify which objective it is with a number in "count"
Spawnflags
| Flag |
Bit |
Description |
| AXIS_OBJECTIVE |
1 |
|
| ALLIED_OBJECTIVE |
2 |
|
Keys
| Key |
Description |
| count |
The objective number |
| track |
If this is specified, it will override the default message |
Editor
| Property |
Value |
| Type |
brush entity |
| Color |
.5 .5 .5 |
| Spawn function |
SP_trigger_objective_info |
RTCW Multiplayer
Players in this field will see a message saying that they are near an objective.
Spawnflags
| Flag |
Bit |
Description |
| AXIS_OBJECTIVE |
1 |
|
| ALLIED_OBJECTIVE |
2 |
|
Keys
| Key |
Description |
| track |
Mandatory, this is the text that is appended to "You are near " |
Editor
| Property |
Value |
| Type |
brush entity |
| Color |
.5 .5 .5 |
| Spawn function |
SP_trigger_objective_info |
Enemy Territory
Players in this field will see a message saying that they are near an objective.
Spawnflags
| Flag |
Bit |
Description |
| AXIS_OBJECTIVE |
1 |
|
| ALLIED_OBJECTIVE |
2 |
|
| MESSAGE_OVERRIDE |
4 |
|
| TANK |
8 |
|
| IS_OBJECTIVE |
16 |
|
| IS_HEALTHAMMOCABINET |
32 |
|
| IS_COMMANDPOST |
64 |
|
Keys
| Key |
Description |
| track |
Mandatory, this is the text that is appended to "You are near " |
| shortname |
Short name to show on command centre |
Editor
| Property |
Value |
| Type |
brush entity |
| Color |
.5 .5 .5 |
| Spawn function |
SP_trigger_objective_info |