i need help with a double drop skript

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

TimeAlex

Member
Aug 20, 2021
1
0
1
23
I am trying to make a double-drop skript but I don't know how to do it. this is what I have:
on drop:
send "&e[&bOp&1mine&e3] &aAre you sure you want to drop you're item?" to player
cancel event
wait 3 seconds
send "&e[&bOp&1mine&e3] &aThe time frame for droping an item is over" to player
 
I am trying to make a double-drop skript but I don't know how to do it. this is what I have:
on drop:
send "&e[&bOp&1mine&e3] &aAre you sure you want to drop you're item?" to player
cancel event
wait 3 seconds
send "&e[&bOp&1mine&e3] &aThe time frame for droping an item is over" to player
Make a boolean variable and check whether the player is in “confirm” for example:
Code:
If {confirm.%player%} = true:
If you still don’t understand lmk ill write it for u
 
Make a boolean variable and check whether the player is in “confirm” for example:
Code:
If {confirm.%player%} = true:
If you still don’t understand lmk ill write it for u
I recommend using metadata in this specific task, or at least using a list & uuid's aswell instead of player.
 
  • Like
Reactions: xdh
Status
Not open for further replies.