Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: joduffy on June 09, 2014, 07:09:19 AM

Title: Easy Save 2 and new line character
Post by: joduffy on June 09, 2014, 07:09:19 AM
Hi Guys,

I am using the easy save 2 plugin alongside playmaker.
But the problem is when I try and create a new line using \n when saving.

It looks like playmaker automatically un-escaping newline characters. Is there any way around this?

I might have to create the string in playmaker and use a custom c# script to do the save part.