08-06-2009, 05:52 PM
I figured it out but
this part is bugged i want to go 1,2,3,4.... not 0,1,2,3,4.... how to do that?
And why this isnt working on your script:
Just this and i wont bore you anymore =)
this part is bugged i want to go 1,2,3,4.... not 0,1,2,3,4.... how to do that?
And why this isnt working on your script:
str n
if(!inp(n "Input number of parts" "Bounty part adder")) ret
int i
for i 1 (n)
, str s=i
key "text" (s) "text"Just this and i wont bore you anymore =)
