Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- Programme : rednet exit sender
- --- Author : LightKnight51
- --- Last modification : 29/11/2020
- --- Variables
- -- Function
- function sendOrder()
- rednet.open("back")
- rednet.broadcast("exit","exitTurtleProgram")
- print("Fin du programme des turtles ayant la fonction 'readBroadcast()'")
- end
- -- Program
- sendOrder()
RAW Paste Data