Prompt and PromptQueue Arguments
A prompt can have multiple arguments (except for prompt arguments). This allows you to disable sanitation, enable input validation, and assign permission attachments, in a single prompt.
Here is the list of all arguments that you can use so far:
Argument Name
Key
Scope
Description
Disable Sanitation
ds
Prompt
Disables input sanitation for a specific prompt
Post Command on Cancel
exac:<tick delay>
PromptQueue
Add a command to execute after completion is cancelled. PostCommand
Last updated