Space Engineers

Space Engineers

T-Fighter Mk.II
Survival Ready  [developer] 18 Mar, 2023 @ 4:21pm
Carrier code for EasyPlay
The return of the fighter to the carrier is carried out upon request through the GPS antenna of the coordinates of the carrier. In order for the carrier to send its coordinates to the fighter's antenna, you need to install a software unit with the EasyPlay script on it and place the following code in the "Custom Data" field:
@var { me = Grid Name of MyShip pos = Grid Pos of MyShip radio = Send of MyShip } @radio { if \radio ? "T-Fighter" { if \radio ? "callback" { @drone_call } } Send Clear } @drone_call { Send to Antenna SEC = "\me:@order(GPS:\pos)" }
Also, the exact name of your carrier must be specified in the "Custom Data" field of the T-Fighter PB for the carrier variable. Or call your carrier "SEC Hawk".
Last edited by Survival Ready; 26 Mar, 2023 @ 11:17pm