Hi all,
i would like to place a abandoned station somewhere, but nothing shows up. Here’s the code:
hsim installation;
installation = Sim.Create( "ini:/sims/stations/Reactor", "Hidden Installation" );
Sim.PlaceAt( installation, waypoint_01 );
These statements work fine with the debris fields , but with stations it fails. Whats wrong with this ?
Thank You !