• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(140482)

Private
1 Badges
Apr 25, 2009
12
0
  • Hearts of Iron III
Playing MDSII as China, i have, just because im bored waiting for HOIII, made an event which should make my submarines carry missiles... or, that's what the code tells me. Quote from 'event commands-txt':

# ACTIVATE MISSILE CAPABILITY OF SUBMARINES
command = { type = missile_carrier which = [submarine] }

And the wiki tells the same. My event looks like this:

Code:
event = {
	id = 804
	random = no
	country = CHC

	trigger = {
		ai = no
	}

	name = "..."
	desc = "..."
	style = 0

	date = { day = 20 month = march year = 2003 }
	offset = 1
	deathdate = { day = 29 month = december year = 2020 }

	action_a = {
		name = "..."
		command = { type = missile_carrier which = submarine }
		command = { type = missile_carrier which = nuclear_submarine }
	}
	action_b = {
		name = "..."
		command = { }
	}
}

No bug-report occured while loading the scenario. I fired the event with the event [ID] command, and it seemed to work... no CTD, nothing. Then i placed a cruiser-missile in a province whit a naval base and a lot of subs, nuclear as well as conventional. But nothing happened. I couldn't click an new, fancy buttons, no missions, nothing.

So, to get to my question: Is it a bug, or am i just stupid as shit?

(Don't know this paralel with shit work grammatically in english as it does in danish, but i hope that you've got the point ;o) )
 
>_>

I'm just GUESSING, but that mission thing doesn't look beefy enough to make a mission, to carry missiles, to use against other ports.


And yes, that stupid as shit does work in english! :D

WOO FOR ENGLISH!