Auto-translated
Please help. I need to display to the player how many times a hero has interacted with an object on the map (in a general sense – I need to output a variable).
In the official English manual, I found that you can do it like this:
In the text file: TEXT, "<"N">" (the forum doesn't display these characters).
In the script: MessageBox({ "Maps/Multiplayer/Duel/Gained.txt"; N = 3})
The TEXT is displayed, but instead of the number 3, nothing is written. What's wrong? And is there another way to do it?