The "sound silenced?" block

This is a custom sound block I made

Project:

Instructions in the project:
Press the space key to toggle the music volume.

The block:
sound silenced

How it works:

You don’t need the FOREVER block, as no matter what, the block will return and stop the loop.

You also don’t need the variable:

if <(volume) = [0]> { report <<true>> } else { report <<false>> }

but at that rate you could just do report <(volume) = [0]>

but the code I made is okay for me

Yes, the code does work.

However, I am giving you tips on how to code in simpler ways. You wouldn’t want to use 100 blocks for something when you can do it with just 10!

Cool! ^ʋ^
As @d016 said, it could be a lot simpler, but it works and it’s unique!
I think it would be more understandable if you rename it to “muted?” though.

Here's the fixed one, replaced the existing code to a simple code:

Project

Lyrics translation

첫걸음을 나선 과거의 너에게 / To you from the past who leaves the first step
안녕 오늘도 너의 이름은 맑음이구나 / Hello, your name is ‘Clear’ also when it’s today
많고 많은 눈물과 사랑을 겪어가겠지 / I think you had experienced very much teardrops and love
웃음 짓던 그 자리에는 꽃 한 송이 핀다 / The flower in the place where we smiled will grow up

함께 흘린 땀방울과 응원 속의 너에겐 / To you in the teardrops we dropped and encouragement
저 별보다 소중한 건 없었던 시절 / When there was nothing important than that star

미래로 나선 너의 발걸음과 우리가 웃던 그 책상에 써진 이름들은 마치 꿈만 같아
/ The names on the table we laughed which is written with your footsteps which leaves to the future are like dreams
너 힘이 들 때 이곳을 찾아와 / If you are tired then you will come here
그 시절 그 땀방울을 함께 이야기에 담아 너의 여행을 응원해
And I will put the teardrops before in the story and encourage you for your flight

사랑이 없는 도시 속에서 / In the city where has no love
어릴 적 그네 밑에 심었던 편지를 찾아 / We find the letter under the swings which we were young
세월이 지나가서 다시 만나는 날 / At the day which we meet again after a long time
네가 가지고 온 여러 색바람을 불어줘 / Please blow the colored wind you got

=== REPETITION ZONE (x3) ===

푸르던 하늘 아래 아이들과 꿈을 꾼 의자 위에 초록 연서
/ There was a green love letter on the chair I dreamed with the kids under the blue sky
이곳을 떠나가는 사랑이여 / The love which will leave this place
낭만이 그리우면 내게 오라 / Please come to me if you miss romantic things

푸르던 하늘 아래 아이들과 꿈을 꾼 의자 위에 초록 연서
/ There was a green love letter on the chair I dreamed with the kids under the blue sky
이곳을 떠나가는 사랑이여 / The love which will leave this place
청춘이 그리우면 내게 오라 / Please come to me if you miss the youth

=== END REPETITION ZONE ===


this script might work and be okay for you, but you could just say report (the truth) instead of any of this.

It’s what I said here:

I read it already

Yes, I am just reaffirming what I said to coroborate the example shown by sathvikrias

ok but I can’t change the block name sadly

Whoops - the predicate label in Korean must be in the form of “~ㄴ가?” like
A remix version of the block script pic

can you help with the translation?

It’s “소리가 조용한가?” (Copy and paste the text)

it’s not the block name, it’s the strangely long code of the block

I have to change the project name aswell in order for the project to not be pointless

you don’t though; just update the block definition :)

the project title can’t be changed.

you don’t need to change the project title, just fix the block definition

you don’t need the variable
just make the definition (volume)=[0] @<:>