A downloadable Rpg Maker Plugin

Download NowName your own price


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

Terms of use

Sample Project

Download

Download NowName your own price

Click download now to get access to the following files:

MZ - Switches 5.0.1 6.6 kB

Development log

View all posts