PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Hilfe! Marineeinheit per Event



He-Man
30.01.07, 14:47
Wie war das nochmal...

hab ein Problem mit dem Hinzufügen per Gotteshand von Schiffen.

Beispielevent zum Testen:


event = {
id = 733600
random = no
country = GER



name = "Wiederaufnahme des Z-Planes"
desc = "Wiederaufnahme des Z-Planes"
style = 0

date = { day = 20 month = april year = 1945 }


action_a = {
name = "ok"
command = { type = add_corps which value = naval }
command = { type = add_division which value = battleship when = 8 }

}
}

Event trigget ganz norma, aber es kommt bloss kein Schlachtschiff in den Truppenpool. Es soll ein Schlachtschiff model_21_8 in den Pool.

Bitte um Hilfe!

Spocky
30.01.07, 15:10
event = {
id = 800000
random = no
country = JAP

trigger = {
ai = no
not = { event = 800010 }

}

name = "Carriermod event 1"
style = 0

date = { day = 1 month = january year = 1936 }
offset = 0
deathdate = { day = 29 month = december year = 1936 }

action_a = {
name = "OK"
command = { type = remove_division which = "IJN Ryuju" value = JAP }
command = { type = remove_division which = "IJN Chitose" value = JAP }
command = { type = remove_division which = "IJN Chiyoda" value = JAP }
command = { type = add_division which = "IJN Ryuju" value = 027 when = 1 where = cag }
command = { type = add_division which = "IJN Chitose" value = 027 when = 1 where = cag }
command = { type = add_division which = "IJN Chiyoda" value = 027 when = 1 where = cag }

}
}


Ich habe mal ein event aus meinenm carriermod genommen
which = name
value = typ (o27 ist der leichte Träger), das heißt 021 geht auch für BB ;)
when ist der Typ ( fängt bei 0 an)
muß also bei dir 7 sein

Spocky

He-Man
30.01.07, 16:32
Danke klappt wunderbar. Aber warum das nicht klappt, wenn man den Einheitennamen wegläßt, weiss ich nicht...