Posted 23 January 2014 - 04:10 PM
Hello I want to make a program, where you have a button on the left side to activate for example a redstone lamp. To make the button is not the problem, but i want to have
on the right side the actual amount of a railcraft tank. So far i only managed to reload the tank info if i click the button. Is there a way to reload the tank info
for example every 5 seconds and making the button clickable at the same time?
I just got an answer from someone. I have to use the paralell api "parallel.waitForAny(function1, function2, …)"
Topic can be closed
on the right side the actual amount of a railcraft tank. So far i only managed to reload the tank info if i click the button. Is there a way to reload the tank info
for example every 5 seconds and making the button clickable at the same time?
I just got an answer from someone. I have to use the paralell api "parallel.waitForAny(function1, function2, …)"
Topic can be closed
Edited on 23 January 2014 - 03:17 PM