Local variables

VAR MyLocalVariable
MyLocalVariable = 0

Global variables

You need to create them somewhere such as Backgroung scripts

GLOBALVAR MyGlobalVariable
MyGlobalVariable = 0     //You must give it a value when created

Comments

Your email address will not be published. Required fields are marked *