Márton Bori
Last activity
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Badges
No badges earned
Comments
Recent activity by Márton Bori-
Having the same issue with my self-made and exported .mcworld files. When I import and try to open them I get stuck at "Checking download. This may take a few moments". I can load some files but no...
-
As a note, if you make this on a chat command they can just say "forward" and the agent will move without all the other typing. Yes, thats what we ended up doing, but its just so much more inconv...
-
Yes, the whole program looks like this: def forward(): agent.move(FORWARD,1)def back(): agent.move(BACK,1)def left(): agent.turn_left()def right(): agent.turn_right()player.on_tell_comm...