-
Notifications
You must be signed in to change notification settings - Fork 31
Strings
ChiefOfGxBxL edited this page Jun 2, 2018
·
3 revisions
Translator.Strings
var result = new Translator.Strings.jsonToWar(stringData);
// Now you can write result.buffer to a war3map.wts file
stringData: {
// Associates a key (id #), with a string value
"1": "Player 0",
"2": "Player 1",
"3": "Player 2",
"4": "Player 3",
"5": "Player 4",
"6": "Player 5",
...
}
Made with ❤️ for ⚔️ WarCraft III
Need help: Check the Wiki
Found bug: Create an issue