【汉化】Common Event Battle Intro

Common Event Battle Intro

Common Event Battle Intro

This plugin allows you to have a Common Event run as your battle intro.
这个插件可以让你有一个公共事件来做战斗介绍

Simply set the Common Event you wish to use in the “Common Event ID”
Parameter to the one you wish to be used before a random encounter on
a map in your game.

你只需要设置公共事件ID即可在遇敌的时候触发事件

Changing the Common Event

If you wish to change the Common Event used for the Battle Intro, you can
use the following Plugin Command:

如果你想改变战斗介绍,可以使用下面命令

SetCommonEventBattleIntro [id]

Simply set “id” to the ID of the Common Event.
替换你需要的ID即可
For example:

SetCommonEventBattleIntro 3

If you wish to reset it back to the default, use the Plugin Command:
如果你想重置为默认,使用下面命令

ResetCommonEventBattleIntro

Assigning Common Event Battle Intro to Map

If you wish to use a Common Event based on the Map, this can be done.
Within the notetag of the map, use:
如果你想要基于某个地图来设置事件,你可以在地图备注栏使用下面代码


Replace “id” with the ID of the Common Event you wish to use for the
Battle Intro on that map.
替换你需要的公共事件ID即可
If a map has a custom Battle Intro, it will take priority over the one
defined through the Parameter or Plugin Command. If you wish to disable
the Map’s Common Event Battle Intro, use the Plugin Command:
如果地图中有自定义战斗介绍,它的优先级比插件参数高,如果你想关闭地图战斗介绍,可以使用下面的插件命令

DisableMapCommonEventBattleIntro

If you wish to enable it again, use the Plugin Command:
重新开启可以使用下面命令

EnableMapCommonEventBattleIntro

Transitioning to the Battle Scene

At the end of every Battle Intro, the screen fades out to black and
starts the Battle BGM. By default, this is added to the end of each Common
Event automatically if the “Auto Transition” Parameter is set to true.
默认设置中,在战斗介绍完毕后,屏幕会淡入黑色响起战斗BGM
However, if you wish for this to be manually called upon from within
the Common Event, you can use the Plugin Command:
当然,如果你想要手动启动,也可以用下面的命令

BattleIntroTransition

If you also wish to use the original Battle Intro, or one created through
another plugin, you can use this Plugin Command to call it:
如果你想使用原始的战斗介绍,或者通过另外插件制作,你可以用插件命令来实现

StartNormalBattleIntro

你可能感兴趣的:(【汉化】Common Event Battle Intro)