Variable OnInit.autoCreate

create it when the script is created

struct OnInit
{
  // ...
  bool autoCreate = true;
  // ...
}