
Brace Syntax for Bind with Custom Params
LadyCailinBot opened this issue ยท 2 comments
CMDHELPER-2969 - Reported by PseudoKnight
After keywords were added, we get this:
"COMPILE ERROR: "bind" blocks may only have 4 arguments passed to the bind condition, 5 found."
when doing this:
"bind(event_name, null, null, @event, @variable) { #code }"
This may be some sort of oversight, either in documentation or keyword support for bind. Perhaps I'm missing something. Whatever the case, I need some feedback before I move forward in updating to build 2771 and editing the many affected lines of code.
Comment by LadyCailin
This is not an intentional change, the old behavior should continue to work.