• 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.
@ Hax, downloading 0.03 now but I am experiencing problems with the music file comes up:

Oops! unexpected error

or something like that..

Just to let you know, Can't wait to play haven't really had the time of late busy with kids :wacko:
 
This one?

Code:
################################################## #######################
# Independent RSK made by Hax
################################################## #######################
event = {
id = 1003000
random = no
country = CRO
trigger = {
war = { country = CRO country = SER }
}
}

name = "Indenpendence of Republika Srpska Krajina"
desc = "EVT_1003000_DESC"
style = 0
picture = "RSK"

date = { day = 31 month = january year = 1091 }
offset = 7 # Check for trigger conditions seven days
deathdate = { day = 30 month = december year = 1999 }

action_a = {
name = "ACTIONNAME1003000A" # Create RSK
ai_chance = 99
command = { type = independence which = U06 value = 1 }
command = { type = manpowerpool value = -10 } # JNA to RSK
}
action_b = {
name = "ACTIONNAME1003000B" # Don't do it!
ai_chance = 1
command = { type = dissent value = 20 }
}
}