Solved Help Me!

  • 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.
Nope, im want to drop item entities with in radius player from hand
[doublepost=1511179763,1511179674][/doublepost]Sorry for my bad english :v
 
can you tell me how to make player drop some item from he's inventory with skript , not with "Q" on keyboard
 
Okay Thx
[doublepost=1511187640,1511186696][/doublepost]
Thanks Man!!, Love You So Much <3 #NOHOMO
[doublepost=1511187891][/doublepost]and how to remove it item from player when items drop??
code_language.skript:
command /test:
    trigger:
        set {_test} to random item out of all items of the player
        remove {_test} from the inventory of player
        drop {_test} at location of player
 
Status
Not open for further replies.