Skip to content

Instantly share code, notes, and snippets.

@ItzLue
Created January 21, 2024 22:39
Show Gist options
  • Save ItzLue/304180e753a5a7cb9d9589653ece44b3 to your computer and use it in GitHub Desktop.
Save ItzLue/304180e753a5a7cb9d9589653ece44b3 to your computer and use it in GitHub Desktop.
Palworld - Max level mod
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