How can I make my script deal with multi-line input? I.e. suppose my script can already deal with, say !setattr --sel --Strength|15 --Dexterity|17 --Strawberry|Jam as well as Pie How do I make it also accept (TokenMod-style) !setattr {{
--sel
--Strength|15
--Dexterity|17
--Strawberry|Jam as well as Pie
}} ?