Multiple selection of same event.
I have writhen a little event that you should be able to reselect the same option and get the same effect the same day. But how do I do this?
I can only shoos one option once and after that not get any more effect out of it.
(This event should make Germany hate you when you press on the “Hate You” button and make Germany love you when you press on the “Love You” button.)
I have writhen a little event that you should be able to reselect the same option and get the same effect the same day. But how do I do this?
I can only shoos one option once and after that not get any more effect out of it.
(This event should make Germany hate you when you press on the “Hate You” button and make Germany love you when you press on the “Love You” button.)
Code:
event = {
id = GER
random = no
name = "Diplomacy With Germany"
desc = "Make a diplomatic state you whit to activate."
style = 0
picture = "Diplomacy_Germany"
date = { day = 0 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1963 }
action_a = {
name = "Hate you"
command = { type = relation which = GER value = -100 }
}
action_b = {
name = "Love you"
command = { type = relation which = GER value = 100 }
}
action_c = {
name = "Action 3"
command = { }
}
action_d = {
name = "Action 4"
command = { }
}
}