• 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(35742)

Second Lieutenant
Oct 30, 2004
135
0
I have had Victoria installed for a while and I decided on playing it after four years on and off that it was time to learn how to write events with the aid of spoonists event builder I managed to make a small event that added pops.

event = {
id = 97054
random = no
name = "Recruits"
desc = "Young Men Rally to the flag of your nation eager to serve their country"
picture = default
date = { day = 1 month = january year = 1836 }
offset = 30
deathdate = { day = 30 month = december year = 1920 }
action_a = {
Name = "Huzzar"
command = { type = add_pop which = Soldiers value = 10 where = 255 }

Unfortunately this event ceases to work once the game has been upgraded past 1.03c and I have recently got my hands on revolutions, so I was wondering if some one could help me make it work.
 

unmerged(35742)

Second Lieutenant
Oct 30, 2004
135
0
I added the two } on the end and it went swimmingly however it now does not function once I installed VIP. But thanks for the help in fixing it for revolutions.