Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
FTKR Ignore Script Error - FTKR_IgnoreScriptError.js
Plugin desc : v1.1.0 Plugin to ignore errors in scripts executed by events
License : MIT License
Author : Futokoro
Desc page : https://github.com/munokura/futokoro-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/futokoro-MV-plugins/refs/heads/master/FTKR_IgnoreScriptError.js
File name : FTKR_IgnoreScriptError.js
Help of plugin :
@plugindesc v1.1.0 Plugin to ignore errors in scripts executed by events @author Futokoro @url https://github.com/munokura/futokoro-MV-plugins @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/futokoro-MV-plugins ). Original plugin by Futokoro. Please check the URL below for the latest version of the plugin. URL https://github.com/futokoro/RPGMaker ----- ----------------------------------------------------------------------------- Overview ----------------------------------------------------------------------------- This plugin continues processing events even if an error occurs in a script command executed within the event. Script errors are displayed on the console screen. Use this plugin for debugging purposes. ----------------------------------------------------------------------------- Notes for Use ----------------------------------------------------------------------------- Normally, a script error will cause the game to stop. This plugin logs errors, but allows the game to continue. However, ignoring script errors and proceeding with the event may cause the event to behave strangely. Depending on how the event is configured, this may result in an infinite loop or automatic events that do not stop. ----------------------------------------------------------------------------- Setup ----------------------------------------------------------------------------- 1. Add this plugin to the "Plugin Manager." ----------------------------------------------------------------------------- License for this Plugin ----------------------------------------------------------------------------- This plugin is released under the MIT License. Copyright (c) 2017,2018 Futokoro http://opensource.org/licenses/mit-license.php Plugin source https://github.com/futokoro/RPGMaker/blob/master/README.md ----------------------------------------------------------------------------- Change History ----------------------------------------------------------------------------- v1.1.0 - 2018/08/13: Supports FTKR_ConvertEscapeCharactersInScript.js v1.0.0 - 2017/05/03: First version created ----------------------------------------------------------------------------- @param Display Error Log @desc Whether script errors should be displayed in the console: 1 - yes, 0 - no @default 1