As for the money conversion...well, the French did end up in a rather..."not very pretty" economic condition, after all.... There was a large political/financial scandal regarding the canal.
Indeed there was. I hope these events, and the ones to follow, reflect that. I revised the events a bit to take your critiques into account. Should be better now.
Aprof: I put in a flag thing to check if Suez is open. Could you check and see if I wrote it right? Like I said, I don't completely get the flag thing.
#################
# The Türr Syndicate #
#################
event = {
id = 162223
random = no
country = FRA
trigger = {
exists = CLM
owned = { province = 1735 data = CLM }
flag = { type = SUEZ_CHANNEL value = 1 }
}
name = "The Türr Syndicate"
desc = "A group of investors led by Istvan Türr and Ferdinand de Lesseps have formed a corporation to build a canal across the Isthmus of Panama. Many prominent French businessmen and politicians are involved. The plan is for a sea-level canal, similar to the one at Suez. De Lesseps, the famed builder of the Suez Canal, says it will cost 65 million dollars. Should we encourage them?"
picture = panama
date = { day = 14 month = march year = 1878 }
offset = 30
deathdate = { day = 30 month = december year = 1885 }
action_a = {
Name = "Yes, build it for the glory of France!"
command = { type = trigger which = 139029 } #A French Canal Across the Isthmus?
command = { type = prestige value = 2 }
command = { type = relation which = CLM value = 50 }
command = { type = relation which = USA value = -10 }
}
action_b = {
Name = "No, it will never work."
command = { type = prestige value = -2 }
command = { type = relation which = USA value = 10 }
command = { type = sleepevent which = 139029 }
command = { type = sleepevent which = 162224 }
command = { type = sleepevent which = 162225 }
}
}
##########################
# A French Canal Across the Isthmus?#
##########################
event = {
id = 139029
random = no
country = CLM
#triggered by FRA 162223A
name = "A Canal Across the Isthmus?"
desc = "A group of French investors wish to build a canal across the Panamanian Isthmus. They promise a percentage of the revenue. We would grant the company the land, but would retain sovereignty over it. Should we take the deal, which could be profitable, or refuse, because the United States already has rights there?"
picture = panama
action_a = {
Name = "We like the French plan."
command = { type = trigger which = 162224 } #The Colombians Agree
command = { type = relation which = USA value = -50 }
command = { type = relation which = ENG value = -50 }
command = { type = treasury value = 30000 }
command = { type = pop_militancy which = north_andean value = 1 where = }
command = { type = sleepevent which = 162225 } #The Colombians Refuse
}
action_b = {
Name = "We honor our previous commitment."
command = { type = relation which = USA value = 50 }
command = { type = relation which = ENG value = 50 }
command = { type = relation which = FRA value = -75 }
command = { type = pop_militancy which = north_andean value = -1 where = }
command = { type = trigger which = 162225 } #The Colombians Refuse
command = { type = sleepevent which = 162224 } #The Colombians Agree
}
}
¬¬¬¬¬¬¬¬
##############################
# The Colombians Agree to a French Canal #
##############################
event = {
id = 162224
random = no
country = FRA
#triggered by CLM 139029A
name = "The Colombians Agree "
desc = "The Colombian government agrees to our terms."
picture = panama
action_a = {
Name = "Start digging!"
command = { type = treasury value = -130000 }
}
}
#############################
# The Colombians Refuse a French Canal #
#############################
event = {
id = 162225
random = no
country = FRA
#triggered by CLM 139029B
name = "The Colombians Refuse"
desc = "The Colombian government has rejected our terms"
picture = panama
offset = 30
action_a = {
Name = "A disappointing development..."
command = { }
}
}