not sure that the error is that, but it's something simular.
I keep getting it at the last part of the script, where it needs to go back to a Func that's placed higher in the code.
I don't want to share the code, unless you're a trusted member.
my script looks like this:
Func 1()
xxxx
xxxx
xxxx
2
;goes to func 2
Func 2()
xxxx
xxxx
xxxx
3
;goes to func 3
Func 3()
xxxx
xxxx
xxxx
4
;goes to func 4
Func 4()
xxxx
xxxx
2
; goes back to func 2 , here I get the error.






