T101
29.03.06, 16:31
Mit diesem Event wollte ich regen,dass der Spieler neue Transporter bekommt,wenn er unter 6 besitzt.Aber es funktioniert mal wieder nicht,gleichzeitig soll Event 21 bereits erschienen sein!
#########################################################################
# neue Transporter
#########################################################################
event = {
id = 34
random = no
country = GER
persistent = yes
trigger = {
event = 21
AND{
NOT{
transport = 12
OR{
transport = 11
OR{
transport = 10
OR{
transport = 9
OR{
transport = 8
OR{
transport = 7
OR{
transport = 6
}
name = "neue Transporter"
desc = "Neuer Transporter konnten geliefert werden!"
picture = "gobierno"
style = 0
date = { day = 1 month = May year = 1940 }
offset = 7
deathdate = { day = 15 month = january year = 1945 }
action_a = {
name = "Gut"
command = { type = add_corps which = "Transportergruppe Seelöwe II" value = naval when = 419 where = 80 } # Wilhemshafen
command = { type = add_division which = "20. Transportflottille" value = 29 when = 1 }
command = { type = add_division which = "21. Transportflottille" value = 29 when = 1 }
command = { type = add_division which = "22. Transportflottille" value = 29 when = 1 }
command = { type = add_division which = "23. Transportflottille" value = 29 when = 1 }
command = { type = add_division which = "24. Transportflottille" value = 29 when = 1 }
command = { type = add_division which = "25. Transportflottille" value = 29 when = 1 }
}
}
#########################################################################
# neue Transporter
#########################################################################
event = {
id = 34
random = no
country = GER
persistent = yes
trigger = {
event = 21
AND{
NOT{
transport = 12
OR{
transport = 11
OR{
transport = 10
OR{
transport = 9
OR{
transport = 8
OR{
transport = 7
OR{
transport = 6
}
name = "neue Transporter"
desc = "Neuer Transporter konnten geliefert werden!"
picture = "gobierno"
style = 0
date = { day = 1 month = May year = 1940 }
offset = 7
deathdate = { day = 15 month = january year = 1945 }
action_a = {
name = "Gut"
command = { type = add_corps which = "Transportergruppe Seelöwe II" value = naval when = 419 where = 80 } # Wilhemshafen
command = { type = add_division which = "20. Transportflottille" value = 29 when = 1 }
command = { type = add_division which = "21. Transportflottille" value = 29 when = 1 }
command = { type = add_division which = "22. Transportflottille" value = 29 when = 1 }
command = { type = add_division which = "23. Transportflottille" value = 29 when = 1 }
command = { type = add_division which = "24. Transportflottille" value = 29 when = 1 }
command = { type = add_division which = "25. Transportflottille" value = 29 when = 1 }
}
}