ID:1669943
 
Resolved
+ in macro names didn't parse correctly in .dms files.
BYOND Version:507.1250
Operating System:N/A
Web Browser:N/A
Applies to:Webclient
Status: Resolved (507.1251)

This issue has been resolved.
Outside of the reasonably-vague documentation there is nothing really to guide me in trying to play around with the new client.

macro
W return "north"
W+UP return "north-up"

North return "north"
North+UP return "north-up"


This outputs the error:

skin.dms:22:error at '+': statement syntax error

Which points to:

W+UP return "north-up"

Yet the documentation says this is valid syntax. Am I doing something wrong or is this a bug?
I believe that is a bug, due to the skin parser not recognizing the expanded macro syntax.
Lummox JR resolved issue with message:
+ in macro names didn't parse correctly in .dms files.