Hey everyone. I got a question that i want to post.

Killo127

Newbie
Joined
Oct 17, 2010
Messages
1
Reaction score
0
ok, im new on this forum as you noticed, my name is José and i'm from Portugal.

I want know how i can create antlion burrows in HL2? I want to have fun in City 17 and i don't know how to do that...

Also mods, don't close or delete this thread, i searched in the whole forum and didn´t find anything about this subject.

Cheers
 
ok, im new on this forum as you noticed, my name is José and i'm from Portugal.

I want know how i can create antlion burrows in HL2? I want to have fun in City 17 and i don't know how to do that...

Also mods, don't close or delete this thread, i searched in the whole forum and didn´t find anything about this subject.

Cheers

I guess I'd recommend something like Garry's Mod or SMOD.

I really don't know what you mean by "have fun in City 17".
 
1. Make Antlions with the command:
npc_create npc_antlion george
This will create an antlion where ever you are pointing your crosshairs named "george." You can use any name you want here and you can have as many things with the same name as you like. If you leave out the name at the end it will just be named npc_antlion.


2. Type the following command to see a list of outputs you can make an antlion peform:
ent_into npc_antlion
A list of all things you can tell an antlion to do will appear. Substitute npc_antlion for any creature in the game you want to see their outputs. If you're not sure what something is called point at it and type "npc_show_response_criteria"

3. One of the commands antlions can perform is burrowing. You can make all the antlions named george burrow using this:
ent_fire george burrow

And to get them up you use this:
ent_fire george unburrow




Congratulations, you now know how to issue basic npc commands in Source!
 
Back
Top