Didn't know if replying to multiple counted as Double posting or not so I figured id just put it all in one. Here is the picture from the video

I've also spaced out the = on each line so nothing is I found the problem ( i uh in my sleepy state forgot to add the " Name " between the .= my apologies I overlooked something so simple shameful I've watched loads of videos on tutorials for basic and advance things in MV but this is the first I've overlooked a simple mistake. ill post my updated code but it produced a new error.
$dataEnemies[11].params[0] = $gameActors.actor($gameVariables.value(5)).mhp
$dataEnemies[11].params[1] = $gameActors.actor($gameVariables.value(5)).mmp
$dataEnemies[11].params[2] = $gameActors.actor($gameVariables.value(5)).atk
$dataEnemies[11].params[3] = $gameActors.actor($gameVariables.value(5)).def
$dataEnemies[11].params[4] = $gameActors.actor($gameVariables.value(5)).mat
$dataEnemies[11].params[5] = $gameActors.actor($gameVariables.value(5)).mdef
$dataEnemies[11].params[6] = $gameActors.actor($gameVariables.value(5)).agi
$dataEnemies[11].params[7] = $gameActors.actor($gameVariables.value(5)).luk
$dataEnemies[11].name = $gameActors.actor($gameVariables.value(5))._name
$dataEnemies[11].battlerName="Actor2_1"
Here is what I've done, then ill post the new error,
1) fixed the .= problem with the name line.
2) Added the ; to the end of it but it didn't do anything so I took it off
3)
@Andar you said that the . at the end was a mistake, ex .mhp I tried taking the . out but it came up with another issue
with the Periods at the end, i get this error
I'll keep looking on my own as well, Sorry for my noobness i'm well aware I'm not ready for coding but I couldn't find a way to do this with a Plugin or eventing so I'm only left with one option since I can't pay someone to make a plugin for me lol I appreciate all the help, sorry if these issues are Obvious, I'm starting my Coding course next week granted it's on HTML5 Then Javascript but it's more than I have now, thanks for helping in the meantime.