npc_citizen_fleeing
Jump to navigation
Jump to search
A prefab located in the Prefabs HL2 folder, containing script setup that will spawn a fleeing citizen when triggered.
This prefab contains the following:
- A logic_relay that will set the whole prefab in motion.
- The npc_citizen template to spawn.
- An npc_template_maker to spawn the citizen template.
- An aiscripted_schedule that will order the spawned citizen to flee.
- An info_target that will serve as the destination for the flight.
When triggered (by external entities), the relay will spawn the citizen, and its spawning will trigger the aiscripted_schedule to Run to Goal Entity, with the goal entity being the info_target destination. The flight is set to only be interupted by his death.
