here is an event I made(Its a little rough around the edges-tell me if it is even programmed right)(also, due to formatting issues it may look a bit off, but I'm pretty sure the .txt file has correct formatting):
# These are my event suggestions for Cifrasia Wars. Feel free to give your opinion on them
###############################
# Nurmarne or War! # Modification of Germany's Danzig or War! event
###############################
event = {
id = 1 # 1 is a temporary placeholder
random = no
country = ARA # Would ARA be correct tag for Arax?
trigger = {
NOT = {alliance = {country = MAX} } # Would MAX be the correct Holy Maximian Empire tag?
exists = MAX
government = Militarist
NOT = {
OR = {
owned = { province = 200 = ARA } # Nurmarne-200 is a placeholder, dont no real num
alliance = { country = ARA country = MAX }
puppet = { country = MAX country = ARA }
ispuppet = ARA
}
}
NOT = { atwar = ARA }
}
name = "EVT_1_NAME"
desc = "EVT_1_DESC"
style = 0
picture = "pictureofyourchoice"
date = { day = 0 month may year = 2008 } # what year would you perfer for the event>
action_a = {
name = "This is our final ultimatum"
ai_chance = 99
command = { type = trigger which = 2 } # for Maximian Empire. 2 yet again is a placeholder
command = { type = trigger which = MAX value = -70 }
command = { type = addcore which = 200 }
}
action_b = {
name = "That whole declaring war thing was a joke...wasn't it funny?"
ai_chance = 1
command = { type = relation which = MAX = 10 }
command = { type = domestic which = interventionism value = -1 }
}
}
# NEXT EVENT GOES BELOW COMMENT LINE
####################################################