Hi Guys,
In this script how can I tell at the end, go and start again from the first if
if (deneme==1) {
durakla();
deneme=2;
}
if (deneme==2) {
durakla2();
deneme=3;
}
if (deneme==3) {
durakla3();
deneme==1;
}
This is a very urgent issue, thanks for any help.
Best Regards