Reply to Re: Procedure opening/closing brackets
If you don't have an account, just leave the password field blank.
Ah curious... and curious-er
Good to know.
Something else that seems weird to me is that variables declared in the main procedure, which can get used in predefined procedures like touch() hit() etc, become unrecognized if you use a custom procedure to call a predefined procedure.
I really wish variables in scripts had true script local value, i.e. if declared in the main procedure, then accessible to all procedures after that in the script, both standard/defined and custom procedures.
Good to know.
Something else that seems weird to me is that variables declared in the main procedure, which can get used in predefined procedures like touch() hit() etc, become unrecognized if you use a custom procedure to call a predefined procedure.
I really wish variables in scripts had true script local value, i.e. if declared in the main procedure, then accessible to all procedures after that in the script, both standard/defined and custom procedures.