Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Event Command Skip
- Original author: ovate
- Original date: November 27, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/event-command-skip.130347/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
Event Command Skip - 2020.7.26.19 Creator name: OneEyedEagle Overview Makes use of labels and adds event command SKIP
Archived First Post
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
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.
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
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.
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
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.
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.
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
Features Mentioned
- 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.
- "lightbox_close": "Close",
- "lightbox_next": "Next",
- "lightbox_previous": "Previous",
- "lightbox_error": "The requested content cannot be loaded. Please try again later.",
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
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
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...