Hey everyone! Here's a new tiny plugin I made (thx to SRDude for the idea!) that lets you show tons of choices that will, when chosen, run common events! It's easy to use, and has an endless amount of possibilities. All you have to do is: Fill in the "choice" list with as much choices as you want (be sure to get them organized though, so you don't lose yourself ) Fill in the "common events" list with the corresponding common events for each choice. Use the plugin commands: choice -> gives all the choices created in the parameters cutChoice begin end -> gives the choices that are present within these two intervals, where begin is the first choice, and end is the last one. Terms of use: For non-commercial as well as commercial games, as long as you mention "DaedraKyne". If you're using this plugin for your game, please let me know!! Also, having a free copy of your game would be nice! Download: https://github.com/DaedraKyne/RMMV/blob/master/plugins/Unlimited common event choices.js
Awesome job daedra! This sounds mighty helpful. Although a screenshot or two would be a good idea just to make sure people know at they're adding to their projects
Hi DaedraTalos, can you make a command to output random choice(s) And somehow an Option to Skip Choice Popup window? Maybe in plugin configures? Please? It will be really great, for example i can setup 3 scenes in 3 different common events and call out an random one.
You want plugin ideas? I have one! How about when an actor is knocked out in a battle, he or she is replaced with another actor in the party either immediately, or after 3 turns go by. It would make it so the player can have every character fight before they lose, rather than just the current party.
Hey everyone! thx for the feedback! @Isabella Ava I can definitely do that random output thingy! :3 thing I don't understand is, what do you mean by ? @MMMm thx for the idea! Although I haven't touched the battle side of RMMV's scripts, I'll see what I can do! @Silenity Thanks! Tell me if you need anything!
Hellow @DaedraTalos, i guess you understood what i mean about random output (say like choices_random(5,20) to output a random choice between 5 & 20) And another request i mentioned is Skip Choice Selection Box, because sometimes we may output one choice only (thus there is no reason for asking player to choose since there is no other options anyway), or to say in another way, a plugin command to run a random comment events within specified range
@Isabella Ava oooooh! kay, give me 10 mins! you can add me to discord, btw, if you want to (DaedraKyne#7075) O_O actually, this is way harder than I thought x'D
Plugin updated! @Isabella Ava the two plugin commands are finished, although, since I have to go to bed now, you'll have to understand how it works by yourself(here's a little guide, though: randomChoices begin end numberOfChoicesYouWant true/false(if it's okay to repeat YOU SHOULD ALWAYS PUT FALSE, TRUE ISN'T 100% CLEAN YET ) randomChoice begin end won't show the choice, but will run the common event
Hi @DaedraTalos i download your plugin and put into RPGMV but somehow no options were showed up i copied RAW file and paste into a new file
Hi! @Isabella Ava , you shouldn't rename the plugin, since the Parameters are taken from the plugin's name. Try renaming it to "Unlimited common event choices" with the .js extension
Wooow super, it worked like a charm! Thanks @DaedraTalos ! You shed the light for my project (where player can pick a random opponent - now with your plugin it is so easy, just call randomchoice and one of the preset common event will be played, awesome!)