I'm trying to mod an event that gives away free warships to Ger, but while I see it firing according to the log, it doesn't seem to give the ships. The ledger doesn't show new ships appearing, and with nofog on they don't show up where they are supposed to.
My event uses this:
I hope I'm right that "cruiser" is for PC, and "battleship" for PDN? The id 396 is for Königsberg, but as said, they don't show up even if the event is clearly triggered. Does it play a role if the unit class is already active? But Germany already has PCs, though I'm not sure if the AI has already PDNs active - but other nations clearly have (UK builds them like mad). How can I make this work?
Or does add_division work only for land units? If so, is there any way to add ships?
My event uses this:
command = { type = add_division which = cruiser when = 396 }
command = { type = add_division which = battleship when = 396 }
I hope I'm right that "cruiser" is for PC, and "battleship" for PDN? The id 396 is for Königsberg, but as said, they don't show up even if the event is clearly triggered. Does it play a role if the unit class is already active? But Germany already has PCs, though I'm not sure if the AI has already PDNs active - but other nations clearly have (UK builds them like mad). How can I make this work?
Or does add_division work only for land units? If so, is there any way to add ships?