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: Click switches in order
- Original author: Elvium
- Original date: May 23, 2023
- Source thread: https://forums.rpgmakerweb.com/threads/click-switches-in-order.157755/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
Hi everyone, I made a new Plugin. With this plugin you can add switches as many as you want and the player has to click it in the right order. All the switches you add will be in random order, so it will always be a guess in which order you have to click it. (Even in playtest) How to do:
Archived First Post
Hi everyone,
I made a new Plugin. With this plugin you can add switches as many as you want and the player has to click it in the right order.
All the switches you add will be in random order, so it will always be a guess in which order you have to click it. (Even in playtest)
How to do:
1. Add the plugin in the Plugin Manager
2. Create an event that has to be unlocked after all the switches are pressed in correct order.
Add on the first tab a Plugin Command with RandomSwitches => Unlock this event.
* You can also set the sound of
a. Correct: plays a sound when it's correct
b. Wrong: play a sound when it's wrong
c. Victory: play a sound when all switches are pressed in correct order
(Set the sound to false or keep it empty if you don't wanna play a sound)
3. Create switches and just add the Plugin Command with RandomSwitches => Add this switch
That's all, for more information how it works, you can find in the project itself.
Demo: https://elvium.be/rpg-switches/index.html
Download project: https://elvium.be/rpg-switches/Switches.zip
Direct link to the file: https://elvium.be/rpg-switches/js/plugins/RandomSwitches.js
Let me know your ideas.
I made a new Plugin. With this plugin you can add switches as many as you want and the player has to click it in the right order.
All the switches you add will be in random order, so it will always be a guess in which order you have to click it. (Even in playtest)
How to do:
1. Add the plugin in the Plugin Manager
2. Create an event that has to be unlocked after all the switches are pressed in correct order.
Add on the first tab a Plugin Command with RandomSwitches => Unlock this event.
* You can also set the sound of
a. Correct: plays a sound when it's correct
b. Wrong: play a sound when it's wrong
c. Victory: play a sound when all switches are pressed in correct order
(Set the sound to false or keep it empty if you don't wanna play a sound)
3. Create switches and just add the Plugin Command with RandomSwitches => Add this switch
That's all, for more information how it works, you can find in the project itself.
Demo: https://elvium.be/rpg-switches/index.html
Download project: https://elvium.be/rpg-switches/Switches.zip
Direct link to the file: https://elvium.be/rpg-switches/js/plugins/RandomSwitches.js
Let me know your ideas.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator 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.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...