Jump to content

AreTeamMembersRecruitable: Difference between revisions

From ModEnc²
en>E1 Elite
mNo edit summary
en>Crimsonum
Added Flag template and some more information.
Line 1: Line 1:
In [[TeamTypes]], it allows the team members of this TeamType to be recruited into other teams. It can have 'yes' or 'no'.
{{Flag
|name={{PAGENAME}}
|files={{Categ|ini=ai}}, {{Categ|maps}}
|values={{Values|boolean}}
|types={{Categ|TeamTypes}}
|ts=yes
|fs=yes
|hp=yes
|ra2=yes
|yr=yes
|ares=yes
}}
If set, this flag allows the members of this [[TeamTypes|team]] to be recruited into other teams. If the flag is set to false, the team members cannot be recruited into other teams.


When the team members finish their script actions, they loose their AreTeamMembersRecruitable value and become available for recruitment into other teams.
'''Note:''' When the team finishes its [[ScriptTypes|script]], the team is disolved and its members become available for recruitment into other teams, regardless of this flag.


See also [[Priority]], [[Group]] and [[Recruiter]].
==See Also==
 
*[[Priority]]
 
*[[Group]]
[[Category:INI Flags]]
*[[Recruiter]]

Revision as of 00:00, 6 September 2020

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: AreTeamMembersRecruitable
File(s): ai(md).ini, maps
Values: Boolean values: yes or no, true or false, 1 or 0
Applicable to: TeamTypes


If set, this flag allows the members of this team to be recruited into other teams. If the flag is set to false, the team members cannot be recruited into other teams.

Note: When the team finishes its script, the team is disolved and its members become available for recruitment into other teams, regardless of this flag.

See Also