• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(7532)

Sergeant
Jan 30, 2002
73
0
I created an event with that special program for making events I don't remember what was it called, anyhow everythings fine only that I can't activate it. I get a stupid message : " CommandLine A currently disabled " What does this mean ?
 

hilal

Captain
20 Badges
Jul 31, 2001
349
0
www.poderdapalavra.com.br
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Holy Knight (pre-order)
  • 500k Club
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Victoria 2
  • Rome Gold
  • Hearts of Iron III Collection
  • Europa Universalis IV
  • Cities in Motion
  • East India Company
  • Deus Vult
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
Sometimes the event could be done, and so EU returns this message, if you tell which the command do is possible to verify why it can not be done.
Sometimes this is not an error, just a temporary unavaliable. For sample: if you have a command to convert a province to the state rligion, but all provinces already have the SR, so they will return this message.
You do not need to change the command, put just put all option in a different event (if more than one) and wait the option become avaliable.
 

unmerged(7532)

Sergeant
Jan 30, 2002
73
0
I have made an event for improving relations with other nations.
Here it is:


event = {
id = 15001
random = yes
name = "Imrove Relations with Major Powers"
desc = "You have the chance to improve relations !"
style = 1
date = { day = 1 year = 1500 }
deathdate = { day = 3 year = 1820 }
action_a = {
name = "Improve relations"
command = { type = relation which = FRA value = 100 }
command = { type = relation which = ENG value = 100 }
command = { type = relation which = SPA value = 100 }
command = { type = relation which = POR value = 100 }
command = { type = relation which = SWE value = 100 }
command = { type = relation value = 100 }
command = { type = treasury value = -2000 }
}
action_b = {
name = "Keep the money for the treasury"
command = { type = vp value = 5 }
}
action_c = {
name = "Use only half of the money to improve relations"
command = { type = treasury value = -1000 }
command = { type = relation which = FRA value = 50 }
command = { type = relation which = SPA value = 50 }
command = { type = relation which = POR value = 50 }
command = { type = relation which = ENG value = 50 }
command = { type = relation which = SWE value = 50 }
}
}