• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

New line in string variable?

Status
Not open for further replies.
I made this trigger with a Quest Update message which consists of 2 concarnate strings. So basically it looks like this:
((String1 + String2) + String3)
I want the message to be show this way:

String1
String2String3

What i am actually trying to do is leaving a new line after String1
Note: It does not work with |n ,leaving spaces or separate actions
how do i do that?
(heh, what i'm actually trying to do is:

Quest completed!
Something something

)
 
Level 13
Joined
Jul 16, 2012
Messages
679
I made this trigger with a Quest Update message which consists of 2 concarnate strings. So basically it looks like this:
((String1 + String2) + String3)
I want the message to be show this way:

String1
String2String3

What i am actually trying to do is leaving a new line after String1
Note: It does not work with |n ,leaving spaces or separate actions
how do i do that?
(heh, what i'm actually trying to do is:

Quest completed!
Something something

)

Can you give me one example bout this?? :wink:
 
Status
Not open for further replies.
Top