How to delete a global variable forever in game

Hi,
I want to create a unique id for every player im using a random number generator, the idea is i want to generate a random number in a global variable, write in memory once and after delete the id global variable forever from game. I downloaded the extension for delete global variables but it not works. Any idea?


upsetcrab

:anguished:
At your events is really everything insane.
You don’t need an extension, storage save is not memory, writing and reading in the same event make no sense, you don’t have to delete the varibal.
Just add a boolean varibale is true condition, and the number generator will only run as long as you want.

1 Like

thanks is my first game im learning