$dname: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Aca20031 (talk | contribs)
No edit summary
 
Aca20031 (talk | contribs)
mNo edit summary
 
Line 7: Line 7:
   echo -a [[$devent]] on $dname item [[$did]]
   echo -a [[$devent]] on $dname item [[$did]]
  }
  }
[[Category:Dialog Identifiers]][[Category:Dialogs]]

Latest revision as of 00:52, 8 August 2008

Returns the dialog name in an On dialog event.

$dname

Examples

On *:DIALOG:myDialog:*:*: {
 echo -a $devent on $dname item $did
}