Instance problem!
Posted May 29, 2011
I made a Pre-made func_instance with the VWM Filename: instances/gameplay/paint_dropper_speed.vmf
and made the fixup name "Dropper" and then I put a Button down with
the Output: OnPressed, Dropper,
and made the fixup name "Dropper" and then I put a Button down with
the Output: OnPressed, Dropper,
and then there arent any "via this input"s that I can use, what do I do? what did I do wrong? 
Thanks for incoming Answers!
Registered users don’t see ads!
Register now!
Posted May 29, 2011
Replied
23 minutes
later
Would've taken you a couple of seconds to do a google search...
Nonetheless;
Posted May 29, 2011
Replied
22 minutes
later
I see that, but the Instance itself cant react to a button or even the proxy because there just isnt a verb like activate or work or whatever, it just doesnt work, I dont understand
Posted May 29, 2011
Replied
16 minutes
later
It's because you gotta refer to them completely different... for example...
When i use the cube dropper instance... i create a button and add 2 outputs;
instance:@cube_dropper;Trigger & instance:@cube_dropper_autorespawn;Enable
They will show up red as if it's a wrong command but ingame everything will work... thats why you also can't choose them from a list...
I havn't used a instance for the gel droppers so far so i wouldn't know the exact commands for that one... but you can find all the info on dropper instances here:
Registered users don’t see ads!
Register now!
Posted May 29, 2011
Replied
22 minutes
later
Hm, I guess that helped quite abit, thanks.