Solved give an item to the player using variable

  • 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 community!

    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.

MrJoao

Member
Aug 21, 2022
3
0
1
I'm trying to give an item to the player through a variable, but it's not going. in the console it doesn't give any error

Code:
function OrbDar(p: player, no: string, n: number):
    if {Orbs::Nomes::*} contains {_no}:
        give {Orbs::Ids::%{_no}%} to {_p}
        send "you receive"
 
debug those values, broadcast the list and name list and the id list and check if the values actually match what you're putting in them
 
Status
Not open for further replies.