OrionVeteran
Deity
I need to determine if a player has a "Permanent Alliance" and then determine which player the alliance is shared with.
The following line might indicate a team has an alliance, but I'm not sure.
I'd like to have the following function or something similar, which would return True or False:
Any ideas?
The following line might indicate a team has an alliance, but I'm not sure.
Code:
Team.getNumMembers() > 1
I'd like to have the following function or something similar, which would return True or False:
Code:
if isHasPermanentAlliance(iPlayer1, iPlayer2):
Any ideas?