grouping entities

grouping entities

Re: grouping entities Posted by dancingisillegal on Fri Feb 25th 2005 at 11:51pm
dancingisillegal
24 posts
Posted 2005-02-25 11:51pm
24 posts 2 snarkmarks Registered: Feb 21st 2005
I am looking for a way to group entities together so when they all pass through trigger, the trigger will fire. When only one
entity passes through, it doesn't fire. I have a filter_Activator_name
entity, and what I tried to do was name all the entities the same thing
(not 01, 02 etc. just all the same name) I am trying to make the
trigger unlock a button once 3 of my entities fire it, however it
always triggers after one has passed through. I should be able to put
one through and see that the button still does not work. I hope this
isn't terribly confusing. Thanks for the assistance.
Re: grouping entities Posted by Rof on Sat Feb 26th 2005 at 12:38am
Rof
210 posts
Posted 2005-02-26 12:38am
Rof
member
210 posts 41 snarkmarks Registered: Dec 3rd 2004
Looks like filter_multi should do what you want.