msg hi vs. msg "hi" - possibly outdated Help
Posted: 03 Apr 2022 15:54
Help | Scripting:
As per XY 23.00, only the quoted version works, so it seems the paragraph above should be updated/removed.It's strongly recommended that you (double- or single-) quote your strings! While the script engine is currently still permissive with unquoted strings (msg Hi! works) this might not be so in the future, so you better do msg "Hi!" right away