Noob question about entities Created 16 years ago2007-10-16 06:42:50 UTC by Spike Spike

Created 16 years ago2007-10-16 06:42:50 UTC by Spike Spike

Posted 16 years ago2007-10-16 06:42:50 UTC Post #236465
How do a trigger get active? I mean, pressing E or just touching the entiti it gets active?
Posted 16 years ago2007-10-16 07:03:20 UTC Post #236466
What do you mean?

The trigger_ entity, or the entity you want the trigger_ entity to trigger?

If you have an entity, such as env_explosion, you can trigger the env_explosion by giving it a name such as "explosion01" and then make a brush based trigger entity such as trigger_once, and in the properties of trigger once, you look up the field "target", in that field, write the name of the entity you wish to activate, in this case explosion01
Madcow MadcowSpy zappin my udder
Posted 16 years ago2007-10-16 07:07:11 UTC Post #236467
I mean all trigger entities. I'm mapping for CS 1.6, and I want that when a player pass through a zone, an explosion gets active in another zone.
Posted 16 years ago2007-10-16 07:35:15 UTC Post #236468
you use a trigger_once for that.

The trigger is activated when the player touches the trigger brush.

func_buttons are activated when E is pressed.
Archie ArchieGoodbye Moonmen
Posted 16 years ago2007-10-16 07:45:06 UTC Post #236469
ok thanx =)
You must be logged in to post a response.