21 December 2014
<data Commands>
Type: Corrade progressive command
Command[wiki]: getscriptdialogs
Description[wiki]: The getscriptdialogs
returns a CSV list of pending script dialogs.
Permissions[wiki]: interact
Parameters[wiki]: group
, password
Last Changes[wiki]: Release 7.34 - added.
</data>
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.