Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make Undertale Text Engine?
- Phagon
-
Scratcher
4 posts
How to make Undertale Text Engine?
Hello my fellow Scratchers!
So recently I've started to make a project which its name will not be said at this moment and I wanted to use the Undertale Text Engine but I cant figure out how I've tried trust me. It just doesn't work out for me.
If somebody knows how to make on please tell or send me a link to a guide,
Thanks,
So recently I've started to make a project which its name will not be said at this moment and I wanted to use the Undertale Text Engine but I cant figure out how I've tried trust me. It just doesn't work out for me.
If somebody knows how to make on please tell or send me a link to a guide,
Thanks,
Last edited by Phagon (Dec. 21, 2017 21:45:13)
- lwell72
-
Scratcher
100+ posts
How to make Undertale Text Engine?
Is this where you put text in a script and it spells it out using clones. Because I have something like it.
- lwell72
-
Scratcher
100+ posts
How to make Undertale Text Engine?
Here it is https://scratch.mit.edu/projects/195005627/
- Cash737
-
Scratcher
62 posts
How to make Undertale Text Engine?
Well here is how you can make a good Undertale text engine. It is not using like the say hello block but like using costumes to clone.
Basically, use the costume editor to make all the characters & letters like ‘a, A, b, B,’ and so on. Soon when you're done, use the
blocks to make an actual word Undertale engine!

https://demirramon.com/gen/undertale_text_box.gif?text=OK%20Phagon%2C%20get%20to%20it.%20&box=undertale&boxcolor=white&character=undertale-sans&expression=funny&charcolor=white&font=sans&asterisk=blue&mode=regular&animate=true
Basically, use the costume editor to make all the characters & letters like ‘a, A, b, B,’ and so on. Soon when you're done, use the
blocks to make an actual word Undertale engine!

https://demirramon.com/gen/undertale_text_box.gif?text=OK%20Phagon%2C%20get%20to%20it.%20&box=undertale&boxcolor=white&character=undertale-sans&expression=funny&charcolor=white&font=sans&asterisk=blue&mode=regular&animate=true
Last edited by Cash737 (March 27, 2019 09:42:25)
- Cash737
-
Scratcher
62 posts
How to make Undertale Text Engine?
By the way I made that on https://demirramon.com/en/generators/undertale_text_box_generator
- iFluxx
-
Scratcher
100+ posts
How to make Undertale Text Engine?
wwwwwwPlease do not spam/necropost.
Thanks!
- awesomellama08
-
Scratcher
11 posts
How to make Undertale Text Engine?
So, this is how I do it, This use variables, But it is actually kind of easy.
define say (text)
set [ word] to []
set [ letter] to [1]
repeat (length of []text)
play sound [(pick random (1) to (2)) v]
set [ word] to (join [word] (letter (letter) of [text]))
say [word] for (0.075) secs
change [ letter] by (1)
end
- ScratchLoverAndKilla
-
Scratcher
3 posts
How to make Undertale Text Engine?
What the heck is a PTE relay?
- OOOFREE9050
-
Scratcher
12 posts
How to make Undertale Text Engine?
So, this is how I do it, This use variables, But it is actually kind of easy.define say (text)
set [ word] to []
set [ letter] to [1]
repeat (length of []text)
play sound [(pick random (1) to (2)) v]
set [ word] to (join [word] (letter (letter) of [text]))
say [word] for (0.075) secs
change [ letter] by (1)
end[/quote]
that didnt work...
- BlockPoint
-
Scratcher
100+ posts
How to make Undertale Text Engine?
What I do to get the font is go to here. Then fill the box with the transparent tool. Just leave the text.
- Discussion Forums
- » Help with Scripts
-
» How to make Undertale Text Engine?











