i've a problem reading a message variable stored in a notecard.
I'm able to read the notecard with the variable:
message=first line\nsecondline
when i pass the string variabel to the dialog command like that
llDialog(llDetectedKey(i),message,["Close"],DialogUserChan);
in the popup seems the \n not give me a carriage return but to the user is shown :
first line\nsecondline
not
first line
secondline
There is a trick to do that?
ty
Zer