Player Prompt Multiple Choice
Sends a prompt to the specified player containing the prompt title and body, along with each of the answer choices on its own line. The player can choose a response and hit "ok," triggering the On Prompt Complete event. Since there is a delay between sending a prompt and receiving the response in which other responses may be received, the Player output can be used to disambiguate multiple responses. This prompt appears in the watch and can either bring the watch up automatically, or trigger a watch notification and show up when the player next opens their watch. To use a watch notification, disable the Immediate setting on the chip with the configure tool.
Inputs | Outputs |
---|---|
exec | No name. | exec | Run |
player | Player | exec | On Prompt Complete |
string | Prompt Title | bool | Success |
string | Prompt Body | player | Receiving Player |
List<string> | Answer Choices | string | Response |
int | Response Index |
Properties
Is beta required? | No |
Is chip a trolling risk? | No |
Is chip a role assignment risk? | No |
Chip UUID | d376a3c7-67c2-4607-a124-e2b93dc256d8 |
Room availability | Available everywhere |
Uses
None so far!
Tips
None so far!
Issues
None so far!