Manages player guilds or factions. Players can join or create guilds, participate in guild events, and earn rewards.
// Example code for Guild System
import { Guild } from 'rpg-maker-studio';
// Initialize the system
const guildSystem = new Guild();
// Configure using helper functions
Coming Soon();
// Add to your game
game.addSystem(guildSystem);