hi all
I am trying to make a little addon that uses on text.
Basically i want to have a command like for example !dumb and when that is typed into the room the script will respond with the question who is dumb?
Then when they type in a name the script will respond with something else.
what i have so far is the first bit
on *:TEXT:!dumb:#: { msg $chan Who is dumb? }
but i have no idea how to go about getting it to wait for an answer and respond to it.
Would someone be able to give me some pointers on how to go about it?
Thanks,
Neophyte