Spawn Entity At Specific Location in Map

Jul 26, 2015
697
820
How would one spawn an entity such as a tf_projectile at a specific location in the map, as opposed to using ent_create which spawns it at the location of the player's crosshair?
 
Jul 26, 2015
697
820

Fragancia

L2: Junior Member
Feb 22, 2013
91
33
Then make tf_projectile_spellspawnzombie entity in hammer, give it a targetname keyvalue, name it and use it as reference
 
Jul 26, 2015
697
820
Then make tf_projectile_spellspawnzombie entity in hammer, give it a targetname keyvalue, name it and use it as reference

That's the problem. It doesn't exist as an entity in hammer.
 

iiboharz

eternally tired
aa
Nov 5, 2014
857
1,291
That's the problem. It doesn't exist as an entity in hammer.
That would be because it's not defined in the FGD. It still exists, Hammer just doesn't know what it is in its own little dictionary.

Just make the reference entity, give it the targetname keyvalue and name it something, voila, you have a reference entity.