Natural Power
New member
- Joined
- Mar 20, 2021
- Messages
- 8
- Reaction score
- 0
If you leave a game and come back your stuff is lost, how to code it so that it doesn't lose your items?
Hey! Thank you so much!If you have noble, you can do:
Normal System:
Player event -> join game, player action -> load inv
Player event -> leave game, player action -> save inv
Not Normal System, but patches a dupe method:
Player event -> join game, player action -> load inv, call proccess -> saveInv
Proccess -> name: saveInv, player action -> save inv, control -> wait -> chest parameters: number: 3, call proccess -> saveInv
If you do not have noble, you can do:
Normal System:
Click this to see the first template
Click this to see the second template
Click this to see the third template
Click this to see the fourth template
Not Normal System, but patches a dupe method:
Click this to see the first template
Click this to see the second template
Click this to see the third template
You've got to remove the black block for it to workWhat system did you use, because for me it didn't malfunction (i mean with system, if you used the "noble normal", "noble not normal" or "no noble normal" or "no noble not normal")