i have quests in my map. and when i do a quest message i use more than 1 string but i need the lines to go under each other like this
Quest - Black Knights -Kill the Black Knights -Knights killed 0/7
but with strings i cant make the -kill the black knights and -knights killed 0/7 go under Quest - Black Knights. i tryed use |n before the - but it dosent make it go to the next line.What will make it work? This post may be very confusing but i dont know how to make it simpler
Why would you need multiple strings? Just use one string and hit enter to make it go down to the next row. If the game is non-linear, you will need to make a trigger that checks conditions before showing the quest update, and depending on the conditions, shows which quests are finished (grayed/ghosted out) and which ones still need to be completed. -VGsatomi
there are 7 knights each time u kill one the message changes to 1/7 i need to strings for that but in strings u cant press enter so i can make it go under the heading