Posted 26 October 2012 - 04:33 PM
i want to create a for loop that loops a userdifined amount of times and I am having trouble with it.
what i have so far is(im only going to post the relevant part of the code btw)
srry i know it seems basic but when i input 10 it only pulses twice instead of 10 times
what i have so far is(im only going to post the relevant part of the code btw)
Spoiler
ntimes = read()
for i = 1, #ntimes do
what i want it to do
end
srry i know it seems basic but when i input 10 it only pulses twice instead of 10 times