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':
And the wiki tells the same. My event looks like this:
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) )
# 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) )