Can a trigger trigger another trigger?
Quote from Habzs on April 16, 2012, 9:13 amI have a few questions.
Is it possible for a trigger_multiple detect other trigger_multiple?
If it can't, is it possible for a floor button of activate only to a specific cube?Thanks in advance.
I have a few questions.
Is it possible for a trigger_multiple detect other trigger_multiple?
If it can't, is it possible for a floor button of activate only to a specific cube?
Thanks in advance.
Quote from taco on April 16, 2012, 9:55 amYes,a trigger can trigger another trigger.
Could you be more clear about "Is it possible for a trigger_multiple detect other trigger_multiple?" please? Are you simply wanting to run TouchTest on another trigger_multiple (this can be accomplished with an output on your first trigger_multiple)? What are you trying to accomplish?
Thank you for helping us help you help us all.
Yes,a trigger can trigger another trigger.
Could you be more clear about "Is it possible for a trigger_multiple detect other trigger_multiple?" please? Are you simply wanting to run TouchTest on another trigger_multiple (this can be accomplished with an output on your first trigger_multiple)? What are you trying to accomplish?
Thank you for helping us help you help us all.
Quote from Spam Nugget on April 16, 2012, 10:02 amAnd yes, it is possible for a button to only activate to a specific cube, i would reccommend making the button from scratch like was necessary in portal 1. (tutorial) Just use the models that fit with portal 2. Then just make the trigger that activates the button respond to only the specific cube, using a filter_activator_name. However, only one cube activating a button could be hard to explain to the player, this cube preses the button, but the other one doesnt?
And yes, it is possible for a button to only activate to a specific cube, i would reccommend making the button from scratch like was necessary in portal 1. (tutorial) Just use the models that fit with portal 2. Then just make the trigger that activates the button respond to only the specific cube, using a filter_activator_name. However, only one cube activating a button could be hard to explain to the player, this cube preses the button, but the other one doesnt?

I think in terms of boolean variables. Generally, it makes things easier.
Quote from Habzs on April 16, 2012, 7:45 pmtaco wrote:Yes,a trigger can trigger another trigger.Could you be more clear about "Is it possible for a trigger_multiple detect other trigger_multiple?" please? Are you simply wanting to run TouchTest on another trigger_multiple (this can be accomplished with an output on your first trigger_multiple)? What are you trying to accomplish?
Thank you for helping us help you help us all.
I want to make it so that a trigger_multiple will activate when another trigger_multiple touches it.
Thanks for helping.Spam Nugget wrote:And yes, it is possible for a button to only activate to a specific cube, i would reccommend making the button from scratch like was necessary in portal 1. (tutorial) Just use the models that fit with portal 2. Then just make the trigger that activates the button respond to only the specific cube, using a filter_activator_name. However, only one cube activating a button could be hard to explain to the player, this cube preses the button, but the other one doesnt?Thanks!
Could you be more clear about "Is it possible for a trigger_multiple detect other trigger_multiple?" please? Are you simply wanting to run TouchTest on another trigger_multiple (this can be accomplished with an output on your first trigger_multiple)? What are you trying to accomplish?
Thank you for helping us help you help us all.
I want to make it so that a trigger_multiple will activate when another trigger_multiple touches it.
Thanks for helping.
Thanks!
Quote from taco on April 18, 2012, 11:04 amOh, you want an invisible trigger_multiple to move into another trigger_multiple and the cause it to trigger? I don't think that is possible, and even if it was it sounds like a bad way to go about things.
You should consider the condition/reason why those two trigger_multiples are going to be touching and then trigger based off that condition rather than the fast that this condition is causing them to touch.
Example: if the trigger_multiples touch when a door is open, you should fire your trigger based on the door being open.
If you can explain your situation or upload an example I'd be happy to try to help more.
Oh, you want an invisible trigger_multiple to move into another trigger_multiple and the cause it to trigger? I don't think that is possible, and even if it was it sounds like a bad way to go about things.
You should consider the condition/reason why those two trigger_multiples are going to be touching and then trigger based off that condition rather than the fast that this condition is causing them to touch.
Example: if the trigger_multiples touch when a door is open, you should fire your trigger based on the door being open.
If you can explain your situation or upload an example I'd be happy to try to help more.
Quote from Habzs on April 18, 2012, 8:24 pmtaco wrote:Oh, you want an invisible trigger_multiple to move into another trigger_multiple and the cause it to trigger? I don't think that is possible, and even if it was it sounds like a bad way to go about things.You should consider the condition/reason why those two trigger_multiples are going to be touching and then trigger based off that condition rather than the fast that this condition is causing them to touch.
Example: if the trigger_multiples touch when a door is open, you should fire your trigger based on the door being open.
If you can explain your situation or upload an example I'd be happy to try to help more.
Basically, I'm making this concept. The thing is, I want to have 2 particles colors in a room.
You should consider the condition/reason why those two trigger_multiples are going to be touching and then trigger based off that condition rather than the fast that this condition is causing them to touch.
Example: if the trigger_multiples touch when a door is open, you should fire your trigger based on the door being open.
If you can explain your situation or upload an example I'd be happy to try to help more.
Basically, I'm making this concept. The thing is, I want to have 2 particles colors in a room.
Quote from spongylover123 on April 18, 2012, 8:40 pma way is to make an invisible physics object that's not solid, parented to the trigger, when the trigger is triggered by the physics object, it triggers.
a way is to make an invisible physics object that's not solid, parented to the trigger, when the trigger is triggered by the physics object, it triggers.
Quote from Habzs on April 18, 2012, 8:50 pmspongylover123 wrote:a way is to make an invisible physics object that's not solid, parented to the trigger, when the trigger is triggered by the physics object, it triggers.I'll try it when I get the chance to.
Thanks!
I'll try it when I get the chance to.
Thanks!