• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
Resource icon

Tutorial Essentials Text Skip Tutorial 1

Amethyst

Rookie
Member
Joined
Mar 24, 2017
Posts
8
Amethyst submitted a new resource:

Essentials Text Skip Tutorial - Allows players to quickly skip messages by holding X.

This script adds the ability for players to quickly skip through messages by holding the B button during them. It works by exploiting a glitch that jumps through messages when the text speed is set to a very high number. So... thank Bethesda for the inspiration or something. It's a feature now.

Open your script editor and press Ctrl+Shift+F. Paste the following line:

Ruby:
Expand Collapse Copy
if (Input.trigger?(Input::C) || Input.trigger?(Input::B))

It should display a search box that returns a...

Read more about this resource...
 
Back
Top