Edd004
Active member
- Joined
- Mar 10, 2013
- Messages
- 155
- Reaction score
- 0
i want to make it read the number from 0 to 99999
:A
wait 1
for 0@ = 0 to 99999 step 1
0AD3: 6@s = format "%d" 0@
0AF4: 0@v = read_string_from_ini_file "cleo[E4]Config[E4]Data.ini" section "ACTIVATION" key 6@s
if
cheat 0@v
jf @A
jump @C
but it just read the number 0 only :hm: :hm::hm: not the number from 0 to 999999, can someone help me about this?
**sorry if my english is bad :xD: :xD::xD: **
:A
wait 1
for 0@ = 0 to 99999 step 1
0AD3: 6@s = format "%d" 0@
0AF4: 0@v = read_string_from_ini_file "cleo[E4]Config[E4]Data.ini" section "ACTIVATION" key 6@s
if
cheat 0@v
jf @A
jump @C
but it just read the number 0 only :hm: :hm::hm: not the number from 0 to 999999, can someone help me about this?
**sorry if my english is bad :xD: :xD::xD: **