I am making a game that uses a lot of past saved data from the storage!
So What I want to do is read a value from a group in storage and then save it as GLOBAL VARIABLES directly! It is currently only possible to save it as scene variable and then with another event we have to save the scene var. as global var.
It would save a lot of time and effort if it could be done directly!