21 December 2014
getscriptdialogs (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getscriptdialogs |
Description | The getscriptdialogs returns a CSV list of pending script dialogs. |
Permissions | interact |
Parameters | group , password |
Last Changes | Release 7.34 - added. |
The getscriptdialogs
returns a CSV list of pending script dialogs.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getscriptdialogs | group , password | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ // Retrieves all pending script dialogs "command", "getscriptdialogs", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "callback", wasURLEscape(URL) ] ) ); |
The CSV list of retrieved script dialogs contains, in order:
Some of the returned parameters in the CSV list are the ones needed by the replytoscriptdialog command in order to reply to a script dialog.