• 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.
  • The forums will be going offline starting at 9:00 am PST, 12:00 pm EST, 4:00 pm UTC, 5:00 pm BST. Please check our socials for an announcement when the website will come back online!
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