Discussion:
Using Dialog in on 1:TEXT
(too old to reply)
Man
2004-07-07 20:41:31 UTC
Permalink
I was wondering if someone could help me understand how to write a
script which will popup a dialog for me when someone types matched
text and copies the entire text into the dialog...This way if someone
addresses my nick (outside of private chat) it will be sent to this
dialog..

I made an attempt which doesn't seem to work:

;open a dialog with the text typed directly to me
on 1:TEXT:*:#: if ($me isin $1) {question}

dialog question {
title "Question"
text $1
}

Any help would be appreciated!!

thx!
P T Wang
2004-07-19 16:06:03 UTC
Permalink
Post by Man
;open a dialog with the text typed directly to me
on 1:TEXT:*:#: if ($me isin $1) {question}
dialog question {
title "Question"
text $1
}
on text: Call up the dialog and use the /did command to put the line into
the dialog.

dialog: Read /help dialogs again. Your syntax is not right. :-)

Loading...