Hello, i have a trigger that counts each unit in a region and puts them in their corresponding unit group.
After it counts the units, i want it to display the results on one line, or example,
Marines - 1, Birds - 5, Bugs - 0, Shoes - 100, etc.
How would i do this? I can only get it to display on multiple lines by displaying each text then variable.
Which takes up too much room. :/
The trigger is currently
Display to (Player Group(Triggering Player)) the simple tip "Marines -"
Display to (Player Group(Triggering Player)) the simple tip "Format Number(Number of Living things in Marines)"
Hello, i have a trigger that counts each unit in a region and puts them in their corresponding unit group.
After it counts the units, i want it to display the results on one line, or example, Marines - 1, Birds - 5, Bugs - 0, Shoes - 100, etc. How would i do this? I can only get it to display on multiple lines by displaying each text then variable. Which takes up too much room. :/
The trigger is currently Display to (Player Group(Triggering Player)) the simple tip "Marines -" Display to (Player Group(Triggering Player)) the simple tip "Format Number(Number of Living things in Marines)"
use 'combine text multiple' function in string category, that's what you mean?
Yes, but how do you use it? It only has one slot to write text or put in a variable after you put that in. :/
Right click in the bottom right window pane and select "New Parameter"
...or keep double-clicking the Text <Text +> arrow.
Oh my god. Thank you. Works perfectly now! :3