Skript: Detecting right click on an armor stand

Created on 19 Sep 2019  路  2Comments  路  Source: SkriptLang/Skript

Hi girls,
is there any way to detect right click on armor stands, since I have tested a lot of different ways, but nothing did work, hm?

invalid

Most helpful comment

Think you can do it via this script

on right click:
    if "%entity%" is "armor stand":
        broadcast "Armor Stand"

All 2 comments

Think you can do it via this script

on right click:
    if "%entity%" is "armor stand":
        broadcast "Armor Stand"

The issue tracker is reserved for bugs, feature requests and questions about Skript's API/implementation. If you're seeking for support please use the forums or enter the discord guild.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TheClassic36 picture TheClassic36  路  3Comments

jaylawl picture jaylawl  路  3Comments

Anoniempje1234 picture Anoniempje1234  路  3Comments

TrademarkTM picture TrademarkTM  路  4Comments

Coolfire02 picture Coolfire02  路  3Comments