Created
January 21, 2024 22:39
-
-
Save ItzLue/304180e753a5a7cb9d9589653ece44b3 to your computer and use it in GitHub Desktop.
Palworld - Max level mod
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NotifyOnNewObject("/Script/Pal.PalGameSetting", function(PalGameSetting) | |
PalGameSetting.BuildExp = 99999 | |
PalGameSetting.CraftExp = 99999 | |
end) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment