Posted 27 June 2014 - 02:47 PM
Hey Ive been messing around with loa for about 2 years (never got deep though) and I was wondering if it was possible to run lets say two programs at once so one does
while true do
os.pullEvent(0 = os.pullEventRaw()
print("Press Any Key To Continue")
os.pullEvent("key")
end
and the other something completely different these are just examples!