Difference between revisions of "Auto Switches (YEP)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "{{MvPlugin |preview = <youtube>https://www.youtube.com/watch?v=phXkuyYnD-4</youtube> |link1 = <html><iframe src="https://itch.io/embed/399609" height="167" width="552" framebo...")
 
Line 1: Line 1:
 
{{MvPlugin
 
{{MvPlugin
|preview = <youtube>https://www.youtube.com/watch?v=phXkuyYnD-4</youtube>
+
|preview = <youtube>https://www.youtube.com/watch?v=phXkuyYnD-4</youtube>
|link1 = <html><iframe src="https://itch.io/embed/399609" height="167" width="552" frameborder="0"></iframe></html>
+
|link1 = <html><iframe src="https://itch.io/embed/399609" height="167" width="552" frameborder="0"></iframe></html>
|link2 = [http://yanfly.moe/plugins/en/YEP_AutoSwitches.js Mirror]
+
|link2 = [http://yanfly.moe/plugins/en/YEP_AutoSwitches.js Mirror]
  
 
}}
 
}}
Line 9: Line 9:
 
{{Yanfly Engine Plugins}}
 
{{Yanfly Engine Plugins}}
  
== Help File ==
+
== Introduction ==
  
 
  <nowiki>
 
  <nowiki>
============================================================================
 
Introduction
 
============================================================================
 
 
 
This plugin allows you to set switches that are either always enabled or
 
This plugin allows you to set switches that are either always enabled or
 
always disabled based on a various conditions. These conditions are here to
 
always disabled based on a various conditions. These conditions are here to
Line 21: Line 17:
 
set by the game such as determining if the game is running via debug mode or
 
set by the game such as determining if the game is running via debug mode or
 
on a certain type of browser.
 
on a certain type of browser.
 +
</nowiki>
  
============================================================================
+
== Changelog ==
Changelog
 
============================================================================
 
  
 +
<nowiki>
 
Version 1.01:
 
Version 1.01:
 
- Updated for RPG Maker MV version 1.5.0.
 
- Updated for RPG Maker MV version 1.5.0.

Revision as of 02:06, 22 June 2019

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.



Download

System

This is a plugin created for RPG Maker MV.

For help on how to install plugins, click here.

For help on how to update plugins, click here.

Got errors with your RPG Maker MV plugin? Click here.


Masterarbeit Writer

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Introduction

This plugin allows you to set switches that are either always enabled or
always disabled based on a various conditions. These conditions are here to
help enable easier access to determining the lesser frequently seen flags
set by the game such as determining if the game is running via debug mode or
on a certain type of browser.

Changelog

Version 1.01:
- Updated for RPG Maker MV version 1.5.0.

Version 1.00:
- Finished Plugin!