Solved give player item

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

Fainton

Member
Mar 24, 2019
11
0
1
23
how do i make it so if the player doesnt have space for given item it drops on the ground

if i do this: give 64 dirt to player, it gives the player dirt but if the player has a full inventory it doesnt
 
Code:
if player has enough space for 64 of dirt:
    give 64 of dirt to player
else:
    drop 64 of dirt at player
 
Status
Not open for further replies.