adanteh 58 Posted February 18, 2016 Simple question: How do I make custom connections work? I checked 3den_connections.hpp and saw the example for a custom one, however I can't actually get that one to work. I remember being able to use the commands to make the connections, however it seems like I can't get it to show up under the menu at all. In my case I want to allow a connection from marker to marker, and another connection from trigger to trigger. class ZoneLinkTo { displayName = "Zone Link 1"; data = "ZoneLinkTo"; color[] = {0.61,0.12,0,1}; cursor = "3DENConnectSync"; condition1 = "marker"; condition2 = "marker"; expression = "hint str [_this,_target];"; // _this is array of source entities, _target is target entity }; Share this post Link to post Share on other sites
adanteh 58 Posted March 10, 2016 Just in case anyone might want to try these as well: After a message to Moricky it turns out that this feature is currently not implemented yet. Only the default engine-side can be used (This also excludes the already included Custom example) Share this post Link to post Share on other sites
R3vo 2654 Posted March 11, 2016 Thanks for the headup, that definitely saved me hours of my valuable time ;) Share this post Link to post Share on other sites