Hey
@Anth James or
@papinho81 was wondering if you can help me.
I'm trying to fix Spains Goal keeper kit numbers as the kit is yellow but so are the numbers, I opened up the lua file in assignments/teams and this is Spains, But i'm asking for a breakdown of what the structure here is exactly?
--Spain
assignTeamTournament(1362,78) --International
assignKitDetails(1362,0,-1,"f8c500",0,114,5,5,-1,7)
assignKitDetails(1362,1,-1,"980d0d",0,114,4,4,-1,0)
assignKitDetails(1362,2,-1,"DCDCDC",0,114,1,3,-1,0)
assignKitDetails(1362,12,-1,"004c88",0,114,3,3,-1,0)
assignKitDetails(1362,13,-1,"004c88",0,114,13,13,-1,0)
assignGKKit(1362,0,{12,12})
assignGKKit(1362,1,{13})
So i'm wondering what the numbers correspond to? I know 1362 is the team ID so i'm just trying to understand what the others mean?