View difference between Paste ID: L1217pVR and easehB5A
SHOW: | | - or go back to the newest paste.
1-
shell.run("monitor top pro")
1+
2
mon.setCursorPos(1,1)
3
mon.write("Gestion de la maison :")
4-
mon.write("Disponibilite :")
4+
5
mon.write("Allumage Electricité")
6-
mon.write("patates")
6+
7
mon.write("Gestion d'energie")
8-
mon.write("8")
8+
9
mon.write("Gestion des gas")
10-
mon.write("16")
10+
11
mon.write("Gestion des spawner")
12-
mon.write("32")
12+
13
mon.write("Gestion des coffre")
14-
mon.write("64")
14+
15
16-
function p16()
16+
17-
	  	redstone.setOutput("back", true)
17+
18-
  		sleep(3)
18+
19-
  		redstone.setOutput("back", false)
19+
20-
end
20+
     end