trying to have item give xp when comsumed. doesnt seem to work. item is given, doesnt give the xp when consumed
attached my config for it.
{
"Deploy effect when deploying the custom item": "assets/prefabs/misc/halloween/lootbag/effects/loot_bag_upgrade.prefab",
"Unwrap effect when unwrapping the custom item": "assets/prefabs/misc/halloween/lootbag/effects/gold_open.prefab",
"Custom Items (Skin Id and their settings)": {
"1": {
"Custom Item Reward Type (Default/Spawn)": "Default",
"Command to run after using the custom item (Leave empty if not needed)": "givesp {playerId} 10000",
"Item to spawn (Prefab) (Only works if the Item Reward Type is set to Spawn)": ""
},
"2": {
"Custom Item Reward Type (Default/Spawn)": "Spawn",
"Command to run after using the custom item (Leave empty if not needed)": "",
"Item to spawn (Prefab) (Only works if the Item Reward Type is set to Spawn)": "assets/prefabs/deployable/bbq/bbq.deployed.prefab"
}
}
}