
- Following 1 user
- Followed by 1 user
- Votes 1
- Subscriptions 6
Badges
No badges earned
Activity overview
Latest activity by Rodrigo González-
Rodrigo González commented,
Thanks. It's only available for Chromebooks then? But the description of the app says Android (not Chrome OS)?
-
Rodrigo González created a post,
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...
-
Rodrigo González commented,
Thanks! that would explain the behavior. Do you know if there is any way to share a variable across different code windows? That would be great in a multiplayer environment.
-
Rodrigo González commented,
Does the program (my code) initialize every time I press "C" to open the code builder? As far as I understood, it shouldn't
-
Rodrigo González commented,
I can post the URL of my code in case you want to import it: https://minecraft.makecode.com/20584-09596-35966-85559 Basically, my program receives the initial coordinates through the chat command (...
-
Rodrigo González commented,
yes, "base" is another chat command in the same coding window. What I've noticed is that the variables get reset every now and then, specially if you open and close the coding window several times...
-
Rodrigo González created a post,
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...
-
Rodrigo González commented,
That's odd ... from the chat line you can only pass a numeric argument to a chat command. But when the player itself runs the chat command from inside the program, he can pass an argument ( player....
-
Rodrigo González commented,
Thank you! Can a variable be accessible from multiple programs?
-
Rodrigo González created a post,
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...