Mojira Archive
MC-270402

it is impossible to normally pass the symbol "/" into a macro

It is impossible to pass this into a macro:
function de:editor/macros/text {msg:'

{"text":"Textin \\n"}

'}
You can only pass this into a macro:
function de:editor/macros/text {msg:'

{"text":"Textin \\\\n"}

'}
This makes it impossible to process and transmit text from or to text_display
if there is another macro behind a function with a macro, then it already receives {msg:'

{"text":"Textin \\n"}

'} and this leads to the file with the function macro stopping

Awaiting Response

IQRAER

2024-04-04, 09:58 PM

2024-04-05, 10:52 AM

2024-04-05, 10:52 AM

0

0

Unconfirmed

(Unassigned)

1.20.4

-