Updated VXA version to 2.0
Addresses an issue where your localization is setup like this example:
[en-US]
1=Alex
2=Your name is \N[1]
test=\loc[2]
where Actor 1 is named "\loc[1]" and attempt to do a
Show Text with the content "\loc[test]".
It should now correctly output "Your name is Alex".
Credits to LucaBicono from the OG RM forums for reporting this issue.