$dname » History » Version 2
Per Amundsen, 08/17/2015 01:12 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | *$dname* |
||
4 | |||
5 | Returns the name of a dialog during a [[on DIALOG]] [[Scripting_Events|event]]. |
||
6 | 2 | Per Amundsen | |
7 | *Example* |
||
8 | |||
9 | <pre> |
||
10 | on *:DIALOG:*:*:*:{ |
||
11 | echo -ag Name of the dialog matched is $dname |
||
12 | } |
||
13 | </pre> |