The Dink Network

Reply to Re: Procedure opening/closing brackets

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
January 15th, 09:36 PM
custom_simon.gif
SimonK
Peasant He/Him Australia
 
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.