Lets say, I wrote in my "notepad":
This is a test.
To show how it fails.
and let this script part work:
PHP Code:
function Notes_list.onSelect(id,text,indx){
player.notes.loadvars("Notes/"@player.account@".txt");
Notes_title.text = player.notes.list[id];
this.txt = player.notes.(@Notes_title.text);
Notes_note.text = this.txt;
}
the text in the GUI looks:
"This is a test.\r\nTo show how it fails.",
someone can tell me how to fix this?