
- Following 1 user
- Followed by 1 user
- Votes 1
- Subscriptions 6
Badges
No badges earned
Comments
Recent activity by Rodrigo González-
Thanks. It's only available for Chromebooks then? But the description of the app says Android (not Chrome OS)?
-
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 (...
-
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.
-
Does the program (my code) initialize every time I press "C" to open the code builder? As far as I understood, it shouldn't
-
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...
-
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....
-
Thank you! Can a variable be accessible from multiple programs?
-
Hi, I did some tutorials with the tutorial tool and imported them into Minecraft Code Builder
-
Thanks! Funny that two versions of the same game are coded in different programming languages!
-
Could be something so simple as a chat command to greet another player in a multiplayer setting. The chat command would receive a string (a player's name) as a parameter and via a player.say block ...