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
Also if PKI isn't a tag at game start but a formable, you need to swap missions when you formed them. Same applies if you are testing on a save saved before you added the missions.
(your_mod/missions/missions) as i said i copied it from the video i watched i dont know if its the right way to do it but it worked for him
pakistan_missions = {
slot = 1
generic = no
ai = yes
potential = {
tag = PKI
}
has_country_shield = yes
test_pakistan_mission_1 = {
icon = test_pakistan_mission_1
required_missions = { }
position = 1
provinces_to_highlight OR = {
province_id = 575
province_id = 2232
}
trigger = {
owns = 575
owns = 2232
}
effect = {
add_treasury = 175
}
}
test_pakistan_mission_2 = {
icon = test_pakistan_mission_2
required_missions = { test_pakistan_mission_1 }
position = 1
trigger = {
army_size = 25
}
effect = {
create_general = { tradition = 100 }
}
}
}
and it also isn't closed
and where to close it?
Code in Eu4 usually follows either the format of
Rarely there also is
But there never is X Y = Z.