Random Encounter Battle Introを詳細にカスタマイズできるプラグイン – SRD_CustomBattleIntro.js
- タイトル
- Allows you to customize your Random Encounter Battle Intro with great detail
- 作者名
- SumRndmDde様
- ヘルプ
-
Custom Battle Intro
Version 1.00
SumRndmDde
Allows you to customize your own random encounter battle intro!
==========================================================================
Basic Options (Parameters)
==========================================================================
== Hide Characters ==
Set this to 'true' or 'false' depending on whether or not you wish for
the character events to disappear on the map while the transition is
occuring.
== Use Zoom Formula? ==
By default, RPG Maker MV uses a formula to set the scale of a zoom
throughout the duration of the battle intro.
Set this to 'true' if you wish to use one and you can customize it using
the "Zoom Formula" parameter below.
Otherwise, set this to 'false'.
==========================================================================
Frames Explanation
==========================================================================
There are 60 frames in a second.
The default battle intro is 60 frames, or 1 second.
Withing those 60 frames, actions occur at certain frames.
For example, at frame 10 the screen flashes and at frame 30 the battle
music starts.
Using this Plugin, you can manipulate what happens in the battle intro
by selecting actions to occur at each frame.
You may put one or more actions in each frame and that action will
occur at that frame.
==========================================================================
Action List
==========================================================================
===========
StartBattle
===========
This action starts the battle.
Once this action is reached, the battle will start and the battle
intro will end.
==============
SnapBattleBack
==============
This prepares the background for the battle's background.
It is recommended that you always use this action and do it at
frame 10 or so.
================
StartBattleMusic
================
This starts the music for the battle.
This is mandatory if you want battle music and is placed at frame 30
by default.
=========
ResetZoom
=========
Resets the zoom to its default and stops all zoom motion.
===========
Zoom(scale)
===========
[scale] => Set to a number from 1 to 10 (recommended)
Immediately zooms onto the player at the specified scale.
The larger the number, the closer the zoom.
1 is the default scale.
==================
Zoom(scale, x, y)
==================
[scale] => Set to a number from 1 to 10 (recommended)
[x] => Set to number for the x pixel position you wish to zoom to
[y] => Set to number for the y pixel position you wish to zoom to
Immediately zooms onto the x,y coordinate at the specified scale.
The larger the scale, the closer the zoom.
1 is the default scale.
========================
MoveZoom(scale, frames)
========================
[scale] => Set to a number from 1 to 10 (recommended)
[frames] => The amount of frames the zoom takes to complete.
Does a moving zoom onto the player that takes a certain amount of frames
to complete.
The larger the scale, the closer the zoom.
The larger the frames, the longer the zoom takes.
=============================
MoveZoom(scale, frames, x, y)
=============================
[scale] => Set to a number from 1 to 10 (recommended)
[frames] => The amount of frames the zoom takes to complete.
Does a moving zoom onto the x,y coordinate that takes a certain amount
of frames to complete.
The larger the scale, the closer the zoom.
The larger the frames, the longer the zoom takes.
=====
Flash
=====
Preforms a white flash.
=============
Flash(frames)
=============
[frames] => The amount of frames the flash takes to complete.
Preforms a white flash.
The flash lasts for the specified amount of frames.
====================
Flash(frames, color)
====================
[frames] => The amount of frames the flash takes to complete.
[color] => Set to an Hex Color code. Ex: #00ff00
Preforms a flash that is colored to a specific color.
The flash lasts for the specified amount of frames.
====
Fade
====
Fades the screen to black.
============
Fade(frames)
============
[frames] => The amount of frames the fade takes to complete.
Fades the screen to black.
The screen will be completely black after the specified frames.
=========
FadeWhite
=========
Fades the screen to white.
=================
FadeWhite(frames)
=================
[frames] => The amount of frames the fade takes to complete.
Fades the screen to white.
The screen will be completely white after the specified frames.
===========================
Shake(power, speed, frames)
===========================
[power] => Set this to a number for how powerful the shake is.
[speed] => Set this to a number for how fast the shake is.
[frames] => The amount of frames the shaking takes to complete.
Shakes the screen at a certain speed and power for a duration of
a certain amount of frames.
==========================================================================
End of Help File
==========================================================================
Welcome to the bottom of the Help file.
Thanks for reading!
If you have questions, or if you enjoyed this Plugin, please check
out my YouTube channel!
https://www.youtube.com/c/SumRndmDde
Until next time,
~ SumRndmDdes - パラメータ
-
param Hide Characters desc Set this to 'true' and the character events will be hidden during the intro. default true param Use Zoom Formula? desc This allows you to set a formula for your zooming to make it appear smooth. By default, this is 'true'. default true param Zoom Formula desc The zoom formula used if you're using zoom formula.
p = (current frame / total frames)default ((p - 1)20p + 5)p + 1 param Frame 1 Action desc The actions that will be run on frame 1. Visit the Help section for list of avaliable action commands. default param Frame 2 Action desc The actions that will be run on frame 2. Visit the Help section for list of avaliable action commands. default SnapBattleBack ResetZoom Flash param Frame 3 Action desc The actions that will be run on frame 3. Visit the Help section for list of avaliable action commands. default param Frame 4 Action desc The actions that will be run on frame 4. Visit the Help section for list of avaliable action commands. default param Frame 5 Action desc The actions that will be run on frame 5. Visit the Help section for list of avaliable action commands. default param Frame 6 Action desc The actions that will be run on frame 6. Visit the Help section for list of avaliable action commands. default param Frame 7 Action desc The actions that will be run on frame 7. Visit the Help section for list of avaliable action commands. default param Frame 8 Action desc The actions that will be run on frame 8. Visit the Help section for list of avaliable action commands. default param Frame 9 Action desc The actions that will be run on frame 9. Visit the Help section for list of avaliable action commands. default param Frame 10 Action desc The actions that will be run on frame 10. Visit the Help section for list of avaliable action commands. default Flash param Frame 11 Action desc The actions that will be run on frame 11. Visit the Help section for list of avaliable action commands. default param Frame 12 Action desc The actions that will be run on frame 12. Visit the Help section for list of avaliable action commands. default param Frame 13 Action desc The actions that will be run on frame 13. Visit the Help section for list of avaliable action commands. default param Frame 14 Action desc The actions that will be run on frame 14. Visit the Help section for list of avaliable action commands. default param Frame 15 Action desc The actions that will be run on frame 15. Visit the Help section for list of avaliable action commands. default param Frame 16 Action desc The actions that will be run on frame 16. Visit the Help section for list of avaliable action commands. default param Frame 17 Action desc The actions that will be run on frame 17. Visit the Help section for list of avaliable action commands. default param Frame 18 Action desc The actions that will be run on frame 18. Visit the Help section for list of avaliable action commands. default param Frame 19 Action desc The actions that will be run on frame 19. Visit the Help section for list of avaliable action commands. default param Frame 20 Action desc The actions that will be run on frame 20. Visit the Help section for list of avaliable action commands. default param Frame 21 Action desc The actions that will be run on frame 21. Visit the Help section for list of avaliable action commands. default param Frame 22 Action desc The actions that will be run on frame 22. Visit the Help section for list of avaliable action commands. default param Frame 23 Action desc The actions that will be run on frame 23. Visit the Help section for list of avaliable action commands. default param Frame 24 Action desc The actions that will be run on frame 24. Visit the Help section for list of avaliable action commands. default param Frame 25 Action desc The actions that will be run on frame 25. Visit the Help section for list of avaliable action commands. default param Frame 26 Action desc The actions that will be run on frame 26. Visit the Help section for list of avaliable action commands. default param Frame 27 Action desc The actions that will be run on frame 27. Visit the Help section for list of avaliable action commands. default param Frame 28 Action desc The actions that will be run on frame 28. Visit the Help section for list of avaliable action commands. default param Frame 29 Action desc The actions that will be run on frame 29. Visit the Help section for list of avaliable action commands. default param Frame 30 Action desc The actions that will be run on frame 30. Visit the Help section for list of avaliable action commands. default StartBattleMusic Fade param Frame 31 Action desc The actions that will be run on frame 31. Visit the Help section for list of avaliable action commands. default param Frame 32 Action desc The actions that will be run on frame 32. Visit the Help section for list of avaliable action commands. default param Frame 33 Action desc The actions that will be run on frame 33. Visit the Help section for list of avaliable action commands. default param Frame 34 Action desc The actions that will be run on frame 34. Visit the Help section for list of avaliable action commands. default param Frame 35 Action desc The actions that will be run on frame 35. Visit the Help section for list of avaliable action commands. default param Frame 36 Action desc The actions that will be run on frame 36. Visit the Help section for list of avaliable action commands. default param Frame 37 Action desc The actions that will be run on frame 37. Visit the Help section for list of avaliable action commands. default param Frame 38 Action desc The actions that will be run on frame 38. Visit the Help section for list of avaliable action commands. default param Frame 39 Action desc The actions that will be run on frame 39. Visit the Help section for list of avaliable action commands. default param Frame 40 Action desc The actions that will be run on frame 40. Visit the Help section for list of avaliable action commands. default param Frame 41 Action desc The actions that will be run on frame 41. Visit the Help section for list of avaliable action commands. default param Frame 42 Action desc The actions that will be run on frame 42. Visit the Help section for list of avaliable action commands. default param Frame 43 Action desc The actions that will be run on frame 43. Visit the Help section for list of avaliable action commands. default param Frame 44 Action desc The actions that will be run on frame 44. Visit the Help section for list of avaliable action commands. default param Frame 45 Action desc The actions that will be run on frame 45. Visit the Help section for list of avaliable action commands. default param Frame 46 Action desc The actions that will be run on frame 46. Visit the Help section for list of avaliable action commands. default param Frame 47 Action desc The actions that will be run on frame 47. Visit the Help section for list of avaliable action commands. default param Frame 48 Action desc The actions that will be run on frame 48. Visit the Help section for list of avaliable action commands. default param Frame 49 Action desc The actions that will be run on frame 49. Visit the Help section for list of avaliable action commands. default param Frame 50 Action desc The actions that will be run on frame 50. Visit the Help section for list of avaliable action commands. default param Frame 51 Action desc The actions that will be run on frame 51. Visit the Help section for list of avaliable action commands. default param Frame 52 Action desc The actions that will be run on frame 52. Visit the Help section for list of avaliable action commands. default param Frame 53 Action desc The actions that will be run on frame 53. Visit the Help section for list of avaliable action commands. default param Frame 54 Action desc The actions that will be run on frame 54. Visit the Help section for list of avaliable action commands. default param Frame 55 Action desc The actions that will be run on frame 55. Visit the Help section for list of avaliable action commands. default param Frame 56 Action desc The actions that will be run on frame 56. Visit the Help section for list of avaliable action commands. default param Frame 57 Action desc The actions that will be run on frame 57. Visit the Help section for list of avaliable action commands. default param Frame 58 Action desc The actions that will be run on frame 58. Visit the Help section for list of avaliable action commands. default param Frame 59 Action desc The actions that will be run on frame 59. Visit the Help section for list of avaliable action commands. default param Frame 60 Action desc The actions that will be run on frame 60. Visit the Help section for list of avaliable action commands. default StartBattle param Frame 61 Action desc The actions that will be run on frame 61. Visit the Help section for list of avaliable action commands. default param Frame 62 Action desc The actions that will be run on frame 62. Visit the Help section for list of avaliable action commands. default param Frame 63 Action desc The actions that will be run on frame 63. Visit the Help section for list of avaliable action commands. default param Frame 64 Action desc The actions that will be run on frame 64. Visit the Help section for list of avaliable action commands. default param Frame 65 Action desc The actions that will be run on frame 65. Visit the Help section for list of avaliable action commands. default param Frame 66 Action desc The actions that will be run on frame 66. Visit the Help section for list of avaliable action commands. default param Frame 67 Action desc The actions that will be run on frame 67. Visit the Help section for list of avaliable action commands. default param Frame 68 Action desc The actions that will be run on frame 68. Visit the Help section for list of avaliable action commands. default param Frame 69 Action desc The actions that will be run on frame 69. Visit the Help section for list of avaliable action commands. default param Frame 70 Action desc The actions that will be run on frame 70. Visit the Help section for list of avaliable action commands. default param Frame 71 Action desc The actions that will be run on frame 71. Visit the Help section for list of avaliable action commands. default param Frame 72 Action desc The actions that will be run on frame 72. Visit the Help section for list of avaliable action commands. default param Frame 73 Action desc The actions that will be run on frame 73. Visit the Help section for list of avaliable action commands. default param Frame 74 Action desc The actions that will be run on frame 74. Visit the Help section for list of avaliable action commands. default param Frame 75 Action desc The actions that will be run on frame 75. Visit the Help section for list of avaliable action commands. default param Frame 76 Action desc The actions that will be run on frame 76. Visit the Help section for list of avaliable action commands. default param Frame 77 Action desc The actions that will be run on frame 77. Visit the Help section for list of avaliable action commands. default param Frame 78 Action desc The actions that will be run on frame 78. Visit the Help section for list of avaliable action commands. default param Frame 79 Action desc The actions that will be run on frame 79. Visit the Help section for list of avaliable action commands. default param Frame 80 Action desc The actions that will be run on frame 80. Visit the Help section for list of avaliable action commands. default param Frame 81 Action desc The actions that will be run on frame 81. Visit the Help section for list of avaliable action commands. default param Frame 82 Action desc The actions that will be run on frame 82. Visit the Help section for list of avaliable action commands. default param Frame 83 Action desc The actions that will be run on frame 83. Visit the Help section for list of avaliable action commands. default param Frame 84 Action desc The actions that will be run on frame 84. Visit the Help section for list of avaliable action commands. default param Frame 85 Action desc The actions that will be run on frame 85. Visit the Help section for list of avaliable action commands. default param Frame 86 Action desc The actions that will be run on frame 86. Visit the Help section for list of avaliable action commands. default param Frame 87 Action desc The actions that will be run on frame 87. Visit the Help section for list of avaliable action commands. default param Frame 88 Action desc The actions that will be run on frame 88. Visit the Help section for list of avaliable action commands. default param Frame 89 Action desc The actions that will be run on frame 89. Visit the Help section for list of avaliable action commands. default param Frame 90 Action desc The actions that will be run on frame 90. Visit the Help section for list of avaliable action commands. default param Frame 91 Action desc The actions that will be run on frame 91. Visit the Help section for list of avaliable action commands. default param Frame 92 Action desc The actions that will be run on frame 92. Visit the Help section for list of avaliable action commands. default param Frame 93 Action desc The actions that will be run on frame 93. Visit the Help section for list of avaliable action commands. default param Frame 94 Action desc The actions that will be run on frame 94. Visit the Help section for list of avaliable action commands. default param Frame 95 Action desc The actions that will be run on frame 95. Visit the Help section for list of avaliable action commands. default param Frame 96 Action desc The actions that will be run on frame 96. Visit the Help section for list of avaliable action commands. default param Frame 97 Action desc The actions that will be run on frame 97. Visit the Help section for list of avaliable action commands. default param Frame 98 Action desc The actions that will be run on frame 98. Visit the Help section for list of avaliable action commands. default param Frame 99 Action desc The actions that will be run on frame 99. Visit the Help section for list of avaliable action commands. default param Frame 100 Action desc The actions that will be run on frame 100. Visit the Help section for list of avaliable action commands. default param Frame 101 Action desc The actions that will be run on frame 101. Visit the Help section for list of avaliable action commands. default param Frame 102 Action desc The actions that will be run on frame 102. Visit the Help section for list of avaliable action commands. default param Frame 103 Action desc The actions that will be run on frame 103. Visit the Help section for list of avaliable action commands. default param Frame 104 Action desc The actions that will be run on frame 104. Visit the Help section for list of avaliable action commands. default param Frame 105 Action desc The actions that will be run on frame 105. Visit the Help section for list of avaliable action commands. default param Frame 106 Action desc The actions that will be run on frame 106. Visit the Help section for list of avaliable action commands. default param Frame 107 Action desc The actions that will be run on frame 107. Visit the Help section for list of avaliable action commands. default param Frame 108 Action desc The actions that will be run on frame 108. Visit the Help section for list of avaliable action commands. default param Frame 109 Action desc The actions that will be run on frame 109. Visit the Help section for list of avaliable action commands. default param Frame 110 Action desc The actions that will be run on frame 110. Visit the Help section for list of avaliable action commands. default param Frame 111 Action desc The actions that will be run on frame 111. Visit the Help section for list of avaliable action commands. default param Frame 112 Action desc The actions that will be run on frame 112. Visit the Help section for list of avaliable action commands. default param Frame 113 Action desc The actions that will be run on frame 113. Visit the Help section for list of avaliable action commands. default param Frame 114 Action desc The actions that will be run on frame 114. Visit the Help section for list of avaliable action commands. default param Frame 115 Action desc The actions that will be run on frame 115. Visit the Help section for list of avaliable action commands. default param Frame 116 Action desc The actions that will be run on frame 116. Visit the Help section for list of avaliable action commands. default param Frame 117 Action desc The actions that will be run on frame 117. Visit the Help section for list of avaliable action commands. default param Frame 118 Action desc The actions that will be run on frame 118. Visit the Help section for list of avaliable action commands. default param Frame 119 Action desc The actions that will be run on frame 119. Visit the Help section for list of avaliable action commands. default param Frame 120 Action desc The actions that will be run on frame 120. Visit the Help section for list of avaliable action commands. default param Frame 121 Action desc The actions that will be run on frame 121. Visit the Help section for list of avaliable action commands. default param Frame 122 Action desc The actions that will be run on frame 122. Visit the Help section for list of avaliable action commands. default param Frame 123 Action desc The actions that will be run on frame 123. Visit the Help section for list of avaliable action commands. default param Frame 124 Action desc The actions that will be run on frame 124. Visit the Help section for list of avaliable action commands. default param Frame 125 Action desc The actions that will be run on frame 125. Visit the Help section for list of avaliable action commands. default param Frame 126 Action desc The actions that will be run on frame 126. Visit the Help section for list of avaliable action commands. default param Frame 127 Action desc The actions that will be run on frame 127. Visit the Help section for list of avaliable action commands. default param Frame 128 Action desc The actions that will be run on frame 128. Visit the Help section for list of avaliable action commands. default param Frame 129 Action desc The actions that will be run on frame 129. Visit the Help section for list of avaliable action commands. default param Frame 130 Action desc The actions that will be run on frame 130. Visit the Help section for list of avaliable action commands. default param Frame 131 Action desc The actions that will be run on frame 131. Visit the Help section for list of avaliable action commands. default param Frame 132 Action desc The actions that will be run on frame 132. Visit the Help section for list of avaliable action commands. default param Frame 133 Action desc The actions that will be run on frame 133. Visit the Help section for list of avaliable action commands. default param Frame 134 Action desc The actions that will be run on frame 134. Visit the Help section for list of avaliable action commands. default param Frame 135 Action desc The actions that will be run on frame 135. Visit the Help section for list of avaliable action commands. default param Frame 136 Action desc The actions that will be run on frame 136. Visit the Help section for list of avaliable action commands. default param Frame 137 Action desc The actions that will be run on frame 137. Visit the Help section for list of avaliable action commands. default param Frame 138 Action desc The actions that will be run on frame 138. Visit the Help section for list of avaliable action commands. default param Frame 139 Action desc The actions that will be run on frame 139. Visit the Help section for list of avaliable action commands. default param Frame 140 Action desc The actions that will be run on frame 140. Visit the Help section for list of avaliable action commands. default param Frame 141 Action desc The actions that will be run on frame 141. Visit the Help section for list of avaliable action commands. default param Frame 142 Action desc The actions that will be run on frame 142. Visit the Help section for list of avaliable action commands. default param Frame 143 Action desc The actions that will be run on frame 143. Visit the Help section for list of avaliable action commands. default param Frame 144 Action desc The actions that will be run on frame 144. Visit the Help section for list of avaliable action commands. default param Frame 145 Action desc The actions that will be run on frame 145. Visit the Help section for list of avaliable action commands. default param Frame 146 Action desc The actions that will be run on frame 146. Visit the Help section for list of avaliable action commands. default param Frame 147 Action desc The actions that will be run on frame 147. Visit the Help section for list of avaliable action commands. default param Frame 148 Action desc The actions that will be run on frame 148. Visit the Help section for list of avaliable action commands. default param Frame 149 Action desc The actions that will be run on frame 149. Visit the Help section for list of avaliable action commands. default param Frame 150 Action desc The actions that will be run on frame 150. Visit the Help section for list of avaliable action commands. default param Frame 151 Action desc The actions that will be run on frame 151. Visit the Help section for list of avaliable action commands. default param Frame 152 Action desc The actions that will be run on frame 152. Visit the Help section for list of avaliable action commands. default param Frame 153 Action desc The actions that will be run on frame 153. Visit the Help section for list of avaliable action commands. default param Frame 154 Action desc The actions that will be run on frame 154. Visit the Help section for list of avaliable action commands. default param Frame 155 Action desc The actions that will be run on frame 155. Visit the Help section for list of avaliable action commands. default param Frame 156 Action desc The actions that will be run on frame 156. Visit the Help section for list of avaliable action commands. default param Frame 157 Action desc The actions that will be run on frame 157. Visit the Help section for list of avaliable action commands. default param Frame 158 Action desc The actions that will be run on frame 158. Visit the Help section for list of avaliable action commands. default param Frame 159 Action desc The actions that will be run on frame 159. Visit the Help section for list of avaliable action commands. default param Frame 160 Action desc The actions that will be run on frame 160. Visit the Help section for list of avaliable action commands. default param Frame 161 Action desc The actions that will be run on frame 161. Visit the Help section for list of avaliable action commands. default param Frame 162 Action desc The actions that will be run on frame 162. Visit the Help section for list of avaliable action commands. default param Frame 163 Action desc The actions that will be run on frame 163. Visit the Help section for list of avaliable action commands. default param Frame 164 Action desc The actions that will be run on frame 164. Visit the Help section for list of avaliable action commands. default param Frame 165 Action desc The actions that will be run on frame 165. Visit the Help section for list of avaliable action commands. default param Frame 166 Action desc The actions that will be run on frame 166. Visit the Help section for list of avaliable action commands. default param Frame 167 Action desc The actions that will be run on frame 167. Visit the Help section for list of avaliable action commands. default param Frame 168 Action desc The actions that will be run on frame 168. Visit the Help section for list of avaliable action commands. default param Frame 169 Action desc The actions that will be run on frame 169. Visit the Help section for list of avaliable action commands. default param Frame 170 Action desc The actions that will be run on frame 170. Visit the Help section for list of avaliable action commands. default param Frame 171 Action desc The actions that will be run on frame 171. Visit the Help section for list of avaliable action commands. default param Frame 172 Action desc The actions that will be run on frame 172. Visit the Help section for list of avaliable action commands. default param Frame 173 Action desc The actions that will be run on frame 173. Visit the Help section for list of avaliable action commands. default param Frame 174 Action desc The actions that will be run on frame 174. Visit the Help section for list of avaliable action commands. default param Frame 175 Action desc The actions that will be run on frame 175. Visit the Help section for list of avaliable action commands. default param Frame 176 Action desc The actions that will be run on frame 176. Visit the Help section for list of avaliable action commands. default param Frame 177 Action desc The actions that will be run on frame 177. Visit the Help section for list of avaliable action commands. default param Frame 178 Action desc The actions that will be run on frame 178. Visit the Help section for list of avaliable action commands. default param Frame 179 Action desc The actions that will be run on frame 179. Visit the Help section for list of avaliable action commands. default param Frame 180 Action desc The actions that will be run on frame 180. Visit the Help section for list of avaliable action commands. default param Frame 181 Action desc The actions that will be run on frame 181. Visit the Help section for list of avaliable action commands. default param Frame 182 Action desc The actions that will be run on frame 182. Visit the Help section for list of avaliable action commands. default param Frame 183 Action desc The actions that will be run on frame 183. Visit the Help section for list of avaliable action commands. default param Frame 184 Action desc The actions that will be run on frame 184. Visit the Help section for list of avaliable action commands. default param Frame 185 Action desc The actions that will be run on frame 185. Visit the Help section for list of avaliable action commands. default param Frame 186 Action desc The actions that will be run on frame 186. Visit the Help section for list of avaliable action commands. default param Frame 187 Action desc The actions that will be run on frame 187. Visit the Help section for list of avaliable action commands. default param Frame 188 Action desc The actions that will be run on frame 188. Visit the Help section for list of avaliable action commands. default param Frame 189 Action desc The actions that will be run on frame 189. Visit the Help section for list of avaliable action commands. default param Frame 190 Action desc The actions that will be run on frame 190. Visit the Help section for list of avaliable action commands. default param Frame 191 Action desc The actions that will be run on frame 191. Visit the Help section for list of avaliable action commands. default param Frame 192 Action desc The actions that will be run on frame 192. Visit the Help section for list of avaliable action commands. default param Frame 193 Action desc The actions that will be run on frame 193. Visit the Help section for list of avaliable action commands. default param Frame 194 Action desc The actions that will be run on frame 194. Visit the Help section for list of avaliable action commands. default param Frame 195 Action desc The actions that will be run on frame 195. Visit the Help section for list of avaliable action commands. default param Frame 196 Action desc The actions that will be run on frame 196. Visit the Help section for list of avaliable action commands. default param Frame 197 Action desc The actions that will be run on frame 197. Visit the Help section for list of avaliable action commands. default param Frame 198 Action desc The actions that will be run on frame 198. Visit the Help section for list of avaliable action commands. default param Frame 199 Action desc The actions that will be run on frame 199. Visit the Help section for list of avaliable action commands. default param Frame 200 Action desc The actions that will be run on frame 200. Visit the Help section for list of avaliable action commands. default param Frame 201 Action desc The actions that will be run on frame 201. Visit the Help section for list of avaliable action commands. default param Frame 202 Action desc The actions that will be run on frame 202. Visit the Help section for list of avaliable action commands. default param Frame 203 Action desc The actions that will be run on frame 203. Visit the Help section for list of avaliable action commands. default param Frame 204 Action desc The actions that will be run on frame 204. Visit the Help section for list of avaliable action commands. default param Frame 205 Action desc The actions that will be run on frame 205. Visit the Help section for list of avaliable action commands. default param Frame 206 Action desc The actions that will be run on frame 206. Visit the Help section for list of avaliable action commands. default param Frame 207 Action desc The actions that will be run on frame 207. Visit the Help section for list of avaliable action commands. default param Frame 208 Action desc The actions that will be run on frame 208. Visit the Help section for list of avaliable action commands. default param Frame 209 Action desc The actions that will be run on frame 209. Visit the Help section for list of avaliable action commands. default param Frame 210 Action desc The actions that will be run on frame 210. Visit the Help section for list of avaliable action commands. default param Frame 211 Action desc The actions that will be run on frame 211. Visit the Help section for list of avaliable action commands. default param Frame 212 Action desc The actions that will be run on frame 212. Visit the Help section for list of avaliable action commands. default param Frame 213 Action desc The actions that will be run on frame 213. Visit the Help section for list of avaliable action commands. default param Frame 214 Action desc The actions that will be run on frame 214. Visit the Help section for list of avaliable action commands. default param Frame 215 Action desc The actions that will be run on frame 215. Visit the Help section for list of avaliable action commands. default param Frame 216 Action desc The actions that will be run on frame 216. Visit the Help section for list of avaliable action commands. default param Frame 217 Action desc The actions that will be run on frame 217. Visit the Help section for list of avaliable action commands. default param Frame 218 Action desc The actions that will be run on frame 218. Visit the Help section for list of avaliable action commands. default param Frame 219 Action desc The actions that will be run on frame 219. Visit the Help section for list of avaliable action commands. default param Frame 220 Action desc The actions that will be run on frame 220. Visit the Help section for list of avaliable action commands. default param Frame 221 Action desc The actions that will be run on frame 221. Visit the Help section for list of avaliable action commands. default param Frame 222 Action desc The actions that will be run on frame 222. Visit the Help section for list of avaliable action commands. default param Frame 223 Action desc The actions that will be run on frame 223. Visit the Help section for list of avaliable action commands. default param Frame 224 Action desc The actions that will be run on frame 224. Visit the Help section for list of avaliable action commands. default param Frame 225 Action desc The actions that will be run on frame 225. Visit the Help section for list of avaliable action commands. default param Frame 226 Action desc The actions that will be run on frame 226. Visit the Help section for list of avaliable action commands. default param Frame 227 Action desc The actions that will be run on frame 227. Visit the Help section for list of avaliable action commands. default param Frame 228 Action desc The actions that will be run on frame 228. Visit the Help section for list of avaliable action commands. default param Frame 229 Action desc The actions that will be run on frame 229. Visit the Help section for list of avaliable action commands. default param Frame 230 Action desc The actions that will be run on frame 230. Visit the Help section for list of avaliable action commands. default param Frame 231 Action desc The actions that will be run on frame 231. Visit the Help section for list of avaliable action commands. default param Frame 232 Action desc The actions that will be run on frame 232. Visit the Help section for list of avaliable action commands. default param Frame 233 Action desc The actions that will be run on frame 233. Visit the Help section for list of avaliable action commands. default param Frame 234 Action desc The actions that will be run on frame 234. Visit the Help section for list of avaliable action commands. default param Frame 235 Action desc The actions that will be run on frame 235. Visit the Help section for list of avaliable action commands. default param Frame 236 Action desc The actions that will be run on frame 236. Visit the Help section for list of avaliable action commands. default param Frame 237 Action desc The actions that will be run on frame 237. Visit the Help section for list of avaliable action commands. default param Frame 238 Action desc The actions that will be run on frame 238. Visit the Help section for list of avaliable action commands. default param Frame 239 Action desc The actions that will be run on frame 239. Visit the Help section for list of avaliable action commands. default param Frame 240 Action desc The actions that will be run on frame 240. Visit the Help section for list of avaliable action commands. default param Frame 241 Action desc The actions that will be run on frame 241. Visit the Help section for list of avaliable action commands. default param Frame 242 Action desc The actions that will be run on frame 242. Visit the Help section for list of avaliable action commands. default param Frame 243 Action desc The actions that will be run on frame 243. Visit the Help section for list of avaliable action commands. default param Frame 244 Action desc The actions that will be run on frame 244. Visit the Help section for list of avaliable action commands. default param Frame 245 Action desc The actions that will be run on frame 245. Visit the Help section for list of avaliable action commands. default param Frame 246 Action desc The actions that will be run on frame 246. Visit the Help section for list of avaliable action commands. default param Frame 247 Action desc The actions that will be run on frame 247. Visit the Help section for list of avaliable action commands. default param Frame 248 Action desc The actions that will be run on frame 248. Visit the Help section for list of avaliable action commands. default param Frame 249 Action desc The actions that will be run on frame 249. Visit the Help section for list of avaliable action commands. default param Frame 250 Action desc The actions that will be run on frame 250. Visit the Help section for list of avaliable action commands. default param Frame 251 Action desc The actions that will be run on frame 251. Visit the Help section for list of avaliable action commands. default param Frame 252 Action desc The actions that will be run on frame 252. Visit the Help section for list of avaliable action commands. default param Frame 253 Action desc The actions that will be run on frame 253. Visit the Help section for list of avaliable action commands. default param Frame 254 Action desc The actions that will be run on frame 254. Visit the Help section for list of avaliable action commands. default param Frame 255 Action desc The actions that will be run on frame 255. Visit the Help section for list of avaliable action commands. default param Frame 256 Action desc The actions that will be run on frame 256. Visit the Help section for list of avaliable action commands. default param Frame 257 Action desc The actions that will be run on frame 257. Visit the Help section for list of avaliable action commands. default param Frame 258 Action desc The actions that will be run on frame 258. Visit the Help section for list of avaliable action commands. default param Frame 259 Action desc The actions that will be run on frame 259. Visit the Help section for list of avaliable action commands. default param Frame 260 Action desc The actions that will be run on frame 260. Visit the Help section for list of avaliable action commands. default param Frame 261 Action desc The actions that will be run on frame 261. Visit the Help section for list of avaliable action commands. default param Frame 262 Action desc The actions that will be run on frame 262. Visit the Help section for list of avaliable action commands. default param Frame 263 Action desc The actions that will be run on frame 263. Visit the Help section for list of avaliable action commands. default param Frame 264 Action desc The actions that will be run on frame 264. Visit the Help section for list of avaliable action commands. default param Frame 265 Action desc The actions that will be run on frame 265. Visit the Help section for list of avaliable action commands. default param Frame 266 Action desc The actions that will be run on frame 266. Visit the Help section for list of avaliable action commands. default param Frame 267 Action desc The actions that will be run on frame 267. Visit the Help section for list of avaliable action commands. default param Frame 268 Action desc The actions that will be run on frame 268. Visit the Help section for list of avaliable action commands. default param Frame 269 Action desc The actions that will be run on frame 269. Visit the Help section for list of avaliable action commands. default param Frame 270 Action desc The actions that will be run on frame 270. Visit the Help section for list of avaliable action commands. default param Frame 271 Action desc The actions that will be run on frame 271. Visit the Help section for list of avaliable action commands. default param Frame 272 Action desc The actions that will be run on frame 272. Visit the Help section for list of avaliable action commands. default param Frame 273 Action desc The actions that will be run on frame 273. Visit the Help section for list of avaliable action commands. default param Frame 274 Action desc The actions that will be run on frame 274. Visit the Help section for list of avaliable action commands. default param Frame 275 Action desc The actions that will be run on frame 275. Visit the Help section for list of avaliable action commands. default param Frame 276 Action desc The actions that will be run on frame 276. Visit the Help section for list of avaliable action commands. default param Frame 277 Action desc The actions that will be run on frame 277. Visit the Help section for list of avaliable action commands. default param Frame 278 Action desc The actions that will be run on frame 278. Visit the Help section for list of avaliable action commands. default param Frame 279 Action desc The actions that will be run on frame 279. Visit the Help section for list of avaliable action commands. default param Frame 280 Action desc The actions that will be run on frame 280. Visit the Help section for list of avaliable action commands. default param Frame 281 Action desc The actions that will be run on frame 281. Visit the Help section for list of avaliable action commands. default param Frame 282 Action desc The actions that will be run on frame 282. Visit the Help section for list of avaliable action commands. default param Frame 283 Action desc The actions that will be run on frame 283. Visit the Help section for list of avaliable action commands. default param Frame 284 Action desc The actions that will be run on frame 284. Visit the Help section for list of avaliable action commands. default param Frame 285 Action desc The actions that will be run on frame 285. Visit the Help section for list of avaliable action commands. default param Frame 286 Action desc The actions that will be run on frame 286. Visit the Help section for list of avaliable action commands. default param Frame 287 Action desc The actions that will be run on frame 287. Visit the Help section for list of avaliable action commands. default param Frame 288 Action desc The actions that will be run on frame 288. Visit the Help section for list of avaliable action commands. default param Frame 289 Action desc The actions that will be run on frame 289. Visit the Help section for list of avaliable action commands. default param Frame 290 Action desc The actions that will be run on frame 290. Visit the Help section for list of avaliable action commands. default param Frame 291 Action desc The actions that will be run on frame 291. Visit the Help section for list of avaliable action commands. default param Frame 292 Action desc The actions that will be run on frame 292. Visit the Help section for list of avaliable action commands. default param Frame 293 Action desc The actions that will be run on frame 293. Visit the Help section for list of avaliable action commands. default param Frame 294 Action desc The actions that will be run on frame 294. Visit the Help section for list of avaliable action commands. default param Frame 295 Action desc The actions that will be run on frame 295. Visit the Help section for list of avaliable action commands. default param Frame 296 Action desc The actions that will be run on frame 296. Visit the Help section for list of avaliable action commands. default param Frame 297 Action desc The actions that will be run on frame 297. Visit the Help section for list of avaliable action commands. default param Frame 298 Action desc The actions that will be run on frame 298. Visit the Help section for list of avaliable action commands. default param Frame 299 Action desc The actions that will be run on frame 299. Visit the Help section for list of avaliable action commands. default param Frame 300 Action desc The actions that will be run on frame 300. Visit the Help section for list of avaliable action commands. default param Frame 301 Action desc The actions that will be run on frame 301. Visit the Help section for list of avaliable action commands. default param Frame 302 Action desc The actions that will be run on frame 302. Visit the Help section for list of avaliable action commands. default param Frame 303 Action desc The actions that will be run on frame 303. Visit the Help section for list of avaliable action commands. default param Frame 304 Action desc The actions that will be run on frame 304. Visit the Help section for list of avaliable action commands. default param Frame 305 Action desc The actions that will be run on frame 305. Visit the Help section for list of avaliable action commands. default param Frame 306 Action desc The actions that will be run on frame 306. Visit the Help section for list of avaliable action commands. default param Frame 307 Action desc The actions that will be run on frame 307. Visit the Help section for list of avaliable action commands. default param Frame 308 Action desc The actions that will be run on frame 308. Visit the Help section for list of avaliable action commands. default param Frame 309 Action desc The actions that will be run on frame 309. Visit the Help section for list of avaliable action commands. default param Frame 310 Action desc The actions that will be run on frame 310. Visit the Help section for list of avaliable action commands. default param Frame 311 Action desc The actions that will be run on frame 311. Visit the Help section for list of avaliable action commands. default param Frame 312 Action desc The actions that will be run on frame 312. Visit the Help section for list of avaliable action commands. default param Frame 313 Action desc The actions that will be run on frame 313. Visit the Help section for list of avaliable action commands. default param Frame 314 Action desc The actions that will be run on frame 314. Visit the Help section for list of avaliable action commands. default param Frame 315 Action desc The actions that will be run on frame 315. Visit the Help section for list of avaliable action commands. default param Frame 316 Action desc The actions that will be run on frame 316. Visit the Help section for list of avaliable action commands. default param Frame 317 Action desc The actions that will be run on frame 317. Visit the Help section for list of avaliable action commands. default param Frame 318 Action desc The actions that will be run on frame 318. Visit the Help section for list of avaliable action commands. default param Frame 319 Action desc The actions that will be run on frame 319. Visit the Help section for list of avaliable action commands. default param Frame 320 Action desc The actions that will be run on frame 320. Visit the Help section for list of avaliable action commands. default param Frame 321 Action desc The actions that will be run on frame 321. Visit the Help section for list of avaliable action commands. default param Frame 322 Action desc The actions that will be run on frame 322. Visit the Help section for list of avaliable action commands. default param Frame 323 Action desc The actions that will be run on frame 323. Visit the Help section for list of avaliable action commands. default param Frame 324 Action desc The actions that will be run on frame 324. Visit the Help section for list of avaliable action commands. default param Frame 325 Action desc The actions that will be run on frame 325. Visit the Help section for list of avaliable action commands. default param Frame 326 Action desc The actions that will be run on frame 326. Visit the Help section for list of avaliable action commands. default param Frame 327 Action desc The actions that will be run on frame 327. Visit the Help section for list of avaliable action commands. default param Frame 328 Action desc The actions that will be run on frame 328. Visit the Help section for list of avaliable action commands. default param Frame 329 Action desc The actions that will be run on frame 329. Visit the Help section for list of avaliable action commands. default param Frame 330 Action desc The actions that will be run on frame 330. Visit the Help section for list of avaliable action commands. default param Frame 331 Action desc The actions that will be run on frame 331. Visit the Help section for list of avaliable action commands. default param Frame 332 Action desc The actions that will be run on frame 332. Visit the Help section for list of avaliable action commands. default param Frame 333 Action desc The actions that will be run on frame 333. Visit the Help section for list of avaliable action commands. default param Frame 334 Action desc The actions that will be run on frame 334. Visit the Help section for list of avaliable action commands. default param Frame 335 Action desc The actions that will be run on frame 335. Visit the Help section for list of avaliable action commands. default param Frame 336 Action desc The actions that will be run on frame 336. Visit the Help section for list of avaliable action commands. default param Frame 337 Action desc The actions that will be run on frame 337. Visit the Help section for list of avaliable action commands. default param Frame 338 Action desc The actions that will be run on frame 338. Visit the Help section for list of avaliable action commands. default param Frame 339 Action desc The actions that will be run on frame 339. Visit the Help section for list of avaliable action commands. default param Frame 340 Action desc The actions that will be run on frame 340. Visit the Help section for list of avaliable action commands. default param Frame 341 Action desc The actions that will be run on frame 341. Visit the Help section for list of avaliable action commands. default param Frame 342 Action desc The actions that will be run on frame 342. Visit the Help section for list of avaliable action commands. default param Frame 343 Action desc The actions that will be run on frame 343. Visit the Help section for list of avaliable action commands. default param Frame 344 Action desc The actions that will be run on frame 344. Visit the Help section for list of avaliable action commands. default param Frame 345 Action desc The actions that will be run on frame 345. Visit the Help section for list of avaliable action commands. default param Frame 346 Action desc The actions that will be run on frame 346. Visit the Help section for list of avaliable action commands. default param Frame 347 Action desc The actions that will be run on frame 347. Visit the Help section for list of avaliable action commands. default param Frame 348 Action desc The actions that will be run on frame 348. Visit the Help section for list of avaliable action commands. default param Frame 349 Action desc The actions that will be run on frame 349. Visit the Help section for list of avaliable action commands. default param Frame 350 Action desc The actions that will be run on frame 350. Visit the Help section for list of avaliable action commands. default param Frame 351 Action desc The actions that will be run on frame 351. Visit the Help section for list of avaliable action commands. default param Frame 352 Action desc The actions that will be run on frame 352. Visit the Help section for list of avaliable action commands. default param Frame 353 Action desc The actions that will be run on frame 353. Visit the Help section for list of avaliable action commands. default param Frame 354 Action desc The actions that will be run on frame 354. Visit the Help section for list of avaliable action commands. default param Frame 355 Action desc The actions that will be run on frame 355. Visit the Help section for list of avaliable action commands. default param Frame 356 Action desc The actions that will be run on frame 356. Visit the Help section for list of avaliable action commands. default param Frame 357 Action desc The actions that will be run on frame 357. Visit the Help section for list of avaliable action commands. default param Frame 358 Action desc The actions that will be run on frame 358. Visit the Help section for list of avaliable action commands. default param Frame 359 Action desc The actions that will be run on frame 359. Visit the Help section for list of avaliable action commands. default param Frame 360 Action desc The actions that will be run on frame 360. Visit the Help section for list of avaliable action commands. default - ライセンス表記
紹介ページ https://github.com/SumRndmDde/RPG-Maker-MV-Plugins/blob/master/SRD_CustomBattleIntro.js