Forum Discussion
4 years ago
I'm currently developing a game mode, and I need all the AI to be [BF3 RU].
The problem is that it's a FFA gamemode, [SetTeamId] doesn't work in FFA. Any ideas?
- 4 years ago@ICroonsI You've probably solved this already, but.. You'll want to use the Event rule "OnPlayerDeployed" and then check for the condition that the "PlayerStateBool" is "Is AI Soldier" and if true, change the class/faction to BF3 RU.