Hi,
I want to give Parrot to those vote on my server :
I set this :
I want to know how to spawn it with a specific color, because after 5 /vrtest, all parrots spawn black, but I want to make specific color parrot for those who vote. Thanks
Any option to add or impossible in this state?
I want to give Parrot to those vote on my server :
I set this :
Code:
"Items":[
{
"Blueprint":"Blueprint'/Game/Atlas/AtlasCoreBP/Items/PrimalItemResource_GoldCoin.PrimalItemResource_GoldCoin'",
"RewardChance":-1,
"MinQuantity":25,
"MaxQuantity":25,
"MinQuality":0,
"MaxQuality":0,
"MinIsBP":0,
"MaxIsBP":0
},
{
"Blueprint":"Blueprint'/Game/Atlas/AtlasCoreBP/Items/Resources/PrimalItemResource_MagicMarrow.PrimalItemResource_MagicMarrow'",
"RewardChance":-1,
"MinQuantity":10,
"MaxQuantity":10,
"MinQuality":0,
"MaxQuality":0,
"MinIsBP":0,
"MaxIsBP":0
}
],
"Dinos":[
{
"Blueprint":"Blueprint'/Game/Atlas/Creatures/Parrot/Parrot_Character_BP.Parrot_Character_BP'",
"RewardChance":-1,
"MinLevel":99,
"MaxLevel":99,
"Tamed":true,
"Neutered":true
}
],
I want to know how to spawn it with a specific color, because after 5 /vrtest, all parrots spawn black, but I want to make specific color parrot for those who vote. Thanks
Any option to add or impossible in this state?