DistanceViewTrigger
The DistanceViewTrigger actor is useful for making Bot (UT)s shoot an enemy when they see them in specific locations. They should be linked to a Trigger or TeamTrigger placed where the enemy will appear. When the DVT is triggered, any bot within its radius will start shooting at the person who activated the trigger.
Most DVTs are placed on top of DefensePoints and are usually used in cases where the designer wants the bot to shoot at an enemy very far away, such as a sniper spot. A good example of DVTs can be seen in UT's CTF-Face. The DefensePoints at the top of the towers have DVTs near them that are paired to Triggers across the map near the enemy base entrance (if memory serves correctly).
Related Topics
- Types of Trigger: a summary of the Trigger classes and their uses
- Dynamics: the main page for Trigger-related topics
- Event: overview of how Triggers work