Install Steam						
					
				
				
									login
											 | 
						language
						
																																					简体中文 (Simplified Chinese)
																													繁體中文 (Traditional Chinese)
																													日本語 (Japanese)
																													한국어 (Korean)
																													ไทย (Thai)
																													Български (Bulgarian)
																													Čeština (Czech)
																													Dansk (Danish)
																													Deutsch (German)
																																							Español - España (Spanish - Spain)
																													Español - Latinoamérica (Spanish - Latin America)
																													Ελληνικά (Greek)
																													Français (French)
																													Italiano (Italian)
																													Bahasa Indonesia (Indonesian)
																													Magyar (Hungarian)
																													Nederlands (Dutch)
																													Norsk (Norwegian)
																													Polski (Polish)
																													Português (Portuguese - Portugal)
																													Português - Brasil (Portuguese - Brazil)
																													Română (Romanian)
																													Русский (Russian)
																													Suomi (Finnish)
																													Svenska (Swedish)
																													Türkçe (Turkish)
																													Tiếng Việt (Vietnamese)
																													Українська (Ukrainian)
																									Report a translation problem
							
						
 
											 
													



 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						

 
			 Arma Public Licence (APL)
 Arma Public Licence (APL) 1
 1			 
					




I would need "land" and "transport unload" for helicopter insertions and extractions. When using those waypoints with Zeus, it works like a charm, but the vanilla waypoint menu doesn't offer this.
The "Platoon Leader: High Command Mod 1.3" neither and in the "High Command Enhanced" mod the context window to edit waypoints is broken so that so always also click the map when clicking into the menu, deleting all waypoints for the deleted unit.
{
if (((side _x) == west) and ((side _to) == west)) then {
_from hcRemoveGroup _x;
_to hcSetGroup [_x];
};
if (((side _x) == east) and ((side _to) == east)) then {
_from hcRemoveGroup _x;
_to hcSetGroup [_x];
};
} forEach allGroups;