I am curious as to how you make the music work the way it works in this mod. I am interested in doing something simialer with another mod and I would like to know how to do it.
event = {
id = 61022
random = no
style = 0
trigger = {
ai = no
}
date = { year = 1936 month = january day = 6 }
offset = 1
deathdate = { year = 1958 month = april day = 30 }
name = "61022name"
desc = "61022desc"
picture = "Music"
action_a = {
name = "61022acta"
command = { }
command = { type = songs which = Axe.txt }
}
action_b = {
name = "61022actb"
command = { }
command = { type = songs which = Allied.txt }
}
action_c = {
name = "61022actc"
command = { }
command = { type = songs which = Soviet.txt }
}
action_d = {
name = "61022actf"
command = { type = trigger which = 61023 }
}
}