Discuss Scratch

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,

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?

DoggyBoi554
Scratcher
1 post

How to make Undertale Text Engine?

wwwwww
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

Last edited by Cash737 (March 27, 2019 09:42:25)

Cash737
Scratcher
62 posts

How to make Undertale Text Engine?

iFluxx
Scratcher
100+ posts

How to make Undertale Text Engine?

DoggyBoi554 wrote:

wwwwww
Please 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
Tater_Tot_Boi
Scratcher
3 posts

How to make Undertale Text Engine?

qwertyuiopasdfghjklzxcvbnm
Nezon
Scratcher
1000+ posts

How to make Undertale Text Engine?

Please stop necroposting
Arbiter1227
Scratcher
100+ posts

How to make Undertale Text Engine?

Make a PTE relay.
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?

awesomellama08 wrote:

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.

Powered by DjangoBB