Is it possible to create a new variable from a string?
For example, if I have:
NPC Code:
function onPlayerEnters() {
this.txt = "owner=Yen";
}
Can I make it read this.txt and carry out the string as a function?
In this case, it would set the string 'owner' to 'Yen'