you're running a loop and it doesn't look like you're ending it. Try putting a return after you call the function Talk()
Or if you plan on adding more to that put a "break" to just get out of the loop
bumpy
fixed it.
Don't edit the thread saying "fixed". Other people may have the same problem.
[QUOTE=Hyper Iguana;31183033]Don't edit the thread saying "fixed". Other people may have the same problem.[/QUOTE]
The problem was a missing end not reporting a error. Normally I don't snip the code like that but I did in this case because it was just stupid.
Sorry, you need to Log In to post a reply to this thread.