# .steal \[user] \[amount] command

*this example uses our more complex variables, diving into user arguments with choices/locked choices!*

### ✎ autoresponder command

`/autoresponder add trigger:.steal reply:{requirearg:1|user} {requirearg:2|number}`\
`{choose:-[$2]|0|[$2]} {lockedchoose:you tried to steal money from [$1] but failed and ended up losing [$2] {server_currency} instead! :notsopog: | you tried to steal money from [$1] but didn't earn any {server_currency}! oops. | you tried to steal money from [$1] and was able to steal [$2] {server_currency} :pog:} {modifybal:-[choice] | [$1]} {modifybal:[choice]}`\
\
`[lockedchoice]`

`/autoresponder editmatchmode trigger:.steal reply:startswith`

<figure><img src="/files/jzMtyXFXr0YAMwTnSgVD" alt=""><figcaption><p>the functioning .steal command</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mimu.bot/autoresponder/resources/autoresponder-examples/custom-currency-command-examples/.steal-user-amount-command.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
