I have a reward that executes a command, and another reward which is a loot bag. I would like to have the command reward be claimed immediately so that the command is executed. The loot bag reward can be collected by the player whenever they feel like it.
Solution(s)
Add an optional autoClaim bool to the reward object, which overrides the autoClaimReward quest setting.
Is your feature request related to a problem?
I have a reward that executes a command, and another reward which is a loot bag. I would like to have the command reward be claimed immediately so that the command is executed. The loot bag reward can be collected by the player whenever they feel like it.
Solution(s)
Add an optional
autoClaim
bool to the reward object, which overrides theautoClaimReward
quest setting.Describe alternatives you've considered
No response
Mod Version
1.1.13
Mod Loader Version
1.20.1 - 47.2.17
Mod Loader
Forge
Additional context
No response