Added spheres to npc_template_maker radius and ai_script_conditions distances

This commit is contained in:
Blixibon 2020-09-23 00:44:44 -05:00
parent 4a8b70142d
commit da04f5b4a1
2 changed files with 2 additions and 2 deletions

View File

@ -796,7 +796,7 @@
input SetSpawnFrequency(float) : "Sets how often (in seconds) a new NPC will be spawned."
]
@PointClass base(BaseNPCMaker) iconsprite("editor/npc_maker.vmt") = npc_template_maker :
@PointClass base(BaseNPCMaker) iconsprite("editor/npc_maker.vmt") sphere(Radius) sphere(MinSpawnDistance) = npc_template_maker :
"An entity that creates NPCs. The NPCs it creates are clones of a template NPC. NPCs are spawned around this maker's origin, or at specified destination points."
[
spawnflags(Flags) =

View File

@ -3309,7 +3309,7 @@
@PointClass base(Targetname) = ai_script_conditions : "AI Script Conditions"
@PointClass base(Targetname) sphere(PlayerActorProximity) sphere(ActorTargetProximity) sphere(PlayerTargetProximity) = ai_script_conditions : "AI Script Conditions"
[
Actor(target_destination) : "Actor" : : "NPC Target"