Exported variables displayed as having a value, but assigned as 'NIL'. Why?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By MissingChip

export (int) var linear_thrust
export (int) var angular_thrust
export (float) var place_holder_name #This one gets assigned as ‘NIL’, the other two do not

:bust_in_silhouette: Reply From: flurick

Exported vars are assigned per instance, try to reset them in the inspector in case they where set there somehow.