Need help to send message when items are dropped

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

JustAChillDude

New Member
Apr 5, 2019
6
0
0
20
So I would like to send a message when an item is dropped. I have tried this but it dosen't work:
Code:
on drop:
    message "You cannot drop items!"
    cancel event

I just cancels the event it dosent send the message. Thanks for helping.
 
So I would like to send a message when an item is dropped. I have tried this but it dosen't work:
Code:
on drop:
    message "You cannot drop items!"
    cancel event

I just cancels the event it dosent send the message. Thanks for helping.
Did you try to cancel the event before sending the message?
Change order sometimes works things often.
 
Status
Not open for further replies.