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"