I tried to fire an event for a specific, computer controlled province, even though itheoretically i should have been left alone, I got a blank window that was similar to the one used by thge game for events, since the event I tried to fire was scripted by me I don't think that it would be acceptable for me to post this in the support forum, as i believe that most likely, paradox would choose not to take responsibility for the errors of player creations, so can anyone tell me what to do?
if it can help any, here is the code, I modified it just begore this post:
if it can help any, here is the code, I modified it just begore this post:
Code:
province_event = {
id = 600007
trigger = {
ai = yes #was originally ai = no
random_owned = { revolt_risk = 4000 }
}
mean_time_to_happen = {
months = 48000
}
title = "Spontaneous revolt"
desc = "Sir, the people of $PROVINCENAME$ are bored with life, and have decided to entertain themselves by revolting."
option = {
name "What? Who in their right thinks of revolution as fun?" #forgot to add minds
random_owned = {
limit = { is_capital = no )
random_list = {
50 = { create_revolt = 10 }
25 = {
create_revolt = 5
create_revolt = 2
}
25 = { create_revolt = 5 }
}
}
}
}