A downloadable Rpg Maker Plugin

Download NowName your own price


Want to support me?

Introduction

Provides advanced switch operations.

There are many conditions that, by default, the event tabs do not have commands to check. 

As an example, if the game is being played on an android device, iPhone, computer or check the current weather (rain, storm, or snow).

Instead of use the script calls:

$gameScreen.weatherType() === 'rain'

This plugin facilitates this and other processes by automatically activating a switch of your choice based on a predefined condition in plugin parameters.

Features

● Global switches that have their values working across save files.

● Advanced plugin command to manage switches.


● Optionally, automatically turns the specified switches on and off 

according to the conditions below:

  • Is in Test mode (Whether in battle, event, or normal).
  • If the game is running on a mobile device.
  • If the game is running from a Desktop.
  • If the game is running on an android.
  • If the game is running on an iPhone.
  • If the game has any saved files.
  • If the player is in any vehicle.
  • If the player is on an airship.
  • If the player is in a boat.
  • If the player is on a ship.
  • If there is any change in the weather.
  • If it is raining.
  • If it is snowing.
  • If it is raining heavily (storm).
  • If the player is on a tile that inflicts damage.¹
  • If the player is running.
  • If the player is in a bush.¹
  • If the player is on a ladder.¹
  • If the player is in motion.
  • If the message window is open.
  • If the choice window is open.
  • If the number entry window is open.
  • If the item selection window is open (from the map).
  • If the timer is active.²

¹ It is necessary to configure the tileset.

² When it reaches zero, the switch turns off.

How to use

Update Log

Terms of use 5.0.0 and higher

Download

Download NowName your own price

Click download now to get access to the following files:

MV - Switches 5.0.2 6 kB
MZ - Switches 5.0.1 6 kB

Development log

View all posts

Comments

Log in with itch.io to leave a comment.

I'm getting an error message that reads:
Cannot read property 'switches' of null

What can I do to fix this?

(+1)

Hi there!

1 - Make sure you are using my core plugin(Eli Book) somewhere above the switch plugin.

2 - Make sure you configured the plugin parameters properly.

If none of those things solved your problem, when the error happens, press F8/F12, go to the CONSOLE tab, and send me a screenshot so I can take a look.

I have the Eli Book above it

(+1)

And about the other questions I asked?

Also, are you trying to load a save file that previously did not have that plugin? If yes, it will not work. You will need to start a new game.

Deleting all the save data did not work and I didn't configure anything in the plugin

(+1)

But you must configure the plugin parameters. You must fill them to assign switches to each feature. Or leave them with 0.

If you do that and it still does not work, send me a test project replicating the issue so I can take a look.