Question about setting table values

Sorry if I posted this in the wrong section.

I’m having a bit of a hard time trying to display a character’s name in a script file.
 

This is my en.lua

http://pastebin.com/pzBLKR6J

And this is my script.lua

http://pastebin.com/hHBVUTQa

when i call this:

print(script.get(1))

script.setPlayerName(“Mikey”)

print(script.get(2))

The second script keeps showing a the empty string instead of the
player’s name. However, all of the print functions i have are saying
that it’s changed the script.PlayerName

Any idea what’s going on and how to fix it?