- Joined
- Dec 3, 2012
- Messages
- 117
So in my map, quest NPCs will sometimes have to say something that I've stored in a variable (i.e. player name, unit name, item name etc etc.) Now I use Concatenate strings for this to convert the variable to a string and show it, but the problem is.
I use quest NPC messages like this:
But when Concatenate strings is used it will be showed like this:
I need a way to either force an enter in concatenate strings, or avoid using it, by maybe something like;
or something like that D:
I use quest NPC messages like this:
Quest NPC Name:
Quest NPC Text, blablabla
But when Concatenate strings is used it will be showed like this:
Quest NPC Name: Quest NPC Text, blablabla
I need a way to either force an enter in concatenate strings, or avoid using it, by maybe something like;
Quest NPC Name:
Quest NPC Text, String(GetVariable), blablabla
or something like that D:
Last edited by a moderator: