At line 3296, when a station is created (if none was found in Silent Witness), the script uses a safepos in Eighteen Billion instead of Silent Witness.
Code: Select all
<do_if value="not $FactoryStation.isoperational" comment="no TEL stations found, spawn one">
<create_station name="$FactoryStation" macro="macro.station_gen_factory_base_01_macro" owner="faction.argon" sector="$SilentWitness1_Sector" state="componentstate.operational" constructionplan="'arg_tradestation'">
<safepos space="$18Bil_Sector" min="80km" max="150km"/>
</create_station>
<signal_objects object="player.galaxy" param="'init station'" param2="$FactoryStation" param3="false"/>
</do_if>


