Compilation breaks when Custom Event Name starts with a Digit
complete
Helpful Helper
Throws Assembly Error:
"Expected data identifier.: Type: INT, Lexeme: [1], Literal: [1], Line: ..."
This is probably true for other "special charachters" (non Alphabetical) and might also be true for naming Variables.
Related Canny:
Log In
Momo the Monster
complete
Custom Events starting with a number will automatically be changed to 'A1Cool Event' or similar.
Observer.
I thought this was a known issue. It was mentioned to me when I encountered this issue that the error occurs because the input is not sanitized. Anything Assembly related will just result in an Assembly error. For example if you want a custom event named COPY that will break as well.