Wait Options
This is a plugin that adds more options for waiting during events.
这个插件可以为等待功能添加更多选项
Plugin Commands
How to wait for a specific amount of time:
等待指定帧数
Wait [number] Frames
Allows you to wait for a certain amount of frames.
等待指定秒数
Wait [number] Seconds
Allows you to wait for a certain amount of seconds.
等待指定分钟
Wait [number] Minutes
Allows you to wait for a certain amount of minutes.
等待移动完成
Wait for Route
Waits for all movement routes to complete.
等待动画完成
Wait for Animation
Waits for all animations to complete.
等待气泡完成
Wait for Balloon
Waits for all balloon animations to complete.
等待信息完成
Wait for Message
Waits for all messages to complete (best for parallel processes).
等待传送完成
Wait for Transfer
Waits for map transfer to complete
等待滚动完成
Wait for Scroll
Waits for scrolling to complete.
等待集合完成
Wait for Gather
Waits for all followers to gather.
等待战斗行动完成
Wait for Action
Waits for battle action to complete.
等待视频完成
Wait for Video
Waits for all videos to complete playing.
等待图片加载完成
Wait for Image
Waits for images to load.
等待SE播放完成
Wait for SE
Waits for all sound effects to stop playing.
等待ME播放完成
Wait for ME
Waits for all music effects to stop playing.
取消等待
Cancel Wait
Cancels all waiting.
How to Make Custom Waiting Conditions
Wait for Condition [condition]
Waits for a custom coindition.
自定义等待情况
Example:
Wait for Condition $gameVariable.value(3) > 5
This will wait until Variable 3 is greater than 5.
等待变量3的值超过5