Import random, math, time
import mcpi.block as block
import mcpi.minecraft as minecraft
mc=minecraft.Minecraft.create()
time.sleep(10)
mc.postToChat("I see the player you mean.")
time.sleep(3)
mc.postToChat("steve: ?")
time.sleep(3)
mc.postToChat("Yes. Take care. It has reached a higher level now. It can read our thoughts.")
time.sleep(3)
mc.postToChat("That doesn't matter. It thinks we are part of the game.")
time.sleep(3)