This should work, copy-past into australasia.txt
Code:
event = {
id = 123102
country = AST
style = 0
persistent = yes
name = "The demonstrations cease"
desc = "The demonstrators have packed up their bags and gone home and the city's productions have returned to normal"
trigger = {
OR = {
local_flag = aust_riot
atwar = yes
}
}
date = { day = 15 month = july year = 1936 }
offset = 30
deathdate = { day = 30 month = august year = 1936 }
action_a = {
ai_chance = 100
name = "About bloody time"
command = { type = peacetime_ic_mod value = 40 }
command = { type = clrflag which = aust_riot }
command = { type = sleepevent which = 123102 }
}
}
event = {
id = 123103
country = AST
style = 0
name = "The Dockworker's Union Strike"
desc = "After a series of unfortunate accidents the Dockworkers in Sydney, Auckland and Melbourne have set up a massive
illegal union and are demanding more pay and more rights."
trigger = {
flag = aust_hughes
random = 10
}
date = { day = 1 month = october year = 1936 }
offset = 5
deathdate = { day = 10 month = december year = 1936 }
action_a = {
ai_chance = 90
name = "No extortion! Jail the ringleaders."
command = { type = dissent value = 10 }
}
action_b = {
ai_chance = 10
name = "They'll come back, ignore them."
command = { type = dissent value = 5 }
command = { type = peacetime_ic_mod value = -35 }
command = { type = local_setflag which = aust_dockstrike }
}
}
event = {
id = 123104
country = AST
style = 0
name = "The Dock Strike has ended"
desc = "As predicted, after weeks without a job in these hard times, nearly all of the workers have grudgingly gone back to
work and our country is back at its normal economic level."
trigger = {
OR = {
local_flag = aust_dockstrike
atwar = AST
}
}
date = { day = 15 month = october year = 1936 }
offset = 30
deathdate = { day = 30 month = november year = 1936 }
action_a = {
ai_chance = 100
name = "Extortion never works!"
command = { type = peacetime_ic_mod value = 15 }
command = { type = clrflag which = aust_dockstrike }
command = { type = sleepevent which = 123104 }
}
}