Summoning dropped items

  • 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.
May 6, 2019
34
0
0
23
my code has no errors but it does not summon the dropped item.
Code:
set {id} to dirt
drop 10 of {id} at player's location
[doublepost=1588958348,1588956582][/doublepost]can anyone help?
 
I would think something like this
Code:
command /start:
    trigger:
        loop all players:
            add loop-player to {player::*}
            add a random element out of {player::*} to {seaker::*}
            loop {seaker::*}:
                remove loop-value-1 from {player::*}
            loop {player::*}:
                add loop-value-2 to {player::*}
            broadcast "%{seaker::*}%"
            broadcast "%{hider::*}%"
 
Status
Not open for further replies.