Hey,
This is for my ETScript program.
I’m creating an automatic tab-indent system that will:
- Remember previous tabs (so if you enter, you will still be on the same distance from the edge)
- Tab automatically after a “{”
- Un-tab (lol) automatically after a “}”
Then, I was wondering if you ever need more than 2 ‘tabs’.
For example, is it possible to have this:
scriptname
{
trigger ...
{
someotherthing
{
//bla
}
}
}
I didn’t think it was but you can never be sure…
Question 2,
Are they { and } characters used in any other way in ET scripting (for maps)?
