Amethyst submitted a new resource:
Essentials Text Skip Tutorial - Allows players to quickly skip messages by holding X.
Read more about this 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...