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

Anvil Prompt

a

Prompt

Changes the prompt to become an Anvil Prompt

PlayerUI Prompt

p

Prompt

Changes the prompt to become a PlayerUI Prompt

SignUI Prompt

s

Prompt

Changes the prompt to become a SignUI Prompt

Disable Sanitation

ds

Prompt

Disables input sanitation for a specific prompt

Input Validation

iv:<alias>

Prompt

Validate an input for a certain prompt. Input Validation

Post Command

exa:<tick delay>

PromptQueue

Add a command to execute after completion. PostCommand

Post Command on Cancel

exac:<tick delay>

PromptQueue

Add a command to execute after completion is cancelled. PostCommand

Last updated