public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

XPSkill Roulette XP

BMM Archive · July 16, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Skill Roulette XP
  • Original author: kyonides
  • Original date: June 16, 2023
  • Source thread: https://forums.rpgmakerweb.com/threads/skill-roulette-xp.158379/
  • Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS Scripts (RMXP)

Summary

Skill Roulette XP by Kyonides​ Introduction A few months ago, a forumer made a request for a script that could let the hero use a random skill. Even if there gotta be a way to do it via events or some other settings, I preferred to write a script that could handle that swiftly.

Archived First Post

Skill Roulette XP

by Kyonides

Introduction

A few months ago, a forumer made a request for a script that could let the hero use a random skill. Even if there gotta be a way to do it via events or some other settings, I preferred to write a script that could handle that swiftly.

NOTE: Both Actors and Troopers can make good / terrible use of this wonderful feature!

Configure the RANDOM_SKILLS Constant by adding as many Random Skills as needed!

For the Original Release

Ruby:
  RANDOM_SKILLS[81] = [7, 10, 13, 16, 19, 22]

For the 2026 Release

Ruby:
RANDOM_SKILLS[81] = skills = {}
skills[1] = [7, 10, 13, 16]
skills[2] = [19, 22, 24, 27]
skills[3] = [30, 33, 36, 40]

And my script will pick a random skill for you in battle!

DOWNLOAD DEMO

Terms & Conditions

Free for use in any game.
Due credit is mandatory!
Tell a blue squirrel that there's no more coffee left at home.
That's it!

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

Due credit is mandatory! Tell a blue squirrel that there's no more coffee left at home. That's it!

Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#039#rgss#script-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar