14 posts
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?
193 posts
Posted 12 May 2012 - 02:05 PM
coroutines.
Sorry I can't be more helpful but I have not worked with them
14 posts
Posted 12 May 2012 - 02:12 PM
ill look into them
1604 posts
Posted 12 May 2012 - 06:29 PM
Or the parallel API, wich uses coroutines but gives you a nice API to use them :P/>/>