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

ghost picture ghost  路  3Comments

dhgameryt picture dhgameryt  路  3Comments

Romitou picture Romitou  路  3Comments

GiraffeCubed picture GiraffeCubed  路  3Comments

MrScopes picture MrScopes  路  3Comments