0
how do you order all the script in a hierarchical way?
I ask this because everytime I see a new line in others scripts, It's like, separated line by line. sorry about my english
1 Réponse
+ 1
If I've understood the question, you have to think like that:
everything that is inside of a structure, have to have a tab space before.
es:
...{
       {
              ...
       }
       ...
       {
              {
                     ...
              }
              ...
        }
        ...
}
If you want, and you can use an ide like brackets that is free and will explain you also your syntax mistakes.



