Posted 17 December 2015 - 04:26 PM
First off, my code so far: http://pastebin.com/TfNYpn99
Soooo as you can probably imagine, i want to type a message and recieve the messages of my friend at the same time.
Now the problem is, the search for the event "modem_message" blocks the whole Process and i cant type anything as long as the other one sends me a message.
Now how do i call for a event? Like os.callEvent("modem_message") with the return of True (for updated data/event recieved) and False (for no event recieved/no update since last check).
Any suggestions?
Soooo as you can probably imagine, i want to type a message and recieve the messages of my friend at the same time.
Now the problem is, the search for the event "modem_message" blocks the whole Process and i cant type anything as long as the other one sends me a message.
Now how do i call for a event? Like os.callEvent("modem_message") with the return of True (for updated data/event recieved) and False (for no event recieved/no update since last check).
Any suggestions?