Skill Roulette XP - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread: Skill Roulette XP (/thread-8759.html) |
Skill Roulette XP - kyonides - 06-16-2023 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. For XP Configure the RANDOM_SKILLS Constant by adding as many Random Skills as needed! Code: RANDOM_SKILLS[81] = [7, 10, 13, 16, 19, 22] And my script will pick a random skill for you in battle! Terms & Conditions Free for use in any game. Due credit is mandatory! Tell a teal werewolf hybrid that Princess Amelia is waiting for him at the parking lot. That's it! |