diff --git a/Assets/Fungus/Scripts/Components/Writer.cs b/Assets/Fungus/Scripts/Components/Writer.cs index 661e107b..21ab93da 100644 --- a/Assets/Fungus/Scripts/Components/Writer.cs +++ b/Assets/Fungus/Scripts/Components/Writer.cs @@ -503,7 +503,7 @@ namespace Fungus yield break; } - string param = paramList[0]; + string param = paramList[0].Replace("\\n", "\n"); // Trim whitespace after a {wc} or {c} tag if (previousTokenType == TokenType.WaitForInputAndClear ||