21 December 2014
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.