SHOW:
|
|
- or go back to the newest paste.
| 1 | mon = peripheral.wrap("top")
| |
| 2 | while true do | |
| 3 | ||
| 4 | mon.write("nbv 123 mlk 789")
| |
| 5 | print("qsd 111213")
| |
| 6 | rep = read() | |
| 7 | ||
| 8 | if (rep=="251912623") then | |
| 9 | print("bien joueur vous avez su dejouer la maison")
| |
| 10 | mon.write("JE SUIS LA ")
| |
| 11 | rs.setOutput("back",true)
| |
| 12 | sleep(10) | |
| 13 | rs.setOutput("back",false)
| |
| 14 | end | |
| 15 | sleep(1) | |
| 16 | end |