
- Following 1 user
- Followed by 1 user
- Votes 1
- Subscriptions 6
Badges
No badges earned
Posts
Recent activity by Rodrigo González-
Minecraft EE 1.17.31.2 available in Google Play requires Android 8.0 and up?
I have a tablet with Android 11. I've found the Minecraft EE App in Google Play Store (version 1.17.31.2). According to the description of the app, "requires Android 8.0 and up", but the install bu...
-
Variables' value gets erased
I have two chat commands in my code (see screenshot below). The first one ("inicio"), receives 3 parameters (num1, num2, num3) and it assignates their values to three variables (x0, y0, z0) The sec...
-
Scope of variables
Hi, I was trying to design a multiplayer scenario where the students try to solve some challenges using the code builder. I would like to use an integer variable that stores the score of every stud...
-
Makecode Passing variables to "on chat command" block
I see there's a "+" symbol in the "on chat command" block that allows to pass a variable when calling the command from the chat window. However, it seems that you can only pass a numeric variable. ...