You've almost got it!
- Change your "repeat until" back to a "repeat 10" as it was before
- Put the repeat until as you have it just after the first "set counter to" but don't let it wrap around any blocks.
- Put inside the "repeat until" you just had, this block:
set counter to (pick random (1) to (length of [answers])
Make sure that is the only block inside the "repeat until."
- Remove the "add (counter) to asked questions" block that you have.
- Place that block just after your "repeat until."
Then it should work perfectly, so long as you have more than 10 questions.
Offline
adamk8875 wrote:
ok here is an image http://koenfam.cot.cc/new2.jpg i ran it and it seems to run great if you notice anything wrong let me know if not thanks alot for your help
That image doesn't seem to work - but if it's working fine then I guess there's not much of an issue! If you post an image here, I'll be able to double-check, but I think you'll be in the clear
Offline
The URL was mistyped - here's the real link:
http://koenfam.co.cc/new2.jpg
Offline
meowmeow55 wrote:
The URL was mistyped - here's the real link:
http://koenfam.co.cc/new2.jpg
Ah - thank you for pointing that out! Your script is super-close - you just need to add a "delete all of askedquestions" to the top
Offline