How Can I Make a "Tab" in my Code?

I want to make it so while I’m writing my game code I can have a tab so I can hide all the character customization stuff, Is this possible? I know when you do {} or it works how I want it to but it gives errors.

1 Like

Use the pound sign #

# Female Customization {

[cc template code here]

# } End of Female CC

Then click on the tiny black arrow on the side by the line numbers to open and close.

2 Likes

Thank you!

Ooh something new for me to learn.
What’s this for, Dara?

It’s to collapse certain sections of your script, like a long cc template or a long scene, so you don’t have to keep scrolling and scrolling through your script.

You click on that tiny black arrow to open or close which turns to this below:

2018-04-11%20(2)

2 Likes

image

2 Likes

1 Like

Topic closed due to one month of inactivity.