Hi Everyone,
I have a script which is giving me a lot of trouble since I have no idea how to write another “if statement” inside another if-else statement. I keep getting errors, I guess I don’t know where to put the braces exactly…
example:
[COLOR=#b1b100]if[/COLOR][COLOR=#66cc66]([/COLOR]bla == bla[COLOR=#66cc66])[/COLOR] [COLOR=#66cc66]{[/COLOR]
[LEFT] <------------how would I write another [COLOR=#b1b100]if[/COLOR] statement here?
[COLOR=#66cc66]}[/COLOR][COLOR=#b1b100]else[/COLOR] [COLOR=#b1b100]if[/COLOR] [COLOR=#66cc66]([/COLOR]bla == bla[COLOR=#66cc66])[/COLOR][COLOR=#66cc66]{[/COLOR]
[COLOR=#66cc66]}[/COLOR]
[/LEFT]
thank you in advance,
Aeson