Paste #123067: Unnamed Denizen Script Paste

Date: 2024/05/25 09:51:05 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


        on player left clicks block with:force_powers:
            - if <context.click_type> == DROP:
                - narrate "3000202"
                - stop
            - narrate 2
            - if <player.has_flag[equipped_force]>:
                - run <script[<player.flag[equipped_force]>]>
            - else:
                - narrate "<&3><bold>- Select a Force Power before casting!"
            - determine cancelled