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

Second Lieutenant
May 13, 2003
111
0
Visit site
Play hoi 1.06 normal/normal awakening the giant as US.
Soon the LEND was triggered 10.000 supply each time to the SU and some how it happened after each load of a saved game. Once i answered "not now" and it since then it did not happen again.
now i wonder how this LENDing events are triggered?
Thanks in advance -- Karl Biedermann
 

unmerged(12303)

The hated one
Dec 3, 2002
5.225
0
Visit site
Code:
#########################################################################
#  Lend-Lease Shipment to the UK
#########################################################################
event = { 
	id = 3702
	random = no
	persistent = yes
	country = USA
	
	
	trigger = {
		war = { country = ENG country = GER }
		random = 30
		event = 3404 # English event for Lend-Lease Act
	}
	
	name = "EVT_3702_NAME"
	desc = "EVT_3702_DESC"
	style = 0
	
	date = { day = 1 month = january year = 1936 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1947 }

Its an event that has a 30% chance of happening when the uk is at war with germany. its persistant so it will trigger a couple of times. If you say no I think it should still happen - although that I am not sure off..

F
 

unmerged(20852)

Captain
Oct 16, 2003
358
0
Visit site
Personally, I think this event is poorly written. It should check the USA supply level to see if it has enough supplies to send. Playing as the US, you can agree to send the supplies even if you have less than a hundred supplies.