Hi everyone I have a new problem. I'm trying to implement some oil in a country's province through an event, since I don't want it to exist from the beginning but only appear much much later in the game play.
So far when I've edited things I've been looking at this page. http://web.telia.com/~u87538946/event_commands.htm
It has worked so far, but now that I am looking at this command...:
... it doesn't work. =(
According to the description of the webpage it says that if you just use oilpool and value the valued oil will go straight into the national oilpool. Fair enough. But, it says that if you add "where = xzy" with a province number, it should add the oil to that specific province.
Either I am misunderstanding this description, or something is wrong when the event is supposed to add the value to daily production in province xzy.
When the event fires, nothing happens to the province's oil production, and when I open up the trade window with the nation they still don't have the oil in their reserves even added to it.
Anyone who knows of some other command, or what I am doing wrong with the current one?
As always, thank you very much in advance.
So far when I've edited things I've been looking at this page. http://web.telia.com/~u87538946/event_commands.htm
It has worked so far, but now that I am looking at this command...:
command = { type = oilpool value = 50 where = 551 }
... it doesn't work. =(
According to the description of the webpage it says that if you just use oilpool and value the valued oil will go straight into the national oilpool. Fair enough. But, it says that if you add "where = xzy" with a province number, it should add the oil to that specific province.
Either I am misunderstanding this description, or something is wrong when the event is supposed to add the value to daily production in province xzy.
When the event fires, nothing happens to the province's oil production, and when I open up the trade window with the nation they still don't have the oil in their reserves even added to it.
Anyone who knows of some other command, or what I am doing wrong with the current one?
As always, thank you very much in advance.