conteh
01-02-2013, 19:02
Hey daniel, it would be great we could add the following option to the condtl events window.
IF (condition){
wait X;
IF (condition){
event
}
}
If we had this we could do an action if an event is still true after X seconds
IF (condition){
x = 0;
while (x < y){
IF (condition){
event
y++;
}
}
i gtg ill edit the second one later but the idea is to have a condition that must be true every X seconds for Y seconds
IF (condition){
wait X;
IF (condition){
event
}
}
If we had this we could do an action if an event is still true after X seconds
IF (condition){
x = 0;
while (x < y){
IF (condition){
event
y++;
}
}
i gtg ill edit the second one later but the idea is to have a condition that must be true every X seconds for Y seconds