Block Commenting

Block comment??? In mafia? On the forum? In the game? What comment are you talking about? Could we get an example? ???

EDIT: I assume you mean the "#" or "//" comments in a script? If so, simply go through and delete them, short of that I don't know of any way to do it with KoLmafia or a basic text editing program.
 
dawdawdo, yes, you can do C-style block comments. The only thing that I've found is that they need to be on their own line. So
Code:
/*
code is commented out
oh look, more code
I'm commented out code!
*/
Code:
/*I'm incorrectly commented mafia code
I don't compile in mafia, wahhh*/
Enjoy! :D
 
[quote author=dawdawdo link=topic=1390.msg6387#msg6387 date=1198188963]
I have a devastatingly noob-ish question. Is there a way to blcok-comment, similar to C-type: /* */
[/quote]

I just write .txt files for my scripts and use the good old "#" to comment my stuff.

Simple. Nasty. Effective.

Usually.

:-)
 
Back
Top