Solved IDK HOW TO DELETE

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

drillzy

Member
Aug 6, 2017
22
0
0
20
Hello, I would like to request for some help on something that I do not know how to do, yet. What i would like to do is, i would like to apply a select feature to an event, on left click, so that the event will be called when i left click a player with a specific item and it will make a variable by getting that player's name and putting it into say, {_player}. how would i apply that to this:

Code:
on left click:
    if player has permission "{@spy-permission}":
        if {scspy::%player%} is "true":
            if event-item is blaze rod named "&cBan Stick &7(Left-Click Player)":
                execute player command "/scbangui"
 
Last edited:
Status
Not open for further replies.