chika vladimir
Last activity
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Badges
No badges earned
Activity overview
Latest activity by chika vladimir-
chika vladimir commented,
Hello. You mean "JavaScript" from Code Builder? If Yes, it work only with Your payer, not all players. For prevent the iron door from re-opening by students use command blocks and selectors. Use @p...
-
chika vladimir commented,
def on_chat(num1, num2, num3): player.tell(mobs.target(LOCAL_PLAYER), "This is a method of player") on_chat(0, 0, 0) player.on_chat("jump", on_chat) def example(): player.tell(mobs.targ...
-
chika vladimir commented,
Hello, I think problem is in makecode core. When we define function call in event player.on_chat it has 3 hidden parameters (num1, num2, num3). But in Your code on_chat function is called directly...