Block isn't going in

I was making typewriter text and I wanted it to stop on two letters, but you can’t put text in a logic block. ClicClac told me to make the text a varible, and the varibles went in the logic block, but the logic block (“Or” block) wouldn’t go into the “equals” block. I know this is a bug as it worked for ClicClac. (Sorry, linked the wrong guide.)

1 Like

He already refreshed.

2 Likes

I also restarted my device and shut down, it still didn’t work.

1 Like

@ClicClac u still need ideas for the GK8?

1 Like

No. [1]


  1. To be honest, I don’t care if you give me them. I’ll still consider them! ↩︎

1 Like

ok thx for letting me know :saluting_face:

1 Like

Are you trying to do something like this

Let dog = 2;
If (dog = (2 || 3) {
Return true;
}

|| means or in JavaScript

1 Like

I’m trying to do this:
Screenshot 2024-03-16 11.46.50 AM

1 Like

Yeah. Gimkit currently doesn’t support that you will have to do

If(letter = v || letter = u) {

}

Basically you need to have two equals to expressions and the or outside of them

1 Like

Can you send a pic of the block code, I don’t understand.

1 Like

Im on mobile rn so i can try but i’ll explain it again.

[If [[Letter = v] or [letter = u]]]

Instead of:

[if [letter = [v or u]]]

1 Like

This is too much to duplicate:


1 Like

Just set it to a variable

1 Like

The text is a variable:
Screenshot 2024-03-16 11.55.36 AM
Screenshot 2024-03-16 11.55.30 AM

1 Like

No the expression in the if block

1 Like

I mean, you could possibly do this:

if [get first occurence of text [your text] in text [create text with [v] and [u]]] != 0
1 Like

Screenshot 2024-03-16 11.56.55 AM
What is in the do section?

1 Like

This?:
Screenshot 2024-03-16 11.57.52 AM

1 Like

Like, use the [get first occurence of text] block, with the second space being that [create text] block

1 Like


This doesn’t go into a logic block.

1 Like