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

Recruit
Jan 27, 2006
3
0
Hi,

I recently created (mainly by copying an existing event from these boards) an event the allows the creation of Scandinavia. When I fire up the game I can select the scenario and the Swedes as normal but when it tries to start it hangs at reading scenario. Can someone look at this and tell me if it is the problem? Thanks
Micky
}
##################################################################################################
#New Scandinavia
##################################################################################################
event = {
id = 9999
random = no
country = SWE

name = "Scandinavia!"
desc = "Scandinavia has been reborn, let the children of the Vikings reign again."
picture = "finland_sweden"
style = 0

date = { day = 1 month = january year = 1936 }

action_a = {
name = "Scandinavia has been reborn."
ai_chance = 100
command = { type = inherit which = NOR } #Annexes Norway
command = { type = inherit which = DEN } #Annexes Denmark
command = { type = inherit which = FIN } #Annexes Finland
command = { type = country which = SCA } #Makes Sweden Scandinavia
command = { type = addcore which = 103 }
command = { type = addcore which = 141 }
command = { type = addcore which = 142 }
command = { type = addcore which = 140 }
command = { type = addcore which = 143 }
command = { type = addcore which = 138 }
command = { type = addcore which = 139 }
command = { type = addcore which = 137 }
command = { type = addcore which = 131 }
command = { type = addcore which = 130 }
command = { type = addcore which = 132 }
command = { type = addcore which = 136 }
command = { type = addcore which = 148 }
command = { type = addcore which = 147 }
command = { type = addcore which = 144 }
command = { type = addcore which = 145 }
command = { type = addcore which = 146 }
command = { type = addcore which = 149 }
command = { type = manpowerpool value = 500 }
command = { type = free_ic value = 150 }
command = { type = free_energy = 500 }
command = { type = free_rare_materials = 100 )
command = { type = free_oil = 150 )
}
}
 
Feb 10, 2005
857
0
www.bitterglory.com
is:
command = { type = free_rare_materials = 100 )
command = { type = free_oil = 150 )

should be:

command = { type = free_rare_materials = 100 }
command = { type = free_oil = 150 }