Tracks player progression through narrative or procedural quests. Rewards can include resources, stat boosts, or items.
// Example code for Quest System
import { Quests } from 'rpg-maker-studio';
// Initialize the system
const questsSystem = new Quests();
// Configure using helper functions
Coming Soon();
// Add to your game
game.addSystem(questsSystem);