Hi!
I want to know if it is possible to use mulitple global variables with the same name in different event sheets.
I got a game with different levels.
Seperated in:
Level 1 = EventsheetLevel1
Level 2 = EventsheetLevel2
etc..
I want to use global variables in both event sheets with the same name but i can not make duplicates.
Can any one tell me how i am able to do this?
One way i can think of is including all global variables in one sheet, and in the different sheets set the global variables.
So it would be:
EventsheetLevel1
SET GLOBALVARIABLE1 1 = ....
EventsheetLevel2
SET GLOBALVARIABLE1 34 = ....
That way it is possible but the way to edit it is way more time taking than just normal global variables.
Thanks in advance!