• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
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:
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