Re: Filter on player only
Posted by Leck on
Sat Dec 11th 2004 at 10:32am
Posted
2004-12-11 10:32am
9 posts
1 snarkmarks
Registered:
Dec 10th 2004
Occupation: -
Location: Ostraya
Now that I have my door working, I want to add a filter on the
breakable part that will stop enemies coming through the door from
breaking it, and only allow the player to break it. (it's a small
door :razz: )
I figured I could just use a filter_activator_class or
filter_activator_name, but I don't know the class name to refer to the
player itself by.
Re: Filter on player only
Posted by parakeet on
Sat Dec 11th 2004 at 1:41pm
544 posts
81 snarkmarks
Registered:
Apr 30th 2004
Occupation: n/a
Location: Eastern US
i have a feeling its just player .... it was for hl1 scripted seq. try that = P :smile:
Re: Filter on player only
Posted by Leck on
Mon Dec 13th 2004 at 7:20am
9 posts
1 snarkmarks
Registered:
Dec 10th 2004
Occupation: -
Location: Ostraya
It doesn't work, unless I'm using the filters wrong (which I doubt).
Re: Filter on player only
Posted by Leck on
Tue Dec 14th 2004 at 7:05am
9 posts
1 snarkmarks
Registered:
Dec 10th 2004
Occupation: -
Location: Ostraya
I got it working. Turns out it was working all along but I had some settings wrong so it wasn't breakable...