1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved NPC Click

Discussion in 'Skript' started by syntax0, Aug 6, 2022.

Thread Status:
Not open for further replies.
  1. syntax0

    syntax0 Member

    Joined:
    Aug 6, 2022
    Messages:
    1
    Likes Received:
    0
    Hello im trying to create a Skript what makes the console say something when a NPC gets clicked. but it always says: "Can't Understand on npc click event"

    Code (Text):
    1. command /test:
    2.     permission: cmd.123
    3.     permission message: "you cant do this"
    4.     trigger:
    5.         on npc click:
    6.         execute console command "say hi"
     
  2. Craaft3r

    Craaft3r Member

    Joined:
    Aug 6, 2022
    Messages:
    10
    Likes Received:
    0
    Try this:

    Check if plugin 'Citizens' is installed!
    P.S: I haven't used any scripts in a while, try this
     
Thread Status:
Not open for further replies.

Share This Page

Loading...