How to Remove Tail Number

Don’t use this:
atc_id = “” ; tail number
Because this will make the sim reads as no default tail number, so it’ll give the default ASX thing tail number.

Instead, use it like this
atc_id = “ ” ; tail number
Notice a slight space in there? This will make the sim treats it as a valid tail number and load it with an invisible space character.

2 Likes