I was given this code:
on *:action:*:#: {
if (($1 == wonders) && ($2 == what) && ($4 == saying)) {
describe # $read(sayings.txt,t)
}
}
I was told to make a text file with the saying in it, one saying per line. I did. Put the sayins.txt file in the same folder as the script file was in.
Problem is....I can't get it to work. Does anyone know why?