じ☆ve冰风 发表于 2026-8-2 17:28:40

Event Command Skip

Event Command Skip - 2020.7.26.19

Creator name: OneEyedEagle

Overview
Makes use of labels and adds event command SKIP

Features
- New label is added before the command to start skip | SKIP
- New label is added after the end of command to skip | SKIPEND
- When a key is pressed during a command the process between SKIP and SKIPEND, the commands can be skipped.

Example
                Code:       
#    |- Label:SKIP
#    |- Show Text:Statement1
#    |- Show Balloon Icon:Exclamation
#    |- Show Text:Statement2
#    |- Label:SKIPEND
#    |- Show Text:Statement3



Show Text Statement1, Surprise, Text Statement2, and Text Statement3:
If Shift key is pressed on statement 1, then command between is skipped.
Text Statement3 is still shown.


https://i.imgur.com/kQ6wDU0.gif


Adds a label to SKIPTHEN in front of command when a skip is used.
If skipped, the command between SKIPTHEN and SKIPEND are used.
If not skipped, the instructions between are not executed.

Example
                Code:       
#    |- Label:SKIP
#    |- Show Text:Statement1
#    |- Show Text:Statement2
#    |- Label:SKIPTHEN
#    |- Show Text:Statement3
#    |- Label:SKIPEND
#    |- Show Text:Statement4


Show Text Statement 1, Statement 2, and Statement 4 are shown in order.
If Shift key is pressed on statement 1.
Skipped Statement2 however continues Statement3, and to Statement4.


https://i.imgur.com/VaZolp5.gif


Installation
Paste this script above Main.

Script



Credit and Thanks: OneEyedEagle

Terms of Use- Free for commercial and non-commercial use.

License - MIT License: http://opensource.org/licenses/mit-license.php

Note: This script may conflict with other Message System scripts

Source
https://github.com/OneEyedEagle/EAGLE-RGSS3


本贴来自国际rpgmaker官方论坛作者:ovate处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/event-command-skip.130347/
页: [1]
查看完整版本: Event Command Skip