Instance output firing problem.

Avatar
Pitkakorvaa
200 Posts
Posted Jan 03, 2012
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.

Advertisement
Registered users don’t see ads! Register now!
Avatar
ChickenMobile
2,460 Posts
Posted Jan 04, 2012
Replied 10 hours later
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"

Avatar
Pitkakorvaa
200 Posts
Posted Jan 04, 2012
Replied 5 hours later
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.

Attachments
ball_launcher_and_catcher.rar
0.00 MB 9 downloads
Avatar
ChickenMobile
2,460 Posts
Posted Jan 04, 2012
Replied 10 hours later
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.
Advertisement
Registered users don’t see ads! Register now!
Avatar
Pitkakorvaa
200 Posts
Posted Jan 05, 2012
Replied 9 hours later
Yeah, it works. I see that inside instance OnTrigger>proxy>ProxyRelay isn't working. But thanks anyways.