Started by
RPJOF
on
Topic category: Help with MCreator software
Hello,
I would like to make a variable per user and map! Is it possible?
Example: "tests" (variable) I would like it to change only for 1 user and save it! But now when I put "GLOBAL_MAP" it is for all players that it changes and I would like it to backup and that it is only for 1 player! Thank you for your answers (sorry for my bad english)
I don't know if you understand
This is possible using the GLOBAL_SESSION variable. The GLOBAL_SESSION variable is a variable that is stored per player, but is deleted when closing the game.
The way you can turn the GLOBAL_SESSION into a permanent variable is by:
https://mcreator.net/tracker/issue/53918 (See my comments on this issue.)