The Dink Network

Reply to Re: New *WORKING* cross-platform editor

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:
 
 
September 21st 2011, 02:23 PM
custom_marpro.png
Marpro
Peasant He/Him bloop
 
Global variables don't need to be declared separately, if you define something without declaring it local, it is a global

Not sure if you would want this then. Could be a real pain if you're working on a large mod and you're careless and forgot to declare one or more variables as locals.

(not sure if I keep that one; I may add a "global" statement to mean this)


Yeah, this.