GoldenEye: Source Forums
Debriefing => Impressions & Feedback => Topic started by: Joe on April 20, 2014, 05:14:55 pm
-
Hi,
This new call back function would help to simplify and reduce the amount of code in my Die Another Day mode's script.
-
Why doesn't CanPlayerChangeTeam callback work for you?
-
Being a query function instead of an event callback, script writers shouldn't include code in CanPlayerChangeTeam() which assumes that the queried player will have their team changed after a call to this function returns true.
The auto balance calls this function for every member of a team before choosing the member who will have their team changed.
-
Touché!