PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Anschluss von Österreich



Schatten
24.01.05, 12:18
Ich hab versucht für meinen AAR das Anschluss von Österreich Event umzuschreiben, da ich ja jetzt schon im Krieg bin und nicht sinnlos Österreich annektieren will. Was mach ich falsch? Bin nicht so der Hit in Sachen Eventschreiben .. Hier mal mein Versuch

Super ins falsche Forum gehauen, bitte verschieben :)




#########################################################################
# Anschluss of Austria
#########################################################################
event = {
id = 2020
random = no
country = GER
trigger = {
exists = AUS
atwar = yes
NOT = {
atwar = AUS # Austria is not at war
alliance = { country = AUS country = SOV }
alliance = { country = AUS country = ENG }
}
}
name = "EVT_2020_NAME"
desc = "EVT_2020_DESC"
style = 0
picture = "anchsluss"

date = { day = 12 month = june year = 1936 } # Real Date: March 12
offset = 30
deathdate = { day = 12 month = march year = 1940 }

action_a = {
name = "ACTIONNAME2020A" # Press for Anschluss
ai_chance = 99
command = { type = trigger which = 2100 }

command = { type = addcore which = 373 }
command = { type = addcore which = 377 }
command = { type = addcore which = 461 }
command = { type = addcore which = 460 }
command = { type = addcore which = 462 }
command = { type = addcore which = 463 }
command = { type = addcore which = 464 }
command = { type = addcore which = 465 }

command = { type = relation which = ENG value = -5 }
command = { type = relation which = FRA value = -5 }
command = { type = relation which = ITA value = -10 }
command = { type = relation which = CZE value = -10 }
command = { type = relation which = HUN value = -5 }

command = { type = belligerence which = GER value = 5 }
command = { type = domestic which = democratic value = -1 }

# command = { type = sleepevent which = 2110 }
# command = { type = sleepevent which = 2111 }
# command = { type = sleepevent which = 2112 }
# command = { type = sleepevent which = 2113 }
command = { type = trigger which = 51 } # UK Gears up for war
command = { type = trigger which = 52 } # France Gears up for war
command = { type = domestic which = interventionism value = 1 }
}
action_b = {
name = "ACTIONNAME2020B" # Do not create more tension
ai_chance = 1
command = { type = relation which = AUS value = 30 }
command = { type = relation which = HUN value = 5 }
command = { type = relation which = ITA value = 10 }
command = { type = belligerence which = GER value = -2 }
command = { type = dissent value = 5 }
# command = { type = sleepevent which = 2110 }
# command = { type = sleepevent which = 2111 }
# command = { type = sleepevent which = 2112 }
# command = { type = sleepevent which = 2113 }
}
}

Preussenhusar
24.01.05, 12:22
streicht den Trigger komplett und fügt ein:


trigger = {
NOT = { war = { country = GER country = AUS } }
}

Edit:
der Trigger


trigger = {
exists = AUS
atwar = yes
NOT = {
atwar = AUS # Austria is not at war
alliance = { country = AUS country = SOV }
alliance = { country = AUS country = ENG }
}
}




kann auch ganz entfallen.

PH

Schatten
24.01.05, 12:46
Nur leider passiert zu meinem Wunschdatum (day = 13 month = june year = 1936) nichts. Woran liegts ?

Preussenhusar
24.01.05, 12:49
Wozu denn der offset ??
Da wartet Ihr immer 30 Tage . Raus damit , auch das Deathdate !
Nur das "date" lassen !

PH

Schatten
24.01.05, 12:59
Super, hat geklappt! Meinen besten Dank! :)