Really get/set Global Variable (from the right panel or from the global script) via its number?
For ex., globvar DoorOpened (boolean). And for ex, it has number 2 in the globvar list. Can I work with this globvar via its number? Smth likeCode: ags
For ex., globvar DoorOpened (boolean). And for ex, it has number 2 in the globvar list. Can I work with this globvar via its number? Smth like
Global[2]=true;
Display( Global[2].Name );