Dan Blast I see your text contains lots of "^" characters. Do you want to replace them with line breaks? That's what I usually do in my projects:
MyText Set text to replace(Dialog_Greeting, "^", newline)
Or you can re-write the contents of the variable:
Set Dialog_Greeting to replace(Dialog_Greeting, "^", newline)