> For the complete documentation index, see [llms.txt](https://custom-rathena.gitbook.io/site/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://custom-rathena.gitbook.io/site/guide/dice-require.md).

# ระบบ Dice Require

**\[ ตัวอย่าง ระบบ** Dice Require **]**

* ผู้เล่นจะต้องมีโบนัสในการใช้งานจึงจะสามารถใช้คำสั่ง /dice ได้
* ใช้เป็น Bonus ผูกติดกับไอเทม
* ตัวอย่างการใช้งานโบนัสไอเทม <mark style="color:$danger;">(ส่วนใหญ่มักจะผูกติดกับไอเทมหัวเครดิต)</mark>

<div align="left"><figure><img src="/files/nwXSvdYPIN5byPCBhZhV" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}

```
    EquipScript: |
      PLAY_DICE = 1;
    UnEquipScript: |
      PLAY_DICE = 0;
```

{% endhint %}
