• 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 Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
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