- Following 1 user
- Followed by 1 user
- Votes 1
- Subscriptions 6
Badges
No badges earned
Comments
Recent activity by Rodrigo González-
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 (...
-
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 ...
-
Sorry I didn't express myself right. What I meant is that probaly you can install mods and plugins in Minecraft Education Edition as well?. Would it be possible to hack Minecraft EE to install forg...
-
Not allowing to pass string variables in chat commands seems a big limitation since the player can't invoke a function in the game, can he?
-
Have you finally succeeded in using mcpi with Minecraft Education Edition?