Originally i wanted to create my path model like this:
med1.txt4<-'
SoMePr_z~SK_z
SoMePr_z~Habitus_z
SoMePr_z~Vergnuegen_Z
SoMePr_z~SK_z+N2B_z+IntSN2B
SoMePr_z~SK_z+NfP_z+IntSNfP
SoMePr_z~SK_z+Druck_z+IntSDruck
SoMePr_z~SK_z+FoMO_z+IntSFoMO
SoMePr_z~Habitus_z+N2B_z+IntHN2B
SoMePr_z~Habitus_z+NfP_z+IntHNfP
SoMePr_z~Habitus_z+Druck_z+IntHDruck
SoMePr_z~Habitus_z+FoMO_z+IntHFoMO
SoMePr_z~Vergnuegen_z+N2B_z+IntVN2B
SoMePr_z~Vergnuegen_z+NfP_z+IntVNfP
SoMePr_z~Vergnuegen_z+Druckz+IntVDruck
SoMePr_z~Vergnuegen_z+FoMO_z+IntVFoMO
SoMePr_z~Relatedness
'
But i got an ERROR saying: Error in lavParseModelString(model) :
lavaan ERROR: duplicate model element in: SoMePr_z~SK_z+NfP_z+IntSNfP
So this was not possible because some variables are included various times in the model. And R can't handle it somehow..