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
NATO supplies are depleting very quickly. We should add a resupply macro for NATO as well.
The text was updated successfully, but these errors were encountered:
Done in the trigger file:
// Event #18 // red resupply ////////////////////////////////////////////////////////////////////////////// #IF_NOT_EVENT_PLAYED 18 //Keep Red Supply up #IF_SUPPLY 6 <= 1000 #SET_MINIMUM_SUPPLIES 5 1000 1000 5 #SET_MINIMUM_SUPPLIES 6 1000 1000 5 #SET_MINIMUM_SUPPLIES 7 1000 1000 5 #SET_MINIMUM_SUPPLIES 2 1000 1000 5 #SHIFT_INITIATIVE 2 6 5 #SHIFT_INITIATIVE 1 5 5 #SHIFT_INITIATIVE 3 7 5 #DO_EVENT 18 #RESET_EVENT 18 #DO_MONOLOG Red supply low, resupply #ENDIF #ENDIF```
Sorry, something went wrong.
No branches or pull requests
NATO supplies are depleting very quickly. We should add a resupply macro for NATO as well.
The text was updated successfully, but these errors were encountered: