Skip to content
New issue

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

Resupply NATO together with WP #87

Open
3a7man opened this issue Dec 7, 2024 · 1 comment
Open

Resupply NATO together with WP #87

3a7man opened this issue Dec 7, 2024 · 1 comment
Labels
Campaign campaign creation

Comments

@3a7man
Copy link
Contributor

3a7man commented Dec 7, 2024

NATO supplies are depleting very quickly. We should add a resupply macro for NATO as well.

@3a7man 3a7man added the Campaign campaign creation label Dec 7, 2024
@3a7man
Copy link
Contributor Author

3a7man commented Jan 1, 2025

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```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Campaign campaign creation
Projects
None yet
Development

No branches or pull requests

1 participant