Please or Register to create posts and topics.

Instance output firing problem.

I have annoying problem with instance I made, it's ball catcher instance.

So, the problem is this, when the ball hits the trigger, it fires all outputs expect this:
OnTrigger > proxy > ProxyRelay. And we know the proxy is func_instance_io_proxy entity. And because of that problem, I can't open doors by activated ball catcher.

Help would be appreciated.

The Corrupted - 1st place winner of the ThinkingWithPortals.com mapping contest 2012 !!

Firing the ProxyRelay is used for instances to create an input to access the 'OnTrigger' output from outside the instance.

So just say you want the trigger in the instance to open a door when triggered. Add an output in the instance then use the drop down menu to click the "instance:triggername;OnTrigger" option, then you can add whatever entity with its output you want to excecute -> "nameOfEntity" -> "DoThis" -> "DelayHere"

?????????????????????????????TWP Releases | My Workshop

Thats the problem, when ball touches the trigger, it fires all outputs except the instance one.
And you can't create output to func_instance unless it has ProxyRelay input.

I don't get it how I can get it to work, but I would be happy if you would take a look for it.
Theres those instances.

The Corrupted - 1st place winner of the ThinkingWithPortals.com mapping contest 2012 !!

Have you made a test to see if the 'OnTrigger' output works inside the instance? Could be that it is not firing the OnTrigger output in the first place.

?????????????????????????????TWP Releases | My Workshop

Yeah, it works. I see that inside instance OnTrigger>proxy>ProxyRelay isn't working. But thanks anyways.

The Corrupted - 1st place winner of the ThinkingWithPortals.com mapping contest 2012 !!