I have variables value in a specific order a=1,b=2... that I want to compare DATA with some numbers that I will enter manualy.
Then it get into some if, gosub, and hit a return once in a while to get back somewhere. But I want it to a certain point to get back to that above list of "variables value in a specific order a=1,b=2... " to compare them with other DATA and when that list of "variables value in a specific order a=1,b=2... " will be over it will get back to the top of it and restart.
c:
a=1
b=2
c=3
gosub a
a=4
b=5
c=3
gosub a
a=6
b=7
c=8
gosub a
gosub c
a:
Random number entered here that will be place in variable "a"
if a=1
gosub d
gosub e
d:
msgbox, blabla.
Goto e
e:
msgbox, blabla.
return
f:
msgbox, blabla.
return ; [u]last return[/u]
-Win XP SP3 -P4 3go/Ge Force 9600 GT driver 178.13
PhysX 08.09.04
DBP + Dark A.I. + Dark Physics + Easy Rotate + enhancement + Sprite Packe