Bouncer commented on a Page, Chat Assistant  -  Jul 02, 2007

Instead of on :dialog:message:sclick:: and the same for edit and init, use
on :dialog:message::*: {
if ( $devent == init ) {
commands
}
elseif ( $devent == sclick ) {
if ( $did == ) {
commands
}
elseif ( $did == ) {
commands
}
}
elseif ( $devent == edit ) {
if ( $did == ) {
commands
}
}
}

Also you can use $devent for a menu to: if ( $devent == menu ) {

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.