Is there a way to hide text in the script?

So like when you have CC parts it would be really handy if there was some sort of way to hide that part of the code, kinda like you can do with choices?

Sorry, I don’t understand what you mean. :sweat_smile: If you wanna hide part of the coding you can add a # behind the line

Like with choices you can do this:

Is there a way to do that with a part of the script that isn’t putting a choice there?

1 Like

#CC{

CC goes here

#CC}

thank you so much!

1 Like

All u need to do is add the “#text{” then add the CC below it then under it to add “#text}”

Example:

#CC{

CC goes here

#CC}

Closed: Marked as solved