Ok, I've been trying to get the event going with just one option to click, since making events is new to me. Once I get this event working, I will expand it further. Right now I just want to try and get it working.
What I'm trying to do is write an event for MDS that will radically change the British government from a democratic government, to a fascist one. Not that it would ever happen I know, but I've got some alt history ideas in mind

. I've been trying to use the US "The Revolution has come" event for HOI2 as a template for this one, and have followed peoples advice, but the event just isn't firing when I want it to.
I'll post the event up here for people to look at and then see if anyone knows where i've gone wrong. cheers guys.
##########################################################
#Fascism comes to Britain-BNP Coup
##########################################################
#event={
# id=4444
# random=no
# country=uk
# name="Fascism comes to Britain-BNP Coup"
# desc="With the present decedant democratic government planning to wage an illegal war in Iraq, the BNP could stand silent no longer. Supported by many of those against the war,and with the majority of British troops preparing to invade Iraq, the BNP seized control of the British government in a bloody coup."
# style=0
#
# trigger= {
# government=democratic
# dissent=0
# }
# date = { day = 0 month = april year = 2003 }
# offset = 0
# deathdate = { day = 1 month = april year = 2003 }
#
# action_a = (name= "British politics have changed forever")
# command = { type = headofgovernment which = 87012 }
#
#
#
#
# }
#}