How do I make On map Decisions?

How do I make On map Decisions? There isn't anything about it in the builder.

This currently isn't possible, but I will add to my to-do list.


If you want to add it directly to the exported files, you can do it like so:

In the decision's category you need to add:

on_map_area = {

state = STATE_ID

name = LOCALISATION_NAME

zoom = 250

}


And in the decision's file, you need to add:

on_map_mode = map_only

highlight_states = {

 highlight_state_targets = { state = STATE_ID } 

}


STATE_ID is the ID of the state which should get the decision

LOCALISATION_NAME is the localisation file string for the name. For example: ENG_organize_the_blackshirts_map_category_name

Thank You! This will help a lot!