colef12 0 Posted November 14, 2018 Hello all, I'm in the process of making a multiplayer mission and I'm looking to add runway lights to a runway on the map that does not have them already. I realize they're not in the Eden editor by default, but I have got them working using a console command in the Eden editor before. That was a while ago and now I cant remember the console command. The first command spawned the lights in a random area within a specified radius and the second command organized them into a stright line. I cant remember those commands so if one of ya'll know what I'm talking about please remind me. Also is there any way to get these items in the editor via a mod etc. The lights I'm looking to add are the ones listed below. Thanks! Land_runway_edgelight Land_runway_edgelight_blue_F Land_Runway_PAPI Land_Flush_Light_green_F Land_Flush_Light_red_F Land_Flush_Light_yellow_F Share this post Link to post Share on other sites
Dedmen 2714 Posted November 15, 2018 You can use https://community.bistudio.com/wiki/create3DENEntity To create a object by classname. create3DENEntity ["Object", "Land_runway_edgelight", position] Share this post Link to post Share on other sites