We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Essentially what I want is to have it so I can add a reward value per unit of resource, and it would seem this:
reward = ADD(resourcename,amountOfKronesHere)
Doesn't work. If there is a way already implemented to do so, I would like to know how to do it. If not, I'd like to leave it as a suggestion. Thanks.
The text was updated successfully, but these errors were encountered:
Currently this is not possible. You could add a ResourceGoal and adjust the mission reward. That would simulate what you want.
Sorry, something went wrong.
okay, thanks.
No branches or pull requests
Essentially what I want is to have it so I can add a reward value per unit of resource, and it would seem this:
Doesn't work. If there is a way already implemented to do so, I would like to know how to do it. If not, I'd like to leave it as a suggestion. Thanks.
The text was updated successfully, but these errors were encountered: