PDA

View Full Version : How do you declare global variables and set the value?



mitchell li
08-19-2014, 07:31 PM
How do you declare global variables and set the value?
Is it similar to this?
ReloadGame : Integer := 1;

Mr. Roboto
08-19-2014, 07:50 PM
var
reload : Integer := 1;