Npc scanner on path: Difference between revisions
Jump to navigation
Jump to search
(The npc_scanner_on_path prefab.) |
m (Fixed link.) |
||
Line 9: | Line 9: | ||
* An [[npc_template_maker]] entity to spawn it. | * An [[npc_template_maker]] entity to spawn it. | ||
* Three [[path_corner]] entities that will mark the path for the scanner to follow. | * Three [[path_corner]] entities that will mark the path for the scanner to follow. | ||
* An [[ | * An [[aiscripted_schedule]] entity that will make the spawned metrocops move to the first path_corner. | ||
The prefab is started by sending a ''Spawn'' signal to the npc_template_maker from an external source. | The prefab is started by sending a ''Spawn'' signal to the npc_template_maker from an external source. | ||
[[Category:Prefabs]] | [[Category:Prefabs]] |
Revision as of 10:20, 31 August 2006
A prefab located in the Prefabs HL2 folder, containing a setup for a scripted movement of a Combine scanner.
This prefab contains the following:
- An npc_cscanner NPC template to be spawned.
- An npc_template_maker entity to spawn it.
- Three path_corner entities that will mark the path for the scanner to follow.
- An aiscripted_schedule entity that will make the spawned metrocops move to the first path_corner.
The prefab is started by sending a Spawn signal to the npc_template_maker from an external source.