Conditional orders: Add mode to check waiting station cargo via next node
This commit is contained in:
		@@ -4654,7 +4654,7 @@ STR_ORDERS_TIMETABLE_VIEW_TOOLTIP                               :{BLACK}Switch t
 | 
			
		||||
 | 
			
		||||
STR_ORDERS_LIST_TOOLTIP                                         :{BLACK}Order list - click on an order to highlight it. Ctrl+Click scrolls to the order's destination
 | 
			
		||||
STR_ORDER_INDEX                                                 :{COMMA}:{NBSP}
 | 
			
		||||
STR_ORDER_TEXT                                                  :{STRING5} {STRING4} {STRING}
 | 
			
		||||
STR_ORDER_TEXT                                                  :{STRING6} {STRING4} {STRING}
 | 
			
		||||
 | 
			
		||||
STR_ORDERS_END_OF_ORDERS                                        :- - End of Orders - -
 | 
			
		||||
STR_ORDERS_END_OF_SHARED_ORDERS                                 :- - End of Shared Orders - -
 | 
			
		||||
@@ -4743,6 +4743,9 @@ STR_ORDER_CONDITIONAL_CARGO_TOOLTIP                             :{BLACK}The carg
 | 
			
		||||
STR_ORDER_CONDITIONAL_SLOT_TOOLTIP                              :{BLACK}The train slot to check the occupancy of
 | 
			
		||||
STR_ORDER_CONDITIONAL_VALUE_CAPT                                :{WHITE}Enter value to compare against
 | 
			
		||||
 | 
			
		||||
STR_ORDER_CONDITIONAL_VIA                                       :{BLACK}Via
 | 
			
		||||
STR_ORDER_CONDITIONAL_VIA_TOOLTIP                               :{BLACK}The via station to check the waiting cargo amount for
 | 
			
		||||
 | 
			
		||||
STR_ORDER_CONDITIONAL_COMPARATOR_ACCEPTS                        :accepts
 | 
			
		||||
STR_ORDER_CONDITIONAL_COMPARATOR_DOES_NOT_ACCEPT                :does not accept
 | 
			
		||||
STR_ORDER_CONDITIONAL_COMPARATOR_HAS                            :has
 | 
			
		||||
@@ -4872,6 +4875,7 @@ STR_ORDER_CONDITIONAL_IN_INVALID_SLOT                           :Jump to order {
 | 
			
		||||
STR_ORDER_CONDITIONAL_TRUE_FALSE                                :Jump to order {COMMA} when {STRING} {STRING}
 | 
			
		||||
STR_ORDER_CONDITIONAL_LOAD_PERCENTAGE_DISPLAY                   :Jump to order {COMMA} when Load percentage of {STRING} {STRING} {COMMA}
 | 
			
		||||
STR_ORDER_CONDITIONAL_CARGO_WAITING_AMOUNT_DISPLAY              :Jump to order {COMMA} when {STRING} at next station {STRING} {CARGO_SHORT}
 | 
			
		||||
STR_ORDER_CONDITIONAL_CARGO_WAITING_AMOUNT_VIA_DISPLAY          :Jump to order {COMMA} when {STRING} at next station via {STATION} {STRING} {CARGO_SHORT}
 | 
			
		||||
 | 
			
		||||
STR_INVALID_ORDER                                               :{RED} (Invalid Order)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user