This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Dr_Zarreh's profile picture

[lua] [code] [rednet] Client Based rrc help!

Started by Dr_Zarreh, 12 May 2012 - 11:53 AM
Dr_Zarreh #1
Posted 12 May 2012 - 01:53 PM
How would i go about creating a script that runs in the background of the program and receives messages?
libraryaddict #2
Posted 12 May 2012 - 02:05 PM
coroutines.

Sorry I can't be more helpful but I have not worked with them
Dr_Zarreh #3
Posted 12 May 2012 - 02:12 PM
ill look into them
MysticT #4
Posted 12 May 2012 - 06:29 PM
Or the parallel API, wich uses coroutines but gives you a nice API to use them :P/>/>