So I'm trying to configure Torch and create Macros for it. But the code im using seems to get syntax errors. Here is the base formula from Aaron's notes: !torch [<Radius> [<Dim Start> [<All Players> [<Token ID>|<--Angle> ... ]]]] Here is what I configured it to based on my understanding: !torch [40 [20 [Yes [@{selected|token_id}|--360 ... ]]]] And finally here is the resulting Syntax error code: SyntaxError: Expected "(", ".", "[", "abs(", "ceil(", "d", "floor(", "round(", "t", "{", [ |\t], [+|\-] or [0-9] but "o" found. My only experience really working with any code is for these macros, so I'm confused. Thanks in advance to whomever can help set me on the right path!