• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Jass: how to make a whole code block become comments?

Status
Not open for further replies.
Level 22
Joined
Sep 24, 2005
Messages
4,821
I don't think there is something like that for jass. You could use notepad2 or notepad++ to prefix every line with a // string.
 
Level 22
Joined
Sep 24, 2005
Messages
4,821
// are delimiters for single line comments. /**/ are for multiple lines but is only available on vjass. But wait there's more, if you call within the next 5 minutes...
 
Status
Not open for further replies.
Top