_Added in 1.9.0_ *$devent* Returns the name of the dialog event during a [[on DIALOG]] [[Scripting_Events|event]]. *Example*
on *:DIALOG:*:*:*:{
  echo -ag Matched dialog event is $devent
}