• 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.

ADukes

Major
Apr 16, 2007
782
0
www.madminutegames.com
Is it just me or is the "team = TeamID" trigger broken?

ERROR : (Unknown Trigger Type) 'team = 1826' Line = 13 file = db\events\tech_teams.txt

Code:
####################################
# ITA - Aeronautica Macchi
####################################

event = {
	id = 999900
	random = no
	country = ITA

	trigger = {
		year = 1942
		team = 1826
		}

	name = "AI_EVENT"
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 1
	deathdate = { day = 29 month = december year = 1999 }

	action_a = {
		command = { type = add_team_skill which = 1826 value = 1 }
		}
}
 
Upvote 0