Hello!
So i wanna do a shop item with type "command" to give all boss items but the thing is i can't cauz of the "" on the code..
Example:
How can i do this?
Already tried to remove all of the "" and didn't worked..
So i wanna do a shop item with type "command" to give all boss items but the thing is i can't cauz of the "" on the code..
Example:
JSON:
"allengrams":{ // Cheat command
"Type":"command",
"Description":"",
"Price":1000,
"Items":[
{
"Command":"giveitem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_01.PrimalItemArtifact_01'" 1 0 0 | giveitem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_02.PrimalItemArtifact_02'" 1 0 0"
}
]
}
How can i do this?
Already tried to remove all of the "" and didn't worked..