on *:text:*do you have*dollars*:?: {
msg $nick I don't have any money.
}
You'll of course have to adjust it to work in whatever way you want. You may need/want to include IF statements to adjust how it responds and play around with the trigger format to get it to do what you want.
Thanks, I will. Will that example work on private messages? I tried to copy and adjust it:
on *:text:*do you have*dollars*:?: {
msg $nick I don't have any money.
}
on *:text:*hello helen*:?: {
msg $nick hello my dear.
}
Is that correct? Are the * stars necessary or can I remove them to keep the script/words more specific? Thanks.