thanks
Thanks for the feedback.
I know it's still a work in progress, i'm working on compiling 100 or so phrases.
Also, Could someone help me with some coding for this?
I dont quite get the syntax of arrays.
Ideally, what I would like to do with this is:
Code:
(random response)
Array # RandomNumber space 1 Store Random # 1
(check array slot 1)
(if random number doesnt exist already: random response: Else Random)
Array # RandomNumber space 2 Store Random # 2
(check array slot 1,2)
(if random number doesnt exist already: random response: Else Random)
Array # RandomNumber space 3 Store Random # 3
I hope this is clear. I just don't know a good way to do this.
The array is the right idea, right, maybe make it 20 spots big if I have 100 random responses so there are none repeated within 20 of each other.
As it is now, im going to make it so it wont repeat back to back. I'll upload an updated copy here shortly