#how would I add a break line?
1 messages · Page 1 of 1 (latest)
%string_substring_0_25%
%string_substring_25_50%
%string_substring_50_75%
although it will cut words in half
I had the idea of maybe using regex
%formatter_text_replace_{{r=(([\S]* ){5}[\S]*) }}_$1\\n_{placeholder}%
maybe??
should split it every 6 words
%formatter_text_replace_{{r=(([\S]* ){5}[\S]*) }}_$1\\n_The Riverlands is the central most region of Westeros, boasting lush landscapes. TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT%
just tested this and it works well