Skip to main content

What This Guide Covers

This guide shows a persistent multiplayer game loop:
  • Load player save data on join
  • Keep inventory, quest progress, and level in persistent storage
  • Auto-save while players are connected
  • Award and spend credits with Crafty.economy

Input Actions Used

Configure actions in your project/manifest:
  • quest_complete
  • buy_potion

Complete Game Script (quest_arena.gd)

Suggested manifest.json