Can CubeScripts have multi-comments
#1
/* and */ don't seem to do the job. Is there anything else?

Thanks!
Thanks given by:
#2
Not AFAIK, you'll have to use an // comment at the beginning of each line.
Thanks given by:
#3
yep, you have to use //
I would welcome /* and */ any time though devs! :D
Thanks given by:
#4
F1 for /* and */, once you fix the real issues.
Thanks given by:
#5
And add on_death.
I saw hints of it in the code!
Thanks given by:
#6
get a decent text editor that can comment out blocks and we dont need to slow down AC development by introducing unneccessary comment structures ;)
Thanks given by:
#7
Panda, what do you recommend (honestly)?
Thanks given by:
#8
Most can do it. It's most comfortable in Eclipse, but what I use every day is Notepad++ (Ctrl + (Shift) + K).
Thanks given by:
#9
My my, I never knew the thing in notepad++. TY TY TY
Thanks given by:
#10
LMAO
Because a text editor is going to cause CubeScript to recognize new comment block syntax.
Thanks given by:
#11
Because every keystroke counts, and a press of Ctrl + K (two keys) is better than typing "/" twice.
Oh wait it's the same.
Thanks given by:
#12
The difference is that you can apply ctrl+k to a whole block.
Thanks given by:
#13
As in, you can select multiple lines and it will append // to each of them! ;D
Thanks given by: